/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */
body 
{
	background:#fff url("design/bg.gif") 0 0 repeat-x; 
	font:0.8em/1.5 "arial", sans-serif;
	color:#404040;
}

/*h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}*/

a {color:#404040;}
a:hover {color:#000;}

hr {display:none;}
/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
--------------------------------------------------------------------------------------------------------- */
ul.sideMenu {/*margin:15px 0;*/ list-style:none;}
ul.sideMenu li {padding:2px 0 2px 25px; background:url("design/ul-01.gif") 0 50% no-repeat; /*font-size:85%;*/}
ul.sideMenu li a{ text-decoration:none;}
ul.sideMenu li a:hover{ text-decoration:underline;}
ul.sideMenu li .active {font-weight:bold;}

ul.ul-list {margin:15px 0; list-style:none;}
ul.ul-list li {padding:1px 0;}
ul.ul-list span.date {padding-right:10px;}


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */
#main {width:960px; margin:0 auto; overflow:hidden;}

    #header {position:relative; height:90px; padding:30px 20px 15px 20px;}
        
    #logo {margin:0;}
    
    #tray {background-color:#BFBFBF;}
    #tray {position:relative; width:960px; height:45px; background:url("design/tray.gif") 0 0 no-repeat; overflow:hidden; font:bold 90%/1 "tahoma",sans-serif;}
    #tray ul {margin:0 20px; list-style:none;}
        
    #tray li {display:inline;}    
    #tray li a {display:block; float:left; padding:17px 20px 17px 18px; background:url("design/tray-separator.gif") 100% 0 no-repeat; text-decoration:none;}
    #tray li a {color:#404040;}
    #tray li a:hover {background:url("design/tray-hover.gif");}
    #tray li a:hover {background-color:#9F9F9F; color:#FFF;}    
        
    #tray .menuActive, #tray .menuActive:hover
    {
    	background:url("design/tray-active.gif");
    	background-color:#009AFF; color:#FFF;
    }
    
    
    #footer {clear:both; padding:20px 20px 40px 20px; font-size:85%;}
    #footer p {margin:0;}        
    #footer, #footer a {color:#9f9f9f;}
    #footer a:hover {color:#404040;}
    .f-left {float:left !important;}
    .f-right {float:right !important;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */
#col-top {width:960px; height:5px; margin-top:15px; background:url("design/col-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col-bottom {width:960px; height:5px; margin-bottom:15px; background:url("design/col-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#col {position:relative; padding:15px 30px 15px 20px; background:url("design/col.gif") 0 0 repeat-y;}

    #col-text {padding-top:15px; line-height:1.7;}
    #slogan {position:relative; width:289px; height:33px; overflow:hidden; margin:0; padding:0; font-size:180%;}        
        

#cols2-top {width:960px; height:5px; margin-top:15px; background:url("design/cols2-top.jpg") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2-bottom {width:960px; height:5px; margin-bottom:15px; background:url("design/cols2-bottom.jpg") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols2 {background:url("design/cols2.jpg") 0 0 repeat-y;}

    #cols2 #col-left {float:left; width:595px; padding:20px;}
            
        #cols2 #col-left h4, #cols2 #col-right h4 {margin:0; font-size:100%;}
        #cols2 #col-left .title {background:url("design/dot.gif") 0 50% repeat-x;}
        #cols2 #col-left .title h4 {display:inline; padding-right:10px;}
        #cols2 #col-left .title span {padding-left:10px;}
        #cols2 #col-left .title h4, #cols2 #col-right h4 {color:#0261c2;}
		#cols2 #col-left .title h4, #cols2 #col-left .title span {background-color:#FFF;}
		#cols2 #col-left .article {color:#f60;}
		#cols2 #col-left a:hover.article {color:#000;}
	
    #cols2 #col-right {float:left; width:308px; padding:0 1px; margin-left:15px;}
		#cols2 #col-right h3 {margin:0; padding:7px 15px 12px 50px; background: #E6F8FE url("design/cols3-title.gif") 20px 40% no-repeat; color:#0261c2; font-size:120%;}		
		#cols2 #col-right h3 a {color:#0261c2;}
		#cols2 #col-right h3 a:hover {color:#000;}
        
                

#cols3-top {width:960px; height:5px; margin-top:15px; background:url("design/cols3-top.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3-bottom {width:960px; height:5px; margin-bottom:15px; background:url("design/cols3-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols3 {background:url("design/cols3.gif") 0 0 repeat-y;}

    .colInfo {float:left; width:308px; padding:0 1px; margin-right:15px;}
    .colInfo.last {margin-right:0;}
    .colInfo h3 {margin:0; padding:7px 15px 12px 50px; background:url("design/cols3-title.gif") 20px 40% no-repeat; font-size:120%;}

        .col-text {padding:20px; border-top:1px solid #DFDFDF;}
        .col-text p {margin:0;}
        .col-text ul {margin-bottom:0;}
        .col-more {padding:10px 10px 1px 0; text-align:right;}
        
        
#col-top, #col-bottom, #col {background-color:#FFF8E5;}

#cols3 .colInfo h3 {background-color:#E6F8FE; color:#0261c2;}
#cols3 .colInfo h3 a {color:#0261c2;}
#cols3 .colInfo h3 a:hover {color:#000;}
#cols3 .col-more {background:#F5F5F5;}


/*******************************/
#cols1-top {width:960px; height:5px; margin-top:15px; background:url("design/cols1-top.jpg") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
#cols1 {position:relative; padding:15px 30px 15px 20px; background:url("design/cols1.jpg") 0 0 repeat-y;}
#cols1-bottom {width:960px; height:5px; margin-bottom:15px; background:url("design/cols1-bottom.jpg") 0 0 no-repeat; font-size:0; line-height:0; overflow:hidden;}
/*******************************/

#memberPan{width:500px; position:relative; margin:0 auto; padding:0;}
#memberPan h2{height:48px; background:url("design/login.gif") 0 0 no-repeat #fff; display:block; position:relative; padding:0 0 0 57px; margin:12px 0 20px 13px; font:16px/48px  Georgia,"Times New Roman", Times, serif; color:#5EA000; text-transform:uppercase;}
#memberPan h2 span{background:#fff; color:#3D3C2C;}

.columnPad
{
	clear: both;
	float: left;
	width: 125px;
}

.button, .buttonOver 
{
	background: #7C7C7C;
	color: #fff;
	border: solid 1px #DFDFDF;
	font-weight: bold;
	
	font-size: 1.0em;
	height: 2.0em;
	padding-top:0px;
	width:auto;
	cursor:pointer;
}

.buttonOver
{
	background:#E6F8FE;	
	color: #0261c2 !important;
}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.high {color:#0261C2}
.ico-comment {padding-left:18px; background:url("design/ico-comment.gif") 0 50% no-repeat;}
.smaller {font-size:85%;}
img {border:0; outline:0; vertical-align:baseline; background:transparent;}

.box {min-height:1px;}
.box:after {display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:".";}





/****** OVERRIDES ***************/
.RadGrid_Telerik th.rgSorted, .RadGrid_Telerik .rgActiveRow, .RadGrid_Telerik .rgHoveredRow
{
	background-image:url("design/sprite.gif") !important;	
}

.RadGrid_Telerik .rgRow .rgSorted,
.RadGrid_Telerik .rgAltRow .rgSorted
{	
	border-color:#f2f3f5 !important;
	background-color:#f2f3f5 !important;
}

.RadGrid_Telerik .rgActiveRow td,
.RadGrid_Telerik .rgActiveRow td.rgSorted,
.RadGrid_Telerik .rgHoveredRow td,
.RadGrid_Telerik .rgHoveredRow td.rgSorted
{
	border-bottom-color:#99defd !important;
}

.RadGrid_Telerik .rgSelectedRow td
{
	border-bottom-color:#d7f0fc !important;
}
.RadGrid_Telerik .rgRow a,
.RadGrid_Telerik .rgAltRow a,
.RadGrid_Telerik .rgEditRow a,
.RadGrid_Telerik .rgFooter a,
.RadGrid_Telerik .rgEditForm a
{
	color:#06c !important;
}
.RadGrid_Telerik .rgActiveRow,
.RadGrid_Telerik .rgHoveredRow, .RadGrid_Telerik .rgSelectedRow
{
    background:#d7f0fc 0 -2900px repeat-x url("design/sprite.gif") !important;
}

.RadCalendar_Default .rcRow .rcHover
{	
    border-color:#c4c4c4 #b2b2b2 #9e9e9e;
	background:#d7f0fc 0 -1602px repeat-x url("design/sprite_calendar.gif") !important;

}

.RadScheduler .rsCategoryBlue .rsAptContent,
.RadScheduler .rsCategoryBlue .rsAptMid .rsAptIn,
.RadScheduler .rsCategoryBlue .rsAptMid,
.RadScheduler .rsCategoryBlue .rsAptOut
{
	background-image: url("design/rsAppointmentBg.png") !important;
}

.iconMid
{
    vertical-align:middle;
}
.iconText
{ 
    font-weight:bold; 
    padding-left:10px;  
    width: 120px; /*width of labels. */
}



