html {
     overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
	background-color: #467BBD;
	background-image: url(../images/backgrounds/tuaw-bg.jpg);
	background-repeat: repeat-x;
}

h1, h2, h3 {
	margin-top: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size:1.2;
	font-weight:bold;
	margin-bottom:-5px;
	margin-left:5px;
	
}
p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #FF9900;
}


hr {
	color: #FF3300;
	height: 1px;
}


#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 20px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	display: block;
	width: auto;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	
}

#menu a:hover {
	text-decoration: none;
	background-color: #FF6600;
}

#menu .active {
	background: #404040;
}

/*
#menu .active a {
	background-image: url(images/img02.gif);
	background-repeat: no-repeat;
	background-position: -7px -3px;
}
*/

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: #FFFFFF;
}

#HeaderLogo {
	width: 900px;
	height: 210px;
}


/* Content */

#content {
	float: right;
	width: 570px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	background: #444444 url(../images/img07.jpg) no-repeat left top;  
	padding: 7px 25px;
	font-size: 1.4em;
}

/**
.post .title {
	margin: 0px;
	background: #444444 url(images/img02.jpg) no-repeat left 50%;
	padding: 7px 25px;
	font-size: 1.4em;
}
**/

.post .titleSmall {
	font-size:60%;
	color:#fff;
}

.post .title h1 {
}

.post .entry {
	padding: 0 20px;
}

.post .meta {
	font-weight: bold;
	padding-left: 20px;
}

.post .byline {
	margin: 0px;
	padding-left: 20px;
}


.post .news {
	text-align: left;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-left-style: double;
	border-left-color: #FF3300;
	background-color: #F0F0F0;
}


.post .right {
	float:right;
	clear: both;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

.post .left {
	float:left;
	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}


.NewsArchive {
	font-size:90%;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 15px;
	padding-right:15px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(../images/img04.jpg) no-repeat left 50%;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
}

#sidebar-bgtop {
}

#sidebar-bgbtm {
	background: url(../images/img03.jpg) no-repeat left bottom;
}

#sidebar-content {
	background: url(../images/img01.jpg) repeat-y left top;
}

#sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

#sidebar li li {
	font-size:80%;
	margin-left: 10px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 10px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(../images/img04.jpg) no-repeat left 50%;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

#sidebar h2 {
	background: url(../images/img09.jpg) no-repeat left top;
	padding: 7px 25px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

.comments {
	width:250px; 
	margin-left:5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}

.Form {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444444;
}

/*ToolTip CSS */
.thdrcell {
	color: #FFFFFF;
	background-color: #444444;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #C8BA92;
	text-align:left;
 }
.thdrcellCenter {
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #C8BA92;
	text-align:center;
 }
 
 .tdatacell {
	padding:5px;
 }

 .tdatacellCenter {
	font-family:arial;
	font-size:12px;
	padding:5px;
	text-align:center;
 } 
 
 	tbody tr.selected td{
		background: #3d80df;
		color: #ffffff;
		font-weight: bold;
	}

 
 /* tooltip header values */
 .dvhdr1 {
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:250px;
	color: #FFFFFF;
	background-color: #444444;
 }
 
 
 
 /* tooltip body values */
 .dvbdy1 {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:250px;
 }
 
  /* table header style*/
 .pgdiv {
	width:420;
	background:#E9EFF4;
	border:1px solid #C4D5E3;
	padding:10px;
	margin-bottom:20;
	font-family:arial;
	font-size:12px;
	line-height:1.5em;
 }
 
 
 /* Horizontal Rules */
.hr1, .hr2, .hr3, .hr4, .hr5, .hr6, .hr7, .hr8, .hr9 {
	display: block;
	border: none;
	height: 40px;
	background: transparent no-repeat center center;
	padding: 0;
	margin: 1em 0;
	line-height: 0;
}
.hr1 { background-image: url(../images/hr/hr1.png); }
.hr2 { background-image: url(../images/hr/hr2.png); }
.hr3 { background-image: url(../images/hr/hr3.png); }
.hr4 { background-image: url(../images/hr/hr4.png); }
.hr5 { background-image: url(../images/hr/hr5.png); }
.hr6 { background-image: url(../images/hr/hr6.png); }
.hr7 { background-image: url(../images/hr/hr7.png); }
.hr8 { background-image: url(../images/hr/hr8.png); }
.hr9 { background-image: url(../images/hr/hr9.png); }


 

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #444444;;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}

