/*
royal blue: 2d81d2
another blue: 009ccb
*/

body {
	background: #e5e5e5;
	font: normal .7em/1.5em Arial, Helvetica, sans-serif;
}

p {

}

a {
	text-decoration: none;
	color: #009ccb;
}

a:hover {
	text-decoration: underline;
}

h1 {
	
}

h2{
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #2d81d2;
}

.welcome {
	margin: 7px 0;
	padding: 0;
}

h3 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
}

h3 a {
	color: #999;
	margin: 0;
	padding: 0;
}

.help {
	float: right;
	text-align: right;
	margin: 0;
	margin-top: -25px;
	padding: 0;
}

h4 {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #2d81d2;
}

h5{
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #2d81d2;
	margin: 5px 0;
	padding: 0;
}

#main {
	width: 880px;
	padding: 0;
	margin: 0 auto;
	background: #fff url(../images/bkg_top.jpg) top left no-repeat;
}

#main-inner{
	padding: 40px 40px 0px 40px;
}

#login {
	text-align: right;
	float: right;
	width: 800px;
	margin: 0 0 15px;
	padding: 0;
}

#loginUsername {
	margin: 0;
	padding-left: 336px;
	float: left;
	width: 52px;
}

#loginPassword {
	margin: 0;
	padding-left: 154px;
	float:left;
	width: 50px;
}

#loginWarning {
	margin-top: 0;
	padding-left: 100px;
	padding-top: 0;
	float:left;
	width: 230px;
}

#user {
	clear: both;
	/*border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;*/
	margin: 0 0 10px;
	padding: 0 0 10px 0;
}

.login_box {
	margin: 0px 5px 0px 0px;
	padding: 6px 5px 7px 5px;
	width: 190px;
	border: none;
	color: #999999;
	background: transparent url(../images/bkg_formfield.gif) no-repeat;

}

form {
	margin: 0;
	padding: 0;
}

/* ============ PRIMARY NAV ============ */

#nav {
	width: 800px;
	height: 36px;
	margin: 0;
	padding: 0px;
	background: url(../images/bg_navbar.jpg) top left no-repeat;
}

/*#nav ul {
	margin-left: -40px;
}

#nav ul li {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	margin-bottom: 0px;
}

#nav a {
	display: block;
	color: transparent;
	height: 30px;
	margin: 0;
	padding: 0;
}

#nav strong {
	display: none;
}

#nav_wound a, #nav_wound a:visited {background: url(../images/nav_wound.gif) no-repeat; width: 110px;}
#nav_skin a, #nav_skin a:visited {background: url(../images/nav_skin.gif) no-repeat; width: 95px;}
#nav_ostomy a, #nav_ostomy a:visited {background: url(../images/nav_ostomy.gif) no-repeat; width: 112px;}
#nav_urology a, #nav_urology a:visited {background: url(../images/nav_urology.gif) no-repeat; width: 113px;}
#nav_continence a, #nav_continence a:visited {background: url(../images/nav_continence.gif) no-repeat; width: 140px;}
#nav_resources a, #nav_resources a:visited {background: url(../images/nav_resources.gif) no-repeat; width: 102px;}

#nav_wound a:hover {background: url(../images/nav_wound_hover.gif) no-repeat; width: 110px;}
#nav_skin a:hover {background: url(../images/nav_skin_hover.gif) no-repeat; width: 95px;}
#nav_ostomy a:hover {background: url(../images/nav_ostomy_hover.gif) no-repeat; width: 112px;}
#nav_urology a:hover {background: url(../images/nav_urology_hover.gif) no-repeat; width: 113px;}
#nav_continence a:hover {background: url(../images/nav_continence_hover.gif) no-repeat; width: 140px;}
#nav_resources a:hover {background: url(../images/nav_resources_hover.gif) no-repeat; width: 102px;}

#nav_wound a:active, body#wound #nav_wound a,
#nav_skin a:active, body#skin #nav_skin a,
#nav_ostomy a:active, body#ostomy #nav_ostomy a,
#nav_urology a:active, body#urology #nav_urology a,
#nav_continence a:active, body#continence #nav_continence a,
#nav_resources a:active, body#resources #nav_resources a {
	background: none;
}*/

/* ============ Tables ============ */
#table_top {
	background: url(../images/table_top.jpg) top left no-repeat;
	height: 12px;
	margin-top: 20px;
}

table#modules {
	width: 800px;
	margin:  0px;
	color: #777;
	border-collapse: collapse;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

th {
	text-align: left;
	padding: 5px 25px 10px;
	background: #f7f7f7;
	font: bold 1.3em Arial, Helvetica, sans-serif;
	color: #9b9a9b;
}

tr {
	background: #fbfbfb;
}

td {
	/*width: 270px;*/
	padding: 10px 25px;
	border-top: 1px solid #e4e4e4;

}

#table_bottom {
	background:#fff url(../images/table_bottom.jpg) top left no-repeat;
	height: 18px;
	margin-top: -12px;
	margin-bottom: 20px;
	width: 800px;
}

#footer {
	/*border-top: 1px dotted #ccc;*/
	color: #999;
}

#footer p {
	margin: 0;
	padding: 4px 0 12px;
}

#box_bottom {
	background: #fff url(../images/bkg_bottom.jpg) top left no-repeat;
	height: 42px;
}

/* ============ Classes ============ */
.float_left {
	float: left;
}

.align_right {
 text-align: right;
 font-weight:bold;
 font-size: 1.3em;
 color: #21428C;
}

.red {
	color: #BF0000;
}

.green {
	color: green;
}

.loginWarning {
	color:#BF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 0px;
}

.moduleTitle {
 color: #21428C;
}