@import "tabs.css";
@import "tables.css";
@import "ContentBoxes.css";
@import "forms.css";




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML Tags 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body {
	height:100%;
}
html.use_scroll_wrapper { 
	overflow:hidden;
}

body
{
	margin: 0px;
	background-color: #ebd096;
	line-height: 1.4em;
	color: #666666;
	font-family: "lucida grande" , tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

p
{
	margin: 10px 0;
}

p.no-padding-no-margin
{
	padding: 0;
	margin: 0;
}

hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border: 0;
	margin: auto;
	margin-bottom: 10px;
	width: 97%;
}
sup
{
	color: Red;
}

blockquote
{
	padding: 0 0 0 12px;
	margin: 12px 0 0 0;
	background: url(../images/theme/elements/bg-quote.gif) no-repeat;
}

blockquote p
{
	margin: 2px 0;
}

cite
{
	font-size: .85em;
	margin: 0;
	padding: 0 0 0 6px;
}

fieldset
{
	padding: 15px;
}

legend
{
	color: #333333;
	padding: 5px 3px 10px 3px;
}
right
{
	text-align: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Headings 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


h1, h2, h3, h4, h5, H6
{
	font-size: 1.3em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin:  5px 0;
	padding-left: 0px;
	padding-top: 5px;
	color: #5d4f35;
}



h1
{
	margin-bottom: 0;
}

h1, h2
{
	margin-top: 0px;
}

h2
{
	font-size: 1.3em;
}

h3
{
	font-size: 1.1em;
}

h3.small
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5
{
	font-size: 1.1em;
}

h6
{
	font-size: 1em;
	margin-top: 0px;
}

h4.white
{
	color: White;
}

abbr, acronym, span.abbr {
  border-bottom: 0px;
}
/* used by the reports as the main body style */
.bodyreport
{
	margin: 5px;
	font-family: arial;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #ffffff;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Report Styles

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.reportheader
{
	font-family: Verdana,Arial;
	font-size: 10pt;
	color: black;
	background-color: #ffffff;
}
.reportinnertable
{
	border-collapse: collapse;
	font-family: Verdana,Arial;
	font-size: 10pt;
	background-color: #ffffff;
}
.reportinnertable td
{
	border-right: 1px solid #ece9d8;
	border-left: 1px solid #ece9d8;
	border-bottom: 1px solid #ece9d8;
	vertical-align: top;
}
.reportinnertabletotalrow
{
	background-color: #eeeeef;
}
.reportinnertableheader
{
	font-family: Verdana,Arial;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	background-color: #d8e4f8;
}
TR.reportalternaterow
{
	background-color: #eeeeef;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Links

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a.h1:link
{
	text-decoration: underline;
}
a.h1:hover
{
	text-decoration: underline;
	color: #5d4f35;
}

a:link, a:active
{
	color: #5d4f35; /* #BF344F*/
	text-decoration: none;
}

a:visited
{
	color: #5d4f35;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:active
{
	color: #5d4f35;
}

/* ---------------------------------------------------------------------- */

#loggedIn {
	background-color: #FFF;
	color:#333;
	border: 1px solid #818181;
	filter: alpha(opacity=80); /* ie */ 
	-moz-opacity: .8; /* mozilla */ 
	float:right; 
	margin-top: -10px; 
	padding:10px; 
	border: solid 1px #818181;
	border-top: solid 1px #818181;
	font-weight:bold;
	width:425px;
	height:60px;
	display:inline;
	z-index:100;
	position:relative;
}


a.divLoggedIn:link
{
	color: #C2D1E5;
	text-decoration: none;
	font-weight: normal;
}

a.divLoggedIn:visited
{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

a.divLoggedIn:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #FFF;
}

a.divLoggedIn:active
{
	color: #C2D1E5;
	font-weight: normal;
}

a.advertise:link, a.advertise:visited
{
	margin-top:-10px;
	text-decoration: none;
	color: #999999;
}

a.advertise:hover
{
	color: #666666;
	text-decoration: underline;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Misc

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/




.clear
{
	clear: both;
}

.Required
{
	color: #BF344F;
}

.Required_bg
{
	padding: 5px 0 0 0;
}

.contentBox
{
	background-color: White;
}

#bottom {
	position:fixed;
	bottom:0;
	left: 15px;
	right: 15px;
	height: 15px;
	background: #e6efea;
	border: solid 1px #818181;
	border-bottom:0px;
	z-index: -3;
	padding:3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Images

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.photo-border
{
	border: 1px solid #cecece;
	padding: 2px;
	background: #d9d9d9 url(resources/images/theme/elements/bg-photo.png) top repeat-x;
	margin-bottom: 5px;
	display: block;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Wrappers and Containers

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



#loggedIn ul
{

	text-align:right;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-weight: bold;
}
#loggedIn li

{
	margin-top:20px;
	display: inline;
	border-right: solid 1px #818181;
}
#loggedIn ul li a
{
	text-decoration: none;
	margin: 4px;
	padding: 5px 5px 5px 5px;
	color: #000;
}
#loggedIn ul li a:hover
{
	color: #5d4f35;
	text-decoration: underline;
}








#Nav ul
{

	text-align:left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	font-weight: normal;
}
#Nav li

{
	margin-top:20px;
	display: inline;
	border-right: solid 1px #818181;
}
#Nav ul li a
{
	text-decoration: none;
	margin: 4px;
	padding: 5px 5px 5px 5px;
	color: #5d4f35;
}
#Nav ul li a:hover
{
	color: #5d4f35;
	text-decoration: underline;
}




#NavBar
{
	float: left; /* float left for right navigation */
	width: 160px;
}


.ajaxdivupdate
{
	z-index: 2;
	position: absolute;
	left: 50%;
	top: 40%;
	background-color: #E5FFEB;
	padding: 20px 20px 20px 20px;
	border: solid 1px #A8FFBD;
}


#ValidationErrors
{
	background-color: #FFE5F9;
	padding: 10px;
	border: solid 1px #FFB3EC;
	width: 785px;
}

#SucessPanel
{
	position: relative;
	background-color: #E5FFEB;
	padding: 10px;
	border: solid 1px #A8FFBD;
	width: 785px;
}

#WarningPanel
{
	position: relative;
	background-color: #ffe196;
	padding: 10px;
	border: solid 1px #ff9e47;
	width: 785px;
}

#Success .CloseSuccess {
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Lists 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul.bullets li
{
	list-style-image: url(../images/bullet.gif);
	margin-left: -20px;
}
ul.ErrorBullets li
{
	margin-top:5px;
	vertical-align:text-bottom;
	list-style-image: url(../images/icons/cancel_16.png);
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ASP Objects Textboxes, Drop downs, etc.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.button
{
	font-family: Verdana;
	font-size: 8pt;
}
.buttonfixedsize
{
	font-family: Verdana;
	font-size: 8pt;
	width:175px;
}

.txtbox
{
	font-family: Verdana;
	font-size: 8pt;
}
.label
{
	font-family: Verdana;
    font-size: 12px;
}

.ddllist
{
	font-family: Verdana;
	font-size: 8pt;
}
.ddllistfixedsize
{
	font-family: Verdana;
	font-size: 8pt;
	width:250px;
}
.txterr
{
	font-family: Verdana;
	font-size: 8pt;
	color: Red;
	font-weight: bold;
}
.requiredfield
{
	color:#ff9933;
	font-weight:bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	
	Rounded Corners

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.module {
  padding: 0 0 0 0;
  clear:left;
}

.module-header a:link {
	color:#000000;
	text-decoration:none;
}

.module-header a:visited {
	color:#000000;
	text-decoration:none;
}

.module-header a:hover {
	text-decoration:underline;
}

.module-header a:active {
	color:#000000;
}
	


td.module-content-login {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
   
}
td.module-content td {
  padding:0px 0px 0px 0px;
  font-size:11px;
}

td.module-content table
{
	border-left:solid 1px black; 
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	border-top:solid 1px black;
}

/* nested table style within the content */
.module-content-innertable
{
  border-collapse:collapse;
  
}
.module-content-innertable td
{
  border-right: 1px solid #ece9d8;
  border-left: 1px solid #ece9d8;
  border-bottom: 1px solid #ece9d8;
  border-collapse:collapse;
}
.module-content-innertable-totalrow
{
 background-color:#eeeeef;
}
	

/* end nested table style within the content */
.module-header {
  white-space: nowrap;
  color: #000000;
  font-family: Verdana;
  font-size: 8pt;
  background-image: url(../images/module-header-bkg.gif);
  background-repeat: repeat;
  font-weight: bold;
  height: 22px;
  line-height:22px;
}
.module-corner-left {
  background-image: url(../images/module-corner-left.gif);
  background-repeat:no-repeat;
  width: 10px;
  height: 22px;
  float: left;
}
.module-corner-right {
  background-image: url(../images/module-corner-right.gif);
  background-repeat:no-repeat;
  width: 10px;
  height: 22px;
  float: right;
}	

.module-header-innerheader {
  white-space: nowrap;
  color: #000000;
  font-family: Verdana;
  font-size: 8pt;
  background-image: url(../images/module-header-bkg.gif);
  background-repeat: repeat;
  font-weight: bold;
  height: 22px;
  line-height:22px;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  padding-left:10px;  
}

td.header {
	color: #000;
    padding:5px;
    background-color:#00573c;
    font-weight:bold;
    font-family: Verdana;
    color: #ffffff;
	font-size: 8pt;
  	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
td.headerbottom {
	color: #000;
    padding:5px;
    background-color:#00573c;
    font-weight:bold;
  	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

/*td subheader are used for the sub headers in Nested Tables */
table.subheader {
	font-family: Verdana;
    font-size: 8pt;
    color: #000;
    text-align:left;
    padding:5px;
    background-color:#00573c;
}

/*td nav are used for the td headers */
td.nav
{
	background-color: #ede4cd;
	text-align:left;
}

.datagridheader, .datagridheader a, .datagridheader a:link, .datagridheader a:visited, 
.datagridheader a:hover, .datagridheader a:active
{
	color:white;
    font-weight:bold;
	background-color:#00573c;
	text-align:center;
	 
}
.datagridalt
{
	background-color: #f7f7f7;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Footer-Sub

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

#footer-sub ul
{
	margin: 0;
	padding: 0;
}

#footer-sub li
{
	display: inline;
	list-style: none;
	padding: 0 0.5em 0 0;
	background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #999999;
}

#footer-sub a:hover
{
	color: #666666;
	text-decoration: none;
}

#footer-sub
{
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-align: center;
	padding: .1em 0 2em 0;
	position: relative;
	font-size: .8em;
	color: #999999;
}

#footer-sub ul
{
	margin: 0;
	padding: 0;
}

#footer-sub li
{
	display: inline;
	list-style: none;
	padding: 0 1em 0 0;
	background: none;
}

#footer-sub a:link, #footer-sub a:visited
{
	text-decoration: underline;
	color: #999999;
}

#footer-sub a:hover
{
	color: #666666;
	text-decoration: none;
}

.fadeScreen  
{ 
     /* This Fades Down The Screen */ 
     background-color: rgb(0, 0, 0); 
     opacity: 0.2; /* Safari, Opera */ 
     -moz-opacity:0.20; /* FireFox */ 
     filter: alpha(opacity=70); /* IE */ 
     z-index: 20; 
     height: 100%; 
     width: 100%; 
     background-repeat:repeat; 
     position:fixed; 
     top: 0px; 
     left: 0px; 
}































