@charset "utf-8";
@import url("tabs.css");



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
	margin:0px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
p 	{
	margin:0px 0;
}
img{
border: 0px;
text-decoration: none;
}
fieldset {
	padding:15px;
}	
legend {
	color:#333333;
	padding:10px 5px 10px 3px;
	font-weight:bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size:22px;
	font-family:Bookman ;
	line-height:1.1em;
	margin:5px 0;
	font-weight:bold;
	color:#34aa26;
}
.h1 {
	margin-bottom:0;
}
.h1, .h2 {
	margin-top:0px;
}
.h2 {
	font-size:16px;
}
.h3 {
	font-size:1.1em;
}
.h4 {
	font-size:1.1em;
}
.h5 {
	font-size:1.1em;
}
.h6 {
	font-size:1em;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SignIn

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.SignOut {
	color:#e70000;
	text-decoration: none;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	calendarLinks

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.CalendarLink {
	color:#e70000;
	text-decoration: none;

}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a:link {
	text-decoration: none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	font-weight:600;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#table{
margin: 10px;
}
#table img{
border: 0px;
text-decoration: none;
}
#table table{
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
padding: 0px;
border: 1px SOLID #CCC;
border-spacing: 0px;
border-collapse: collapse;
margin-top: 10px;
margin-bottom: 10px;
}
#table td.heading{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
font-weight: bold;
background-color: #d1d0a3;
padding: 0px;
padding-left: 5px;
padding-right: 5px;
border: 1px solid #666666;

}
#table td{
border: 1px solid #666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: left;
padding: 5px;
border-spacing: 0px;
}
#table a{
text-decoration: none;
color: #333333;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

	LISTS

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../resources/images/bullet2.jpg) no-repeat 0 ;
	padding:.2em 0 .2em 1em;
	margin-left:2em;
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/







/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FORMS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.btn {
	border:solid thin #aad6b9;
	font-family:Georgia, Times, serif;
	font-weight:bold;
	font-size:11px;
	position: relative;
	background: #aaa;
	padding: 1px;
	float: left;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.btn * {
	background-image: url(../images/btn2.png);
	background-repeat: no-repeat;
	display: block;
	position: relative;
	
}


.btn.green {
	background: #9d4;
}

.btn:hover {
	background-color: pink;
}
.btn:active {
	background-color: #444;
}
.btn[class] {
	background-image: url(../images/shade.png);
	background-position: bottom;
}
.txtBox {
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid #aad6b9;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	filter: alpha(opacity=50); /* ie */ 
	-moz-opacity: .5; /* mozilla */ 
}

#divLoginSection {
	font-size: 12px;
	font-weight:bolder;
	background-color: #FFF;
	border: 1px solid #aad6b9;
	font-family:Arial, Helvetica, sans-serif;
	filter: alpha(opacity=70); /* ie */ 
	-moz-opacity: .7; /* mozilla */ 
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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 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;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Work Around Classes 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.clear {
	clear:both;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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 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;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
					Rounded Corners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.module {
  padding: 0 0 0 0;
  
}

.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 {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
   
}
td.module-content td {
  padding:2px 2px 2px 2px;
}

/* 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;
  background-image: url(../../resources/images/module-header-bkg.gif);
  background-repeat: repeat;
  font-weight: bold;
  height: 22px;
  line-height:22px;
}
.module-corner-left {
  background-image: url(../../resources/images/module-corner-left.gif);
  background-repeat:no-repeat;
  width: 10px;
  height: 22px;
  float: left;
}
.module-corner-right {
  background-image: url(../../resources/images/module-corner-right.gif);
  background-repeat:no-repeat;
  width: 10px;
  height: 22px;
  float: right;
}	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
					END Rounded Corners
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td.header {
	color: #000;
    padding:5px;
    background-color:#dae1d9;
    font-weight:bold;
  	border-left: 1px solid #000;
	border-right: 1px solid #000;
}