@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	background-image: url(../images/bodybg.jpg);
}
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 977px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #333333;
	border-left-color: #660000;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
} 
.thrColAbsHdr #toolbar {
	height: 23px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #656565;
	background-image: url(../images/toolbar1.jpg);
	background-repeat: repeat-x;
	text-align: right;
	margin: auto;
}
.thrColAbsHdr  #header {
	height: 175px;
	background-color: #2A66AF;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	text-align: right;
	margin: auto;
	vertical-align: middle;
	color: #FFFFFF;
}
.thrColAbsHdr #logo {
	height: 145px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	text-align: right;
	width: 255px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 15px;
}
.thrColAbsHdr #slogan {
	text-align: center;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 38px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1pt;
	word-spacing: normal;
	padding: 0;
	color: #FFFF00;
}
.thrColAbsHdr  #top {
	height: 36px;
	background-image: url(../images/topmenubg.jpg);
	background-repeat: repeat-x;
	text-align: left;
	background-color: #780008;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #FFFFFF;
	text-decoration: none;
}
.thrColAbsHdr   #top   ul {
	width: auto;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: inline-block;
}
.thrColAbsHdr #top li {
	white-space: nowrap;
	display: inline-block;
	float: left;
	text-align: left;
	vertical-align: middle;
	list-style-image: url(../images/bullet1.gif);
	list-style-type: square;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/top-separator.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.thrColAbsHdr  #top  a  {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColAbsHdr  #top  a:hover  {
	color: #CCCCCC;
	text-decoration: underline;
	font-size: 105%;
}
.thrColAbsHdr #top li:hover {
	white-space: nowrap;
	display: inline-block;
	float: left;
	text-align: left;
	vertical-align: middle;
	list-style-image: url(../images/bullet1.gif);
	list-style-type: square;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-image: url(../images/top-separatorhover.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.thrColAbsHdr #sidebar1 {
	width: 220px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColAbsHdr #sidebar2 {
	width: 220px;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColAbsHdr #footer {
	background:#DDDDDD;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	height: 50px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.thrColAbsHdr  .table {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 100%;
	vertical-align: top;
	background-image: url(../images/mainboard-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.thrColAbsHdr    .tdleft {
	text-align: left;
	vertical-align: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	padding: 0;
	width: 240px;
	background-color: transparent;
	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.thrColAbsHdr .tdright {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	padding: 0;
	width: 240px;
	text-align: right;
	vertical-align: top;
	background-color: transparent;
	background-image: url(../images/rightbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.thrColAbsHdr .tdmain-497 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	padding: 0;
	width: 497px;
	text-align: left;
	vertical-align: top;
}
.thrColAbsHdr  .mainContent-497 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	width: 477px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
.thrColAbsHdr .tdmain-737 {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	padding: 0;
	width: 737px;
	text-align: left;
	vertical-align: top;
}
.thrColAbsHdr .mainContent-737 {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	width: 717px;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
.thrColAbsHdr   .tableuser {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	vertical-align: top;
	background-color: #6A0C0C;
	background-image: url(../images/userbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.thrColAbsHdr  .tableuser  td  {
	background-image: url(../images/tableusermodulebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 10px;
	border-right-width: 3px;
	border-right-style: double;
	border-right-color: #832929;
}
.thrColAbsHdr .tableuser a {
	font-family: Arial, Helvetica, sans-serif;
	color: #E6E6E6;
	font-weight: bold;
	text-decoration: none;
}
.thrColAbsHdr .tableuser a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #81C1F1;
	font-weight: bold;
	text-decoration: none;
	font-size: 100%;
}
.thrColAbsHdr .tableuser input {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 100%;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	color: #FFFFFF;
}
.thrColAbsHdr .tableuser th {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #D09F92;
	font-size: 100%;
}

.thrColAbsHdr   .tableuser  .moduletable {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColAbsHdr  .tableuser  .moduletable  td {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}
.thrColAbsHdr #sidebar1 .moduletable_menu {
	width: 100%;
}

.thrColAbsHdr   #sidebar1   .moduletable_menu  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 96%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	white-space: nowrap;
}
.thrColAbsHdr #sidebar1 .moduletable_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-color: #666666;
	background-image: url(../images/menu-button-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.thrColAbsHdr            #sidebar1            #active_menu              {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-color: #C0C0C0;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.thrColAbsHdr #sidebar2 .moduletable_menu {
	width: 100%;
}

.thrColAbsHdr   #sidebar2   .moduletable_menu  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	display: block;
	width: 96%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	white-space: nowrap;
}
.thrColAbsHdr #sidebar2 .moduletable_menu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-color: #666666;
	background-image: url(../images/menu-button-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.thrColAbsHdr            #sidebar2            #active_menu              {
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	background-color: #C0C0C0;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.moduletable_menu th,  .moduletable th, .componentheading, .contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #660000;
	text-decoration: none;
	font-style: italic;
	text-transform: capitalize;
	margin-bottom: 5px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;

}
.componentheading, .contentheading {
	width: 220px;

}
th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
}
.blog tr td div{
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #660000;	
}
#moduletable_cal {
		background-color:#FFFFFF;
}
