﻿body {
/*	background-color:#ffffff;*/
}
fieldset {
    
	border:1px dashed #CCC;
	padding:10px;
	background-color:#ffffff;

}
fieldset.addProgram {
    border:none !important;
    padding: 0px !important;
    margin: 0px !important;
}


legend {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 90%;
	letter-spacing: -1px;
	font-weight: bold !important;
	line-height: 1.1 !important;
	color:#fff !important;
	background: #666 !important;
	border: 1px solid #333 !important;
	padding: 2px 6px !important;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 175%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#333;
}


label {
	width:142px;
	height:32px;
	margin-top:3px;
	margin-right:2px;
	padding-top:11px;
	padding-left:6px;
	background-color:#ffffff;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
}



.form {
	margin:0;
	padding:0;
}
/*By CL: on my research for the issue :Container div not expanding (on loadControl (UserControl)
http://www.webmasterworld.com/forum83/8665.htm 
*/
#container {
	/*width:750px;
	margin:auto;
	padding:10px;*/
	/*new needed code*/
	display: inline-block; /*sets hasLayout - required for IE*/
    overflow: hidden; /*causes modern browsers to enclose child floats*/
}
/*new needed code
-It has to be set separately from above.
*/
#container 
{
    /*display: block;  resets to proper property value without resetting layout*/
} 

#top {
	width:680px;
	height:50px;
}
#warningMessages {
	width:680px;
	height:50px;
}
#formHolder 
{
	/*
    background-color:#fff;
	position:relative;
    */
}

#leftSide {
	width:75%;
	padding-top:5px;
	float:left;
}
#rightSide {
	background-color:#fff;
	width:23%;
	padding:5px;
	margin-top:10px;
	float:right;
	/*border:1px solid #CCC;*/
	font:normal 12px Arial;
	color:#666666;
	display: inline;
	position:absolute;
	top:0px;
	left:540px;
}
.clear {
	clear:both;
}
.holder {
	background-color:#fff;

}
.div_texbox {
	width:300px;
	float:right;
	/*background-color:#fafafa;*/
	height:45px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.div_textarea {
	width:347px;
	float:right;
	background-color:#fafafa;
	height:300px;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}

.textbox {
	background-image: url(../images/16t.png) !important;
	background-repeat: no-repeat !important;
	background-position:left !important;
	width:250px !important;
	font:normal 15px Arial !important;
	color: #333333 !important;
	padding:3px 5px 3px 19px !important;
	border: 1px solid #bbb !important;
}
.textbox.small{
    width:80px !important;
}
.textbox.medium{
    width:120px !important;
}
.textbox.large{
    width:350px !important;
}
.display-inline{
    display:inline !important;
}
.has-border{
    border:solid 1px #ddd;
}
.reset-label{
    width: initial;
    height: inherit;
    margin-top: inherit;
    margin-right: inherit;
    padding-top: inherit;
    padding-left: inherit;
    background-color: inherit;
    float: inherit;
    display: inherit;
    font-family: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;

}

.dropdown {
	width:200px;
	font:normal 15px Arial;
	color: #333333;
	padding:3px 5px 3px 3px;
	border:solid 1px #cccccc;
}

.dropdown_small {
	width:125px;
	font:normal 12px Arial;
	color: #333333;
	padding:3px 5px 3px 3px;
}

.dropdown_MS {
	height:90px;
	width:340px;
	font:normal 12px Arial;
	color: #333333;
	padding:3px 5px 3px 3px;
}

.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}

.username {
    background-image: url(../images/16m.png);
    background-repeat: no-repeat;
    background-position:left;
	width:200px;
    font:normal 15px Arial;
    color: #333333;
    padding:3px 5px 3px 19px;
    border: 1px solid #bbb;
}
.username:focus, .username:hover {
	background-color:#F0FFE6;
}
   
.password {
    background-image: url(../images/16s.png);
    background-repeat: no-repeat;
   	background-position:left;
	width:200px;
    font:normal 15px Arial;
    color: #333333;
    padding:3px 5px 3px 19px;
    border: 1px solid #bbb;
}
.password:focus, .password:hover {
	background-color:#F0FFE6;
}

html body form .RadInput .textbox_telerik
{
	background-image: url(../images/16t.png);
	background-repeat: no-repeat;
	background-position:left;
	padding-left: 19px;
	border:1px solid #bbb;
}

html body form .RadInput .textbox_telerik:focus, html body form .RadInput .textbox_telerik:hover {
	background-color:#F0FFE6;
}

.button_div {
	width:300px;
	float:right;
	/*background-color:#fff;
	border:1px solid #ccc;*/
	text-align:right;
	height:auto;
	margin:5px;
	padding:5px 32px 3px;
}

.buttons_disabled {
	/*background: #e3e3db;*/
	font-size:12px; 
	color: #989070; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e3e3db'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e3e3db)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #e3e3db); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #e3e3db 100%);
}

.buttons {
	/*background: #e3e3db;*/
	font-size:12px; 
	color: #989070; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e3e3db'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#e3e3db)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #eeeeee,  #e3e3db); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #e3e3db 100%);
}

.buttons_action 
{
	font-size:12px; 
	color: #ffffff; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #d8d8d0 #d8d8d0 #fff;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9999', endColorstr='#bf0000'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ff9999), to(#bf0000)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ff9999,  #bf0000); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #ff9999 0%, #bf0000 100%);

}

.buttons:hover 
{
	background: #eeeeee;
}

.buttons_action:hover 
{
	background: #ff9999;
}

.cb_separate {
	background-color:#336699;
	color:#ffffff;
    height: 20px;
margin: 3px 0 3px 0;
	/*width:323px;*/
}

.cb_separate_search {
	background-color:#dddddd;
	color:#333333;
	/*width:230px;*/
	font-weight:bold;
}

.cb_separate_modify {
	background-color:#dddddd;
	color:#333333;
	/*width:320px;*/
	font-weight:bold;
}

TABLE.ReportDetailTableGray TH {
	/*
	FONT-FAMILY: verdana; 
	COLOR: #ffffff;
	FONT-WEIGHT: bold;
	TEXT-DECORATION: none; 
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-TOP: 6px; 
	PADDING-BOTTOM: 6px;
	/*BACKGROUND: #003366;
	BORDER-BOTTOM: #999999 1px solid;*/
}


TABLE.ReportDetailTableGray TD {
	
	FONT-FAMILY: verdana; 
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-TOP: 6px; 
	PADDING-BOTTOM:6px; 
	BORDER-BOTTOM: #999999 1px solid;
}

TABLE.ReportDetailTableBlue TD {
	
	FONT-FAMILY: verdana; 
	COLOR: #000000; 
	TEXT-DECORATION: none;
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-TOP: 6px; 
	PADDING-BOTTOM: 6px;  
	BORDER-BOTTOM: #AFC4D5 1px solid;
}

TABLE.Plain TD
{
	BORDER: BOTTOM: #FFFFFF 0px solid; PADDING-RIGHT: 6px; PADDING-LEFT: 6px; PADDING-BOTTOM: 6px; PADDING-TOP: 6px
}

#navlist {
        padding: 3px 0;
        margin-left: 0;
        margin: 0;
        margin-top: 1;
        border-bottom: 1px solid #999999;
        font: bold 11px Verdana, sans-serif;
}

#navlist li {
        list-style: none;
        margin: 0;
        display: inline;
}

#navlist li a {
        padding: 3px 1.5em;
        margin-left: 0px;
        border: 1px solid #999999;
        border-bottom: none;
        /*background: #ffffff;*/
        text-decoration: none;
        
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dddddd)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #ffffff,  #dddddd); /* for firefox 3.6+ */
		background: -ms-linear-gradient(top, #ffffff 0%, #dddddd 100%);
}

#navlist li a:link { color: #667 !important; }
#navlist li a:visited { color: #667 !important; }

#navlist li a:hover {
        color: #000 !important;
        background: #FFFFFF !important;
        border-color: #dddddd !important;
}

#navlist li a#current {
        background: #f5f5f5  !important;
        border-bottom: 1px dotted #f5f5f5  !important;
        color:#333333 !important;
        font-weight:bold !important;
}


A.inLineLink {color: #003366;
	FONT-SIZE: 10px; 
	FONT-FAMILY: verdana; 
	background: none;
	text-decoration: none;
	
  	}
	A.inLineLink:visited {
  	FONT-SIZE: 10px; 
	FONT-FAMILY: verdana; 
  	color: #003366;
  	background: none;
	text-decoration: none;
	
  	}
	A.inLineLink:active {
  	FONT-SIZE: 10px; 
	FONT-FAMILY: verdana; 
  	color: #003366;
  	background: none;
	text-decoration: none;
	
  	}
	A.inLineLink:hover {
    FONT-SIZE: 10px; 
	FONT-FAMILY: verdana; 
    color: #990000;
    background: none;
	text-decoration: underline;
	}

	A.searchLinks {color: #003366;
	FONT-SIZE: 15px; 
	FONT-FAMILY: verdana; 
	background: none;
	text-decoration: none;
	font-weight:bold;
	
  	}
	A.searchLinks:visited {
  	FONT-SIZE: 15px; 
	FONT-FAMILY: verdana; 
  	color: #003366;
  	background: none;
	text-decoration: none;
	font-weight:bold;
	
  	}
	A.searchLinks:active {
  	FONT-SIZE: 15px; 
	FONT-FAMILY: verdana; 
  	color: #003366;
  	background: none;
	text-decoration: none;
	font-weight:bold;
	
  	}
	A.searchLinks:hover {
    FONT-SIZE: 15px; 
	FONT-FAMILY: verdana; 
    color: #990000;
    background: none;
	text-decoration: underline;
	font-weight:bold;
	}
	
.search_options
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ccffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #ccffff); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ccffff 100%);
}

.search_box
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffcc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffcc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #ffffcc); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #ffffcc 100%);
}

.roundedImage
{
	-moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    border-radius: 25px;
}

.modify_header
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffffff,  #cccccc); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #ffffff 0%, #cccccc 100%);
}

.display_header
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ccff', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#99ccff), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #99ccff,  #003366); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #99ccff 0%, #003366 100%);
	color:#ffffff;
	font-weight:bold;
}

.column_header
{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#82C7FF', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#82C7FF), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #82C7FF,  #003366); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #82C7FF 0%, #003366 100%);
	color:#ffffff;
}


/*by CL:*/

.gridView TD
{
	FONT-FAMILY: verdana; 
	color:#000000;
	font-weight:normal;
	TEXT-DECORATION: none; 
	PADDING-RIGHT: 3px; 
	PADDING-LEFT: 3px; 
	PADDING-TOP: 3px; 
	PADDING-BOTTOM: 3px;
	
	border-top: #B0B0B0  1px solid;
	border-right: #B0B0B0  1px solid;
	border-bottom: #B0B0B0  1px solid;
	border-left: #B0B0B0  1px solid;
}

.gridView TH
{
	FONT-FAMILY: verdana; 
	color:#ffffff;
	font-weight:bold;
	TEXT-DECORATION:none; 
	PADDING-RIGHT: 6px; 
	PADDING-LEFT: 6px; 
	PADDING-TOP: 6px; 
	PADDING-BOTTOM: 6px;
	BACKGROUND: #003366;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ccff', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#99ccff), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #99ccff,  #003366); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #99ccff 0%, #003366 100%);
	white-space:nowrap;
	border-top: #B0B0B0  1px solid;
	border-right: #B0B0B0  1px solid;
	border-bottom: #B0B0B0  1px solid;
	border-left: #B0B0B0  1px solid;
}
.gridView TH a
{
	FONT-FAMILY: verdana; 
	color:#ffffff;
	font-weight:bold;
}
.subHeader
{
    color: #003366;
    font-weight:bolder;
    font-size: 1.1em;
    
    padding:  1.5em;
}

.areatitle {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000;
	font-size: 16px; 
	line-height: 19px;
	padding-bottom:3px;
}

.personalInfo {
	width:220px;
	font:normal 15px Arial;
	color: #333333;
	padding:3px 5px 3px 8px;
}
.personalInfo H1 {
	 font-size:1.2em;
	 font-weight: bold;
}

.div_Info {
	width:98%;
	float:left;
	margin-top:3px;
	padding-top:5px;
	padding-bottom:3px;
	padding-left:5px;
}
.button_div_left {
	width:300px;
	float:left;
	background-color:#fff;
	border:1px solid #ccc;
	text-align:left;
	height:35px;
	margin-top:3px;
	padding:5px 32px 3px ;
}
.labelDisplay {
	width:130px;
	height:32px;
	margin-top:0px;
	margin-right:2px;
	padding-top:2px;
	padding-left:3px;
	background-color:#ffffff;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 1.1;
	color:#666;
	white-space:nowrap;
}
.labelDisplayResult {
	width:300px;
	height:32px;
	margin-top:0px;
	margin-right:2px;
	padding-top:2px;
	padding-left:3px;
	background-color:#ffffff;
	float:left;
	display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 1.1;
	color: #333;
}
.listLabel {
    width:86%;
    height:100%;
	margin-top:0px;
	margin-right:2px;
	padding-top:2px;
	padding-left:14px;
	background-color:inherit;
	display: inline-block !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: normal;
	line-height: 1.1;
	color: #333;
    float:none !important;
    vertical-align:text-top !important;
}

.roundedImage_Green
{
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC00', endColorstr='#ceffce'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#00CC00), to(#ceffce)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #00CC00,  #ceffce); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #00CC00 0%, #ceffce 100%);
}

.roundedImage_Yellow
{
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCC00', endColorstr='#FFFF99'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCC00), to(#FFFF99)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFCC00,  #FFFF99); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #FFCC00 0%, #FFFF99 100%);
}

.roundedImage_White
{
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #999999;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eeeeee'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#eeeeee)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #eeeeee); /* for firefox 3.6+ */
	background: -ms-linear-gradient(top, #FFFFFF 0%, #eeeeee 100%);
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}