@charset "UTF-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000;
}

#container  {
	width: 1000px;
	background-color: #FFF;
	text-align: left;
	margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
	height: auto;
} 

#header_container {
	clear: both;
	top: 0px;
	left: 160px;
	height: 30px;
	width: 840px;
    position: absolute;
    z-index: 2000;
	margin: 0;
	padding: 0;
	visibility: visible;
}

#head_center {
	height: 30px;
	width: 200px;
	position: absolute;
	top: -1px;
	left: 3px;
	border: 0px solid #000;
	text-align: left;
	padding: 0;
	visibility: visible;
}

#head_search {
	height: 20px;
	width: 160px;
	position: absolute;
	top: 35px;
	left: 667px;
	padding: 10px 0 10px 0;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	visibility: visible;
	z-index: 3000;
}

#AutoSearch {
	width: 300px;
	position: absolute;
	top: 74px;
	left: 700px;
	padding: 0;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: right;
	visibility: visible;
	z-index: 3000;
}

#head_menu {
	background-color: #FFF;
	height: 0px;
	width: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 0px solid #665;
	border-bottom: 0px solid #665;
	border-right: 0px solid #665;
	margin: 0;
	padding: 0;
	visibility: hidden;
}

#notice_area {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
    color: #666;
	height: 30px;
	width: 300px;
	position: absolute;
	left: 200px;
	top: 2px;
	text-align: center;
	visibility: visible;
}

#sidebar  {
	position: absolute;
	top: 0px;
    left: 0px;
	width: 135px;
	height: 800px;
	margin: 0 0 auto 0;
	padding: 0 0 0 5px;
    z-index: 999;
	border-right: 0px solid #665;
	background-color: #fff;
	visibility: visible;
}

#logo {
	padding: 0;
	margin: 0px 0 20px 0;
	width: 140px;
	height: 36px;
	visibility: visible;
	border-bottom: 2px solid #665;
	background: url(/images/SDI-Logo.gif);
	background-repeat:no-repeat;
	background-position: left;
	position: relative;
	left: 0px;
}

#widgets {
	position: relative;
    left: 0px;
	width: 140px;
	margin: 20px 0 0 0;
	padding: 0;
	background-color: #FFF;
	visibility: visible;
	border-right: 0px solid #665;
}

#footer {
	top: 0;
	left: 140px;
	width: 20px;
	height: 600px;
	position: absolute;
	z-index: 10;
	background-color: #665;
}

#head_center p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
    text-align: left;
}
#head_center a {
	font-size: 11px;
	color: #CCC;
	font-weight: 600;
	text-decoration: none;
}
#head_center a:hover {
	text-decoration: underline;
}



#content_container  {
	position: absolute;
        left: 160px;
        top: 30px;
	margin: 0;
	padding: 0 30px 0 0;
        width: 841px;
        overflow: hidden;
        z-index: -1000;
     	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;

} 

#content_top_navigation {
     	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 0;
	width: 273px;
    z-index: 2000;
    position: absolute;
    top: 5px;
	left: 564px;
    text-align: right;
    height: 24px;
}
#content_bottom_navigation {
     	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 0;
	margin: 30px 0 0 0;
	width: 840px;
        z-index: -990;
        position: relative;
        top: 0;
        text-align: right;
        height: 40px;
}

#contentTop {
	padding: 0;
	margin: 0 11px 0 0;
	width: 840px;
	height: 5px;
        z-index: -990;
        position: relative;
        top: 0;
}

#sContent  {
    font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
    z-index: 500;
	position: relative;
	top: 0px;
} 

#contentBot {
	padding: 0;
	margin: 0;
	width: 840px;
	height: 20px;
        z-index: -989;
        position: relative;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Content */

#sContent .guiControl {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #060;
	padding: 0 2px 0 2px;
}
#sContent .guiControl:hover {
	color: #0C0;
}

#sContent .guiLink {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #060;
	padding: 0 2px 0 2px;
}
#sContent .guiLink:hover {
	color: #0C0;
	text-decoration: underline;
}


#sContent .popUp {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	color: #060;
}
#sContent .popUp:hover {
	color: #0C0;
}





/* Used in Popup / Lookup windows */



.attachment {
	padding: 0 2px 0 20px;
	background-image: url(../images/file.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: none;
}




.autocomplete {
        background-color: #fff;
        margin: 0px;
        padding: 0px;
        border: 1px solid #E8E8E8;
		max-height: 300px;
		max-width: 620px;
		overflow: auto;
}
.autoitem {
	background-color: #fff;
	text-align: center;
	border-bottom: 1px solid #EEE;
	padding: 3px;
}
.autoitem:hover {
	background-color: #E2EAF2;
}
.autoitems {
	background-color: #E2EAF2;
	text-align: center;
	padding: 3px;
}
.autocomplete .item {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#69C;
	display: block;
	cursor: pointer;
}
.autocomplete .item:hover {
	text-decoration: underline;
}
.autocomplete .detail {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #999;
}
.autocomplete .detail a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color: #999;
}





a.contentlink {
  font-family:  Arial, sans-serif;
  font-size: 12px;
  color: gray;
  text-decoration:none;
 }

a.contentlink:link {
  color: gray;
  text-decoration:none; }

a.contentlink:hover {
  color: red;
  text-decoration:underline;  }







/* TEXTSTYLE */

.textStyle { 
  border-color: #C6C6C6; 
  border-style:solid; 
  border-width:1px; 
  color: #000; 
}

select.textStyle { 
  border-color: #C6C6C6; 
  border-style:solid; 
  border-width:1px; 
  color: #000000; 
}

textarea.textStyle { 
  border-color: #C6C6C6; 
  border-style:solid; 
  border-width:1px; 
  color: #000000; 
}

button.textStyle { 
  border-color: #AFAFAF; 
  border:1px solid #999999; 
  color: #000000; 
}

file.textStyle { 
  border-color: #C6C6C6; 
  border-style:solid; 
  border-width:1px; 
  color: #000000; 
}

*.readonlyStyle { 
  border-color: #C6C6C6; 
  border-style:solid; 
  border-width:1px; 
  color: #000000;
  background-color: #E8E8E8; 
}

.box {
        background-color: #FBFBFB;
        margin: 10px;
        padding: 10px;
        border: 1px solid #E8E8E8;
		max-height: 300px;
		max-width: 620px;
		overflow: auto;
}

.block {
        background-color: #FBFBFB;
        margin: 10px;
        padding: 10px;
        border: 1px solid #E8E8E8;
}




/* Article Ratings */

#rateblock {
        background-color: #FBFBFB;
        margin: 10px;
        padding: 10px;
        border: 1px solid #E8E8E8;
}
#rateblock h2 {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
             
}

.rating{
	width:80px;
	height:16px;
	margin:0 0 20px 0;
	padding:0;
	list-style:none;
	clear:both;
	position:relative;
	background: url(/images/star-matrix.gif) no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
	cursor: pointer;
 /*ie5 mac doesnâ€™t like it if the list is floated*/
	float:left;
	/* end hide*/
	text-indent:-999em;
}
ul.rating li a {
	position:absolute;
	left:0;
	top:0;
	width:16px;
	height:16px;
	text-decoration:none;
	z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
	z-index:2;
	width:80px;
	height:16px;
	overflow:hidden;
	left:0;	
	background: url(/images/star-matrix.gif) no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}



/* Dynamic Revealing Divs */

#floatclose {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	text-align: right;
	padding: 0 20px 0 0;
}
#floatclose:hover {	color: #F66; }
#oraxPreview{	
	border:1px solid #535353;
	background-color:#FFFEFF;
	position:absolute;
	visibility: hidden;
	z-index: 10000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	padding: 0;
	margin: 0;
}
#oraxPreview h1 {
	font-size: 14px;
	font-weight: bold;
	background-color: #666;
	color:#FFF;
	display: block;
	width: 100%;
	margin: 0;
	padding: 2px;
}
#oraxPreview h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	margin: 5px;
}
#oraxPreview p {
	margin: 5px;
}

.ddiv_body{	
	border:1px solid #535353;
	background-color:#FFFEFF;
	position:relative;

}

.ddiv_bold{	
	border:3px solid #535353;
	background-color:#FFFEFF;
}
.ddiv_bold #Caption {	
	display: block;
	width: 100%;
	background-color:#535353;
	color: #FFF;
}
.ddiv_bold #Caption:hover {	color: #F00; }
.ddiv_bold #Caption:link {	color: #FFF; }

/* CALENDAR */

div.hhour_head {
	background-color: #E9EEF0;
	text-align: center;
	border: 1px solid #CCC;
}
div.hhour_head span.dayonlyhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

div.hhour {
	border-bottom: 1px solid #F5F5F5;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	height: 14px;
	margin: 0;
	padding: 2px;
}
div.hhour:hover {
	background-color: #F7F7F9;
}
div.hhourh {
	border-bottom: 1px solid #F5F5F5;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #999;
	height: 14px;
	margin: 0;
	padding: 2px;
	background-color: #EBF5EE;
}


table.calendar_week  {
  padding: 0px;
  margin: 0px;
  border: 0;
   }
table.calendar_month  {
  padding: 0px;
  margin: 0px;
  background-color: #FFF;
  height: 500px;
  border: 1px solid #B7BDCD;
   }
table.calendar_month th  { 
	background-color: #E9EEF0;
	vertical-align: top;
	text-align: center;
	overflow: hidden; 
	width: 14%; }
	
td.day0  { 
	background-color: #EBF5EE;
	vertical-align: top;
	overflow: hidden; 
	width: 14%;
	height: 15%;}
td.day1  { 
	background-color: #FFF;
	vertical-align: top;
	overflow: hidden;
	width: 14%;
	height: 15%; }
td.day2  { 
	background-color: #FFF;
	vertical-align: top;
	overflow: hidden;
	width: 14%;
	height: 15%;}
td.day3  { 
	background-color: #FFF;
	vertical-align: top;
	overflow: hidden;
	width: 14%;
	height: 15%;}
td.day4  { 
	background-color: #FFF;
	vertical-align: top;
	overflow: hidden;
	width: 14%;
	height: 15%;}
td.day5  { 
	background-color: #FFF;
	vertical-align: top;
	overflow: hidden;
	width: 14%;
	height: 15%;;}
td.day6  { 
	background-color: #EBF5EE;
	vertical-align: top;
	overflow: hidden;
	width: 14%;
	height: 15%;}
td.holiday  {  
	background-color: #EBF5EE;
	vertical-align: top;
	overflow: hidden;
	width: 14%;
	height: 15%;	}
	
td.today  {  
	background-color: #DEEDF9;
	vertical-align: top;
	overflow: hidden;
	width: 14%;
	height: 15%;
	border: 1px solid #B7BDCD;}

a.dayhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	background-color: #EEEEEE;
	color: #666;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	padding: 0 5px 0 0;
	margin: 0;
	width: 100%;
	height: 18px;
	display: inline-block;
}
a.dayhead:hover {
	background-color: #B6D4DC;
}
div.dayevents { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	color: #600;
	text-align: left;
	padding: 2px;
	margin: 0;
	height: 100%;
	width: 100%
	max-width: 100%;
	max-height: 120%;
	overflow-x: hidden;
	overflow-y: auto;
	vertical-align: top;
}
div.dayevents:hover {
	background-color: #F7F7F9;
}

td.week  {  
	background-color: #B7BDCD;
	vertical-align: top;
	text-align: center;
	overflow: hidden; 
	width: 2%;}
	
a.week {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	background-color: #FFF;
	color: #666;
	font-weight: bold;
	text-align: right;
	padding: 0 0 0 0;
	margin: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
}


span.CALL {
	background-color: #C96;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.CALL:hover { background-color: #C96000; }

span.TASK {
	background-color: #39C;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.TASK:hover { background-color: #39C000; }

span.REMINDER {
	background-color: #DBF991;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.REMINDER:hover { background-color: #F9E054; }

span.MEETING {
	background-color: #F99;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.MEETING:hover { background-color: #F99000; }

span.REPORT {
	background-color: #CFC;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.REPORT:hover { background-color: #6F6; }

span.LEAVE {
	background-color: #CFF;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.LEAVE:hover { background-color: #CFF000; }

span.TRAINING {
	background-color: #FF6;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.TRAINING:hover { background-color: #FF6000; }  

span.STANDBY {
	background-color: #99F;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.STANDBY:hover { background-color: #99F000; }

span.ON-SITE {
	background-color: #FC9;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.ON-SITE:hover { background-color: #FC9000; }

span.HOME {
	background-color: #FF0;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.HOME:hover { background-color: #FF0000; }

span.DISCUSSION {
	background-color: #6FC;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.DISCUSSION:hover { background-color: #6FC000; }

span.ARTICLE {
	background-color: #CC3;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.ARTICLE:hover { background-color: #CC3000; }

span.FILE {
	background-color: #CC3;
	width: 100%;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	color: #300;
	font-size: 10px;
	border-bottom: 1px solid #FFF;
}
span.FILE:hover { background-color: #CC3000; }






img.rfloat   {  float : right;
                padding-right : 8px;
                padding-left : 8px; }

img.lfloat   {  float : left;
                padding-right : 8px; }

img.cfloat   {  padding-left : 8px; }



#head_menu h1 {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 22px;
	margin: -4px 0 0 0;
	color: #E8F0F3;
}
#content_container h1 {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
    line-height: 33px;
	background-image:url(../images/OraxHeader4.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #fff;
	height: 38px;
	width: 814px;
	overflow: hidden;
	margin: 0 0 5px;
	padding: 0 10px 0 15px;
	border: 0px solid #665;
}
#content_container h1 a {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 12px;
	color: #FFF;
}
#content_container h1 a:hover {
	color: #FF3300;
}

#content_container h2 {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
	color: #595959;
        margin: 0 10px 0 10px;
}
#content_container h3 {
	font-family: Arial Black, Gadget, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	color: #595959;
        margin: 0 10px 0 10px;
}
#content_container p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	padding: 0 15px 0 10px;
}

#content_container .small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

#content_container #small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

#content_container table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
        margin: 5px;
}

#content_container li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #1B1B1B;
	padding: 0 15px 0 10px;
}

#content_top_navigation a {
  padding: 0;
  margin: 0;
}

#content_bottom_navigation a {
  padding: 0;
  margin: 0;
}

#content_container a {
  color: #6B6B77;
  text-decoration: underline;
  font-weight:normal;
}
#content_container a:hover {
  color: #673B3B;
}


#noticeArea h1 a {
	padding: 0 55px 20px 10px;
	margin: 0;
}

#search {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
    color: #666;
}

#content_stats {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
        color: #6B6B77;
        padding: 0 0 0 7px;
        margin: 0;
}


#notice_area a {
	font-size: 13px;
	text-decoration: none;
	color: #063;
	background-image: url(/images/Message.gif);
	padding: 0 0 0 20px;
	background-position: left;
	background-repeat: no-repeat;
}
#notice_area a:hover {
  color: #063;
  text-decoration: underline;
}
#notice_area p {
	cursor: pointer;
}

.backContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
    color: #000;
    text-decoration: none;
    margin: 0 30px 0 0;
}
.backContent:hover {
	text-decoration: underline;
}
#SubmitNotice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	margin: 0;
}
#backContent:hover {
  color: #673B3B;
}

#content_container label #button { 
  border-color: #AFAFAF; 
  border: 1px solid #999999; 
  color: #000000; 
}

.grayBG {
	background-color: #EFEFEF;
}

th {
	background-color: #F3F3F3;
	vertical-align: top;
	color: #999;
}

td, th{
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.formlabel {
	font-size: 11px;
	color: #333;
}

.content_left  {
	margin: 5px;
	padding: 5px;
        width: 45%;
        position: relative;
        float: left;
        border-right: 1px solid #F7F7F7;
} 
.content_right  {
	margin: 5px 15px 5px 5px;
	padding: 5px;
        width: 45%;
        float: right;
} 

.noticeBody  {
	color: #373839;
	margin: 5px;
	padding: 5px;
        background-color: #f9f5e0;
        border: 1px solid #dbd8c6;
} 

.noticeParent  {
	color: #665;
	margin: 5px 10px 5px 15px;
	padding: 5px;
        background-color: #FDF9E7;
        border: 1px solid #dbd8c6;
} 



/* Orax SDI Touch Menu */

.sdimenu {
	width: 140px;
}

.men0 {
	background-color: #FFF;
	width: 130px;
	color: #fff;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #CCC;
}
.men0:hover {
	background-color: #CCC;
}

.men1 {
	background-color: #F6F6F6;
	width: 125px;
	padding: 0 0 0 5px;
}
.men2 {
	background-color: #FFF;
	width: 115px;
	padding: 0 0 0 10px;
}
.men3 {
	background-color: #EDEDED;
	width: 100px;
	padding: 0 0 0 15px;
}


.menu {
	display: inline-block;
	color: #203329;
	width: 85%;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	color: #006B32;
	text-decoration: underline;
}

.nullmenu {
	display: inline-block;
	color: #339;
	width: 85%;
	overflow: hidden;
	height: 26px;
	line-height: 26px;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-decoration: none;
}
.nullmenu:hover {
	color: #575958;
	text-decoration: none;
}

.expandmenu {
	display: inline-block;
	width: 15%;
	text-align: right;
	color: #000;
	text-decoration: none;
	background-image: url(../images/expand.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sdimenudiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 120px; /* Width of Menu Items */
border: 0px solid #665;
background-color: #fff;
z-index: 5000;
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
text-align: right;
color: #E2DCD4;
}
	
.sdimenudiv ul li{
position: relative;
}
	
/*Sub level menu items */
.sdimenudiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
text-align: left;
}

/* Sub level menu links style */
.sdimenudiv ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
text-decoration: none;
background: #fff;
color: #222;
padding: 5px 5px 5px;
border-bottom: 1px solid #999;
}

.sdimenudiv ul li a:hover{
background-color: #333;
color: #FFF;
}

.sdimenudiv .subfolderstyle{
}

	
/* Holly Hack for IE \*/
* html .sdimenudiv ul li { float: left; height: 1%; }
* html .sdimenudiv ul li a { height: 1%; }
/* End */





/* SpryHTMLPanel.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2007. Adobe Systems Incorporated. All rights reserved. */

/* Developers are allowed to specify markup to use when the HTMLPanel is
 * loading content, or when an error has occurred while loading content.
 * This content must be present *inside* the HTMLPanel's container element
 * and must have either the class "HTMLPanelLoadingContent" or "HTMLPanelErrorContent"
 * on it, so the HTMLPanel can identify it.
 *
 * The following rule is defined to hide this content, just in case the
 * page is loaded within a browser that has JavaScript turned off.
 */
.HTMLPanelLoadingContent, .HTMLPanelErrorContent {
	display: none;
}

/* The HTMLPanelLoading class name is programatically placed on the HTMLPanel's
 * top-level container element whenever the panel makes a server request for content.
 * This gives designers a way hook to style the panel differently when it is in the
 * process of loading content. The class name is automatically removed once the
 * HTMLPanel has loaded the content or an error has occured.
 *
 * To modify the look of the panel when it is loading, simply add your CSS
 * properties to this rule. 
 */
.HTMLPanelLoading {
}

/* The HTMLPanelError class name is programatically placed on the HTMLPanel's
 * top-level container element if the HTMLPanel's request for content fails.
 * This gives designers a way hook to style the panel differently when an error
 * has occured. This class name is automatically removed when content is loaded
 * into the HTMLPanel.
 *
 * To modify the look of the panel when an error occurs, simply add your CSS
 * properties to this rule. 
 */
.HTMLPanelError {
}



/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #B8F5B1;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}


/* SpryFormValidation.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */



/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textareaRequiredMsg,
.textareaMinCharsMsg,
.textareaMaxCharsMsg,
.textareaValidMsg {
	display:none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textareaRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textareaRequiredState .textareaRequiredMsg,
.textareaMinCharsState .textareaMinCharsMsg,
.textareaMaxCharsState .textareaMaxCharsMsg
{
	display: inline;
	color: #CC3333;
	border: 1px solid #CC3333;
}

/* The next three group selectors control the way the core element (TEXTAREA) looks like when the widget is in one of the states: * focus, required / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the TEXTAREA
 * - the widget id is placed on the TEXTAREA element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the TEXTAREA has a green background applied on it. */
.textareaValidState textarea, textarea.textareaValidState {
	background-color:#B8F5B1;
}

/* When the widget is in an invalid state the TEXTAREA has a red background applied on it. */
textarea.textareaRequiredState, .textareaRequiredState textarea, 
textarea.textareaMinCharsState, .textareaMinCharsState textarea, 
textarea.textareaMaxCharsState, .textareaMaxCharsState textarea {
	background-color:#FF9F9F;
}

/* When the widget has received focus, the TEXTAREA has a yellow background applied on it. */
.textareaFocusState textarea, textarea.textareaFocusState {
	background-color:#FFFFCC;
}

/* This class applies only for a short period of time and changes the way the text in the textarea looks like.
 * It applies only when the widget has enforce max chars enabled and the user tries to type some more.
 */
.textareaFlashState textarea, textarea.textareaFlashState{
	color:red !important;
}
/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
textarea.textareaHintState, .textareaHintState textarea{
	/* color: red !important;*/
}





/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
}

.dPopContent
{
	background-color: #FFFFCC;
	border: 1px solid #999;
	overflow: scroll;
	position: relative;
	z-index: 1000;
	height: inherit;
}


/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
.TabbedPanels {
	margin: 7px 0 0 0;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}

/* This is the selector for the TabGroup. The TabGroup container houses
 * all of the tab buttons for each tabbed panel in the widget. This container
 * does not contribute anything visually to the look of the widget for our
 * default style.
 *
 * The name of the class ("TabbedPanelsTabGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabGroup container.
 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the TabbedPanelsTab. This container houses
 * the title for the panel. This is also the tab "button" that the user clicks
 * on to activate the corresponding content panel so that it appears on top
 * of the other tabbed panels contained in the widget.
 *
 * For our default style, each tab is positioned relatively 1 pixel down from
 * where it wold normally render. This allows each tab to overlap the content
 * panel that renders below it. Each tab is rendered with a 1 pixel bottom
 * border that has a color that matches the top border of the current content
 * panel. This gives the appearance that the tab is being drawn behind the
 * content panel.
 *
 * The name of the class ("TabbedPanelsTab") used in this selector is not
 * necessary to make the widget function. You can use any class name you want
 * to style this tab container.
 */
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 0.7em sans-serif;
	color: #060;
	background-color: #DDD;
	list-style: none;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #999;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
}

/* This selector is an example of how to change the appearnce of a tab button
 * container as the mouse enters it. The class "TabbedPanelsTabHover" is
 * programatically added and removed from the tab element as the mouse enters
 * and exits the container.
 */
.TabbedPanelsTabHover {
	background-color: #CCC;
}

/* This selector is an example of how to change the appearance of a tab button
 * container after the user has clicked on it to activate a content panel.
 * The class "TabbedPanelsTabSelected" is programatically added and removed
 * from the tab element as the user clicks on the tab button containers in
 * the widget.
 *
 * As mentioned above, for our default style, tab buttons are positioned
 * 1 pixel down from where it would normally render. When the tab button is
 * selected, we change its bottom border to match the background color of the
 * content panel so that it looks like the tab is part of the content panel.
 */
.TabbedPanelsTabSelected {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

/* This is the selector for the ContentGroup. The ContentGroup container houses
 * all of the content panels for each tabbed panel in the widget. For our
 * default style, this container provides the background color and borders that
 * surround the content.
 *
 * The name of the class ("TabbedPanelsContentGroup") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the ContentGroup container.
 */
.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 0px #CCC;
	border-bottom: solid 0px #CCC;
	border-top: solid 0px #999;
	border-right: solid 0px #999;
	background-color: #FFF;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 15px 0 0 0;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}







/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion {
	border-left: solid 0px #999;
	border-top: solid 0px #999;
	border-bottom: solid 0px #999;
	overflow: hidden;
}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab {

	border-bottom: solid 1px #665;
	border-top: solid 0px #665;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #222;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
}

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent {
	overflow: auto;
	margin: 0px;
	padding: 5px;
	height: 80px;
	background-color: #EEF3EE;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.AccordionPanelContent a {
	color: #333;
	text-decoration: none;
}
.AccordionPanelContent a:hover {
	color: #060;
	text-decoration: underline;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFF;
	color: #000;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #FFF;
	background-color: #333;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #060;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #FFF;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #FFF;
}



/* Popup Calendar */

#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #333;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv #calendar_year_txt {
	border:1px solid #FFF;
	padding: 0 2px 0 2px;
	background-color: #333;
	position:relative;
	color: #CCC;
}
#calendarDiv #calendar_year_txt:hover {
	color: #FFF;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #333;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #CCC;		
	color: #333;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;
	color: #333;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #333;

}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #333;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;
}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#333;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}


.dhtmlwindow{
position: absolute;
border: 2px solid #000;
visibility: hidden;
background-color: white;
}

.drag-handle{ /*CSS for Drag Handle*/
padding: 1px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #CCC;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.drag-handle .drag-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
}

* html .drag-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}


.drag-contentarea{ /*CSS for Content Display Area div*/
border-top: 1px solid #000;
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}

.drag-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
border-top: 1px solid gray;
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
}


.drag-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
}

