﻿body			
{
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    margin: 0; 
    padding: 0;
    background-color: #f0f0f0;
    
    overflow: hidden;
    scrollbar-arrow-color: 		 #334455;
    scrollbar-highlight-color:   #e0e0e0;
    scrollbar-darkshadow-color:	 #b8b8b8;
    scrollbar-3dlight-color:     #a0a0a0;
    scrollbar-face-color: 		 #cbcbcb;
    scrollbar-base-color:        #c0c0c0;
    scrollbar-shadow-color:		 #c0c0c0;
}

*
{
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-sizing:border-box;
}

.logoCell
{
    padding: 8px 7px 9px 10px;
    _padding: 5px 7px 9px 10px;
    margin: 0;
    background-image: url(img/logo.jpg);
    float:left;
    width:170px;
}

.headingCell
{
    background-image: url(img/bgframetop.jpg);
}

.headingDiv
{
    padding-top:21px;
    padding-left:10px;
    _padding-left:7px;
    display:inline-block;	
}

#headingText	{ font-size: 22px; color: #ffffff; padding-top: 6px; letter-spacing: 1px; }
#headingCell	{ background-color: #5788cb; border-bottom: 1px solid #666666; }
#contentCell	{ font-size: 14px; padding: 0px 12px 16px 12px; /*background: url(images/bgexport.gif) no-repeat center;*/ }	
#buttonCell		{ padding-top: 4px; background-color: #e7eef8; border-top: 1px solid #7ca4d8; }

.dateCell
{
    padding: 12px 12px 12px 12px;
    background-image: url(img/bgframetop.jpg);
}

.userCell
{
    background-image: url(img/bgframeinfo.jpg);
    background-repeat: repeat-x;
}

div.pnlLoading
{
    display: none;
    z-index: 99;
    border: 0px;
    box-shadow: black 0px 0px 20px; 
    filter: alpha(opacity=75);
    background-color: rgba(0,0,0,0.75); 
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    color:White;
    width: 400px;
    height: 200px;
    position: absolute;
    text-align:center;
    padding-top:20px;
}

div.pnlBody,.pnlBody
{
    padding: 7px 7px 7px 7px;
    float:right;
    width:800px;
    height: 2000px;
}

div.pnlBodyBase,.pnlBodyBase
{
    float:none;
    width:auto;
}

div.pnlMenu, .pnlMenu
{
    float:left;
    width:170px;
    background-color:#7ca4d8;
    color: #ffffff;
    overflow-x:hidden;
    overflow-y:auto;
    height:2000px;
}

.pnlDivider
{
    float:left;
    width:20px;
    height:2000px;
    background-image: url(img/btnDividerHide.gif);
    background-repeat:no-repeat;
    background-position-y:top;
}

/*** detail ***/
.dTable			{ font-size: 10px; background-color: #f8f8f8; border-collapse:collapse; }
.dHeader		{ font-size: 11px; font-weight: bold; color: #ffffff; background-color: #5082c7; padding: 2px 3px 2px 3px; 
                  border-top: 1px solid #97c8fb; border-left: 1px solid #97c8fb; border-bottom: 1px solid #325f9a; border-right: 1px solid #325f9a; }
.dCell			{ padding: 0px; border: 1px solid #c0c0c0;}			  
.dName			{ width: 120px; font-weight: bold; padding-right: 4px; }
td.dName		{ width: 100px; font-weight: bold; padding-right: 4px; }
.dGrid			{ text-align: center; background-color: White;}
.dGrid TABLE	{ width:100%;}
.dButtons		{ text-align: center; background-color: White;}

/*** effects ***/
A.ctl00_tvMenu_1:link, A.ctl00_tvMenu_1:active, A.ctl00_tvMenu_1:visited
{
    display: block;
    filter: progid:DXImageTransform.Microsoft.Glow(color= '#000000' , strength= '1' );
    -ms-filter: progid:DXImageTransform.Microsoft.Glow(color='#000000', strength='1');
    text-shadow:-1px 0 black, 0 1px black,1px 0 black, 0 -1px black;
    width: 1%;
    white-space: nowrap;
}

.bGlowText		
{ 
    filter: progid:DXImageTransform.Microsoft.Glow(color='#000000', strength='1'); 
    -ms-filter: progid:DXImageTransform.Microsoft.Glow(color='#000000', strength='1');
    text-shadow:-1px 0 black, 0 1px black,1px 0 black, 0 -1px black;
    width: 1%;
    white-space: nowrap; 
}
.bNormalText	
{ 
    filter: none !important; 
    text-shadow: none !important;
}

.scrollBars {
    scrollbar-arrow-color: 		 #ffffff;
    scrollbar-highlight-color:   #c4d6ee;
    scrollbar-face-color: 		 #89acdc;
    scrollbar-base-color:        #e7eef8;
    scrollbar-shadow-color:		 #acc0db;
}

/*** hrefs ***/
A.std:link,
A.std:active,
A.std:visited  		{ color: #3262a4; text-decoration: none; }
A.std:hover 		{ color: #285086; text-decoration: underline; }

A.black:link,
A.black:visited,
A.black:active 	{ color: #000000; text-decoration: none; }
A.black:hover 	{ color: #4477bb; text-decoration: none; }

A.white:link,
A.white:visited,
A.white:active 	{ color: #ffffff; text-decoration: none; }
A.white:hover 	{ color: #ffcc00; text-decoration: none; }

.btnArrow,A.btnArrow
{
    display:inline-block;
    color: #fff;
    text-decoration: none;
    background-image: url(img/btnArrow.png);
    background-repeat: no-repeat;
    width: 102px;
    height: 21px;
    text-align: center;
    padding-top: 3px;
}

A.btnArrow:hover
{
    display:inline-block;
    color: #ffcc00;
    text-decoration: none;
    background-image: url(img/btnArrow_ov.gif);
    background-repeat: no-repeat;
    width: 102px;
    height: 21px;
}

A.btnDrop:link, A.btnDrop:visited, A.btnDrop:active
{
    display:inline-block;
    color: #ffffff;
    text-decoration: none;
    background-image: url(img/btnDrop.gif);
    background-repeat: no-repeat;
    background-position-y: 2px;
    width: 12px;
    height: 20px;
    text-align: center;
    padding-top: 0px;
}
A.btnDrop:hover
{
    display:inline-block;
    color: #ffcc00;
    text-decoration: none;
    background-image: url(img/btnDrop_ov.gif);
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
}

A.btnSelect:link, A.btnSelect:visited, A.btnSelect:active
{
    display:inline-block;
    color: #ffffff;
    text-decoration: none;
    background-image: url(img/btnSelect.gif);
    background-repeat: no-repeat;
    background-position-y: 2px;
    width: 12px;
    height: 20px;
    text-align: center;
    padding-top: 0px;
}
A.btnSelect:hover
{
    display:inline-block;
    color: #ffcc00;
    text-decoration: none;
    background-image: url(img/btnSelect_ov.gif);
    background-repeat: no-repeat;
    width: 12px;
    height: 20px;
}

/*** fonts ***/
.white 			{ color: white; }
.black 			{ color: black; }
.red 			{ color: red; }
.green 			{ color: green; }
.orange			{ color: orange; }

.b, .bold		{ font-weight: bold; }
.c, .center		{ text-align: center; }
.r, .right		{ text-align: right; }

.t09			{ font-size:  9px; }
.t10			{ font-size: 10px; }
.t11			{ font-size: 11px; }
.t12			{ font-size: 12px; }
.t13			{ font-size: 13px; }
.t14			{ font-size: 14px; }
.t15			{ font-size: 15px; }
.t16			{ font-size: 16px; }
.t18			{ font-size: 18px; }

.p4			{ padding: 4px; }
.p5			{ padding: 5px; }
.p4l		{ padding-left:  4px; }
.p4r		{ padding-right: 4px; }
.p4h		{ padding-right: 4px; padding-left: 4px; }
.p4v		{ padding-top: 4px; padding-bottom: 4px; }
.p3v		{ padding-top: 3px; padding-bottom: 3px; }
.p2v		{ padding-top: 2px; padding-bottom: 2px; }

.st			{ background-color: #e8e8e8; padding: 2px 5px 2px 5px; }

.nowrap		{ white-space:nowrap; }

/*** forms ***/
.inputs			{ font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #fff7d2; }
.readonly		{ font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #000000; background-color: #d0d0d0; }
.hidden
{
    visibility: hidden;
    position: absolute;
    z-index: 100 !important;
}



/*** filtering ***************************************************************/
table.filter	{ margin-top: 0; margin-bottom: 4px;  background-color: #fff; font-size: 11px; box-shadow: black 0 0 5px; position:relative;}
table.border	{background-color: #e0e0e0;}
.fBg			{ background-color: #fff; }
.fSubmit		{ background-color: #fff; padding: 4px;}
.ft>td			{ padding-top: 4px;}
.f6				{ padding-left: 6px; padding-right: 6px; }
.f4				{ padding-left: 4px; padding-right: 4px; }
.f2				{ padding-left: 2px; padding-right: 2px; }
.e4				{ padding-right: 4px; }

/***** tree selection **********/
.dropDownTree 
{
    font-family: Verdana; font-size: 9px; color: #000000; text-align:left;
}

.dropDownTree A:link, .dropDownTree A:active, .dropDownTree A:visited
{
    font-family: Verdana, Tahoma, Helvetica, sans-serif; font-size: 11px; color: #000000;
}

/*** tab control ****/

.tcTabSelected
{
    background-color: #fff;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #fff;
    white-space: nowrap;
    padding: 0px 10px 0px 10px;
}

.tcTabSelected a
{
    cursor:default;
}

.tcTabSelected a:hover
{
    color:Black;
}


.tcTabNormal
{
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    background-color:#c0c0c0;
    white-space: nowrap;
    background-image: url(img/bgtabnormal.jpg);
    padding: 0px 10px 0px 10px;
    cursor:pointer;
}

.tcTabLast
{
    padding: 2px 3px 2px 3px;
    border-left: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    white-space: nowrap;
}

.tcPage
{
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    background-color: #fff;
    visibility: hidden;
    position: absolute;
    padding: 10px 10px 10px 10px;
}

.tcPage .gm-style
{
    display:none;
}

.tcPageVisible
{
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    background-color: #fff;
    visibility: visible;
    position: absolute;
    padding: 10px 10px 10px 10px;
}

.tcPageVisible .gm-style
{
    display:normal;
}

.tcPagePrint
{
    border-left: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    padding: 10px 10px 10px 10px;
}

.tcButtons
{
    background-color: #fff;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    visibility: visible;
    position: absolute;
    padding: 10px 10px 10px 10px;
    text-align: center;
    *z-index:-1;
}

.tcButtonsPrint
{
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

/*** week mask ***/
.weekMask		{ width: 200px; font-size: 10px; margin-left: 4px; margin-top: 4px; color: #909090; }
.weekMask SPAN	{ width: 12px; text-align: right; cursor: hand; margin-right: 1px; margin-bottom: 1px; padding-right: 1px; padding-left: 1px; background-color: #ffffff; }
.weekMask .checked	{ color: #000000; background-color: #9ebae0; }

.pictureBorder {border:solid 1px black !important; padding:5px; margin:10px; display:inline-block; _display:inline;}
INPUT.fileUpload {opacity: 0.0;-moz-opacity: 0.0;filter: alpha(opacity=00); width:260px;}
DIV.fileUpload {height:28px;margin-top:-28px;width:300px; }
DIV.fakeFileUpload {height:28px;width:600px; }


.left_box 
{
    float:right;
    padding:10px;
    width:380;
    height:100%;
    background-color:#fff;
    margin-left:7px;
    margin-bottom:7px;
    box-shadow: black 0px 0px 5px;	
    overflow: auto;
}

.small_box {
    display:inline-block;
    padding:10px;
    width:370;
    height:260;
    background-color:#fff;
    margin-right:7px;
    margin-bottom:9px;
    box-shadow: black 0px 0px 5px;
}

.infoWindow {
    line-height:1.35;
    overflow:hidden;
    white-space:nowrap;
}

.news {
    font-size: 	13px;
}

.news h3 
{
    margin: 0px;
    font-size: 15px;
}

.news p {
    margin-top: 0px;
    text-align:justify;
}

.newsDate {
    font-size: 11px;
}