﻿.im-ui-admin
{
    display: none;
}

.im-ui-btn
{
    cursor: pointer;
    display: inline-block;
    background-color: #e6e6e6;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    padding: 5px 14px 6px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    color: #333;
    font-size: 13px;
    line-height: normal;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.1s linear all;
    -moz-transition: 0.1s linear all;
    -ms-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
}
.im-ui-btn:hover
{
    background-position: 0 -15px;
    color: #333;
    text-decoration: none;
}
.im-ui-btn:focus
{
    outline: 1px dotted #666;
}
.im-ui-btn.primary
{
    color: #ffffff;
    background-color: #0064cd;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
    background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
    background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
    background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
    background-image: -o-linear-gradient(top, #049cdb, #0064cd);
    background-image: linear-gradient(top, #049cdb, #0064cd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #0064cd #0064cd #003f81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.im-ui-btn.danger
{
    color: #ffffff;
    background-color: #da4f49;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#bd362f));
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(top, #ee5f5b, #bd362f);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.im-ui-btn.active, .im-ui-btn:active
{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.im-ui-btn.disabled
{
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.im-ui-btn[disabled]
{
    cursor: default;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.im-ui-btn-small
{
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color: #ededed;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 42px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #777777;
    font-family: arial;
    font-size: 9px;
    font-weight: bold;
    padding: 0px 9px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
}
.im-ui-btn-small:hover
{
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background: -moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color: #dfdfdf;
}
.im-ui-btn-small:active
{
    position: relative;
    top: 1px;
}

.im-btn-mini
{
    font-size: 11px;
    line-height: 14px;
    padding: 2px 6px;
}

.im-btn-small
{
    font-size: 11px;
    line-height: 16px;
    padding: 5px 9px;
}
/*
.im-ui-btn-middle
{
	-moz-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow: inset 0px 1px 0px 0px #97c4fe;
	box-shadow: inset 0px 1px 0px 0px #97c4fe;
	background-color: #3d93f6;
	-moz-border-radius: 42px;
	-webkit-border-radius: 42px;
	border-radius: 42px;
	border: 1px solid #3381ed;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 9px;
	text-decoration: none;
	text-shadow: 1px 1px 0px #1571cd;
}
.im-ui-btn-middle:hover
{
	background-color: #1e62d0;
}
.im-ui-btn-middle:active
{
	position: relative;
	top: 1px;
}
*/

.im-ui-btn-middle, .im-ui-btn-negative
{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 36px;
    -webkit-user-select: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    color: #666;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
}

.im-ui-btn-middle:hover, .im-ui-btn-negative:hover
{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #f8f8f8;
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #333;
    top: 1;
    box-shadow: 1px 1px 1px #888;
    text-decoration: none;
    position: relative;
}

.im-ui-btn-middle[disabled]
{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 36px;
    -webkit-user-select: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    color: #AFAFAF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
}

.im-ui-btn-middle[disabled]:hover
{
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
    -webkit-border-radius: 36px;
    -webkit-user-select: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
    background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    color: #AFAFAF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
}

div.im-ui-left-filmstrip
{
    position: relative;
    height: 48px;
    left: 5px;
}

div.im-ui-right-filmstrip
{
    position: relative;
    height: 72px;
    padding:0px 5px; 
    overflow:hidden;
}

ul.im-ui-filmstrip
{
    list-style: none outside none;
    margin: 0pt;
    padding: 0pt;
}

ul.im-ui-filmstrip li
{
    float: left;
    position: relative;
    margin-right: 8px;
    cursor: pointer;
   
}

ul.im-ui-filmstrip li img{display:block; margin:0 auto;  width:48px; height:48px;}

ul.im-ui-filmstrip > li > div
{
    /*position: absolute;
    top: 50px;
    left: 0pt;
    margin: 0pt;
    width: 50px;
    padding: 0pt;
    color: gray;
    text-align: center;
    font-size: 10px;
    height: 20px;
    line-height: 20px;*/
}

/* basic table stle */
.im-ui-table
{
    border: solid 1px grey;
    padding: 1px;
    font-size: 12px !important;
}
.im-ui-table-header
{
    background-color: Gray;
    color: White;
    font-weight: bold;
    height: 22px !important;
}
.im-ui-table-row
{
    background-color: #f0f0f6;
    height: 22px !important;
}
.im-ui-table-alternate-row
{
    background-color: #ffffff;
    height: 22px !important;
}

/* form input fields */
.im-ui-form-text
{
    font-size: 13px;
    padding: 2px;
    height: 24px;
    width: 100px;
    border: solid 1px #c6d2db;
}

.im-ui-form-select
{
    padding: 3px;
    border: solid 1px #c6d2db;
    width: 200px;
    margin-left: 10px;
}

.im-ui-form-text, .im-ui-form-select:focus
{
    outline: none;
}

/* form field title style */
.im-ui-form-field-title
{
    font-weight: bold;
    font-size: 12px;
    color: Gray;
    width: 150px;
}

.im-clickable
{
    cursor: pointer;
}

/* imleagues box style */
.im-box
{
    border: 1px solid #999;
    padding: 4px;
    margin-right: 5px;
}
.im-box a
{
    text-decoration: none;
}
.im-box a:link, .im-box a:visited
{
    color: Black;
}
.im-box a:hover
{
    color: #c00;
}
.im-box-top
{
    font-weight: bold;
    color: #333;
    border-bottom: solid 1px #999;
}
.im-box table
{
    border-collapse: collapse;
}

.im-box td
{
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #CCC;
    color: #666 !important;
    height: 42px;
}
.im-box td.last
{
    text-align: center !important;
    border-right: none !important;
}
.im-box .small
{
    font-size: 12px;
}

/* imleagues menu */
.im-ui-mi-hl
{
    z-index: 1000;
    background-color: White;
    border-color: White;
    border: 1px solid white;
}

/* drop down window */
.im-ui-dd
{
    position: absolute;
    display: none;
    z-index: 100001; /*border: 1px solid white;*/
    background: #f2f2f2;
    -moz-box-shadow: -1px 1px 1px #ccc;
    -webkit-box-shadow: 0 1px 5px #ccc;
    box-shadow: 0 1px 5px #ccc; /*width: 300px;*/
}

.im-ui-dd ul
{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.im-ui-dd ul li > a
{
    display: block;
    padding: 5px;
    padding-left: 9px;
    display: block;
    text-decoration: none;
    color: #333;
}

.im-ui-dd ul li > a:hover
{
    background: none repeat scroll 0 0 #D6E5F2;
    color: #0088CC;
}

.im-ui-photo-box
{
    border: solid 4px #D9D9D9;
    -moz-box-shadow: -1px 1px 1px #ccc;
    -webkit-box-shadow: 0 1px 5px #ccc;
    box-shadow: 0 1px 5px #ccc;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

span.im-ui-ncount
{
    position: absolute;
    right: 0px;
    top: -5px;
    background-color: #f4394b;
    -webkit-border-radius: 2px;
    color: White;
    text-align: center;
    vertical-align: middle;
    padding: 0px 4px;
    font-size: 12px;
    font-weight: bolder;
}

.fbbtn_create
{
    left: 0px;
    width: 264px;
    height: 34px;
    float: left;
    margin: 0 0 0 3px;
}
.fbbtn_create a
{
    left: 0px;
    width: 264px;
    height: 34px;
    display: block;
}
.fbbtn_create
{
    background: url('../Images/Template/tools/buttons/facebook_btn.png') 0 0;
}
.fbbtn_create:hover
{
    background-position: 264px;
}

/* customized standard html tags */

.StandOut
{
    text-shadow: 1px 2px 1px black;
    color: White;
}

.im-ui-text-area
{
    color: #222222;
    font-size: 13px;
    line-height: 18px;
    outline: medium none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 8px 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-radius: 4px;
    box-shadow: inset 0px 1px 3px rgba(0,0,0,0.05), 0px 1px 0px #fff;
    resize: vertical;
    transition: background 0.2s linear 0s;
    -webkit-transition: background 0.2s linear 0s;
    -moz-transition: background 0.2s linear 0s;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0;
    width: 450px;
    height: 20px;
    overflow: auto;
    padding-bottom: 5px;
    border-collapse: separate;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(ie-css3.htc);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.im-ui-text-area:hover
{
    border: 1px solid #999999;
    cursor: text !important;
    outline: medium none;
}

.im-ui-text-area:focus
{
    border-color: #56B4EF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.05), 0 0 8px rgba(82, 168, 236, 0.6);
}

.watermark
{
    color: #999 !important;
}

.im-ui-error-box
{
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.im-ui-success-box
{
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.im-ui-info-box
{
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
    padding: 8px 35px 8px 14px;
    margin-bottom: 18px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.im-ui-heading
{
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
}

.im-ui-page-heading
{
    border-bottom: solid 1px gray;   
    padding-bottom: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    color:Gray;
}

input.error, select.error, textarea.error, table.error
{
    color: #b94a48;
    border-color: #b94a48;
}

input.error:focus, select.error:focus, textarea.error:focus
{
    border-color: #953b39;
    -webkit-box-shadow: 0 0 6px #d59392;
    -moz-box-shadow: 0 0 6px #d59392;
    box-shadow: 0 0 6px #d59392;
}

.text-label
{
    padding-top: 5px;
}

ul#ulLeftLinks > li
{
    margin-bottom: 10px;
}

ul#ulLeftLinks > li > div.ll-cabinet
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/cabinet_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-cabinet, ul#ulLeftLinks > li.hover > div.ll-cabinet
{
    background: no-repeat url(/Images/Template/page/left_nav/cabinet.png);
}

ul#ulLeftLinks > li > div.ll-notepad
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/notepad_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-notepad, ul#ulLeftLinks > li.hover > div.ll-notepad
{
    background: no-repeat url(/Images/Template/page/left_nav/notepad.png);
}

ul#ulLeftLinks > li > div.ll-home
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/home_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-home, ul#ulLeftLinks > li.hover > div.ll-home
{
    background: no-repeat url(/Images/Template/page/left_nav/home.png);
}

ul#ulLeftLinks > li > div.ll-login
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/login_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-login, ul#ulLeftLinks > li.hover > div.ll-login
{
    background: no-repeat url(/Images/Template/page/left_nav/login.png);
}

ul#ulLeftLinks > li > div.ll-calendar
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/calendar_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-calendar, ul#ulLeftLinks > li.hover > div.ll-calendar
{
    background: no-repeat url(/Images/Template/page/left_nav/calendar.png);
}

ul#ulLeftLinks > li > div.ll-info2
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/info2_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-info2, ul#ulLeftLinks > li.hover > div.ll-info2
{
    background: no-repeat url(/Images/Template/page/left_nav/info2.png);
}

ul#ulLeftLinks > li > div.ll-security
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/security_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-security, ul#ulLeftLinks > li.hover > div.ll-security
{
    background: no-repeat url(/Images/Template/page/left_nav/security.png);
}

ul#ulLeftLinks > li > div.ll-checkmark
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/checkmark_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-checkmark, ul#ulLeftLinks > li.hover > div.ll-checkmark
{
    background: no-repeat url(/Images/Template/page/left_nav/checkmark.png);
}

ul#ulLeftLinks > li > div.ll-clock
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/clock_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-clock, ul#ulLeftLinks > li.hover > div.ll-clock
{
    background: no-repeat url(/Images/Template/page/left_nav/clock.png);
}

ul#ulLeftLinks > li > div.ll-group
{
    width:32px; height: 32px; margin: 0 auto;
    background: no-repeat url(/Images/Template/page/left_nav/group_gray.png);
}

ul#ulLeftLinks > li:hover > div.ll-group, ul#ulLeftLinks > li.hover > div.ll-group
{
    background: no-repeat url(/Images/Template/page/left_nav/group.png);
}


