/* STYLESHEET FOR BSG COLONOSCOPY AUDIT */

/* Reset styles
--------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	
}

/* Common styles
--------------------------------------------- */

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}

body {
	text-align: center;
	margin-bottom: 20px;
	font-size: 10pt;
}
body.popup {
	background-color: #fff;
	margin-bottom: 20px;
}

div, h1, h2, h3, h4, h5, h6, p, td, li, a {
	font-family: arial, helvetica;
}
h1, h2, h3, h4, h5, h6, p, td {
	margin-bottom: 10px;
}
h1 { font-size: 2.0em;color: #5A87C5; }
h2 { font-size: 1.0em; color: #5A87C5; text-align:left; }
h3 { font-size: 0.9em; font-weight: bold;}
div, p, td, li, a { font-size: 100%; }

a:link, a:visited, a:active { color: #5A87C5; text-decoration: none; }
a:hover { color: #000; text-decoration: underline; }

.align-left {
	float: left;
}

.align-right {
	float: right;
}

#wrapper {
	width: 990px;
	text-align: left;
	margin: 0 auto;
}

#popupwrapper {
	width: 90%;
	text-align: left;
	margin: 20px;
}

#header {
	background: url(../images/header.png) top left no-repeat;
	height: 199px;
}

#footer {
	width: 990px;
	margin: 0 auto;
}

#footer-links {
	padding: 10px 20px 0 20px;
}

/* Menu
--------------------------------------------- */

.menu {
	display: block;
	float: right;	
	margin: 153px 20px 0px;
}
.menu {
	/*width: 551px;
	_width: 555px; /* IE 6 and below */
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu li {
	float: left;
	position: relative;
	width: 105px;
	height: 46px;
	text-align: center;
	margin-left: 5px;
	font-size: 15px;
	background: url(../images/tab-back.png) top left no-repeat;

}
.menu a {
	color: #5A87C5;
	display: block;
	line-height: 46px;
	padding: 0;
	text-decoration: none;
}
.menu ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 100px;
	z-index: 99999;
}
.menu ul ul li {
	min-width: 100px;
}
.menu ul ul ul {
	left: 90%;
	top: 5px;
}
.menu ul ul a {
	padding: 10px;
	width: 100px;
	height: auto;
}
.menu li:hover > a,
.menu ul ul :hover > a {
	width: 105px;
	height: 46px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: url(../images/tab-hover.png) top left no-repeat;
}
.menu ul li:hover > ul {
	display: block;
}
.menu ul li.current_page_item > a,
.menu ul li.current-menu-ancestor > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-parent > a {
	width: 105px;
	height: 46px;
	text-align: center;
	color: #fff;
	background: url(../images/tab-current.png) top left no-repeat;
}

/* IE specific */

* html .menu ul li.current_page_item a,
* html .menu ul li.current-menu-ancestor a,
* html .menu ul li.current-menu-item a,
* html .menu ul li.current-menu-parent a,
* html .menu ul li a:hover {
	text-decoration: none;
	width: 105px;
	height: 46px;
	text-align: center;
	color: #fff;
	background: url(../images/tab-current.png) top left no-repeat;
}
* html .menu ul li a:hover {
	background: url(../images/tab-hover.png) top left no-repeat;
}




/* One Column Layout
--------------------------------------------- */

.one-column {
	background: #fff url('../images/content-1col-background.png') top left repeat-y;
  	padding: 30px 30px 10px 37px;
	min-height: 300px;
}
html>body .one-column {
  	overflow: hidden;
}
* html .one-column {
	height: 300px;
}
.two-column-left-content {
	width: 590px;
	float: left;
}
.one-column-content-footer {
	background: #fff url('../images/content-1col-footer.png') top left no-repeat;
	width: 989px;
	height: 35px;
}



/* Two Column Layout
--------------------------------------------- */

.two-column {
	background: #fff url('../images/content-2col-background.png') top left repeat-y;
  	padding: 30px 30px 10px 37px;
  	min-height:300px;
}
html>body .two-column {
  	overflow: hidden;
}
* html .two-column {
	height: 300px;
}
.two-column-left-content {
	width: 590px;
	float: left;
}
.two-column-right-content {
	width: 292px;
	float: right;
}
.two-column-content-footer {
	background: #fff url('../images/content-2col-footer.png') top left no-repeat;
	width: 990px;
	height: 34px;
}

#editContent
{
	font-family: Arial, helvetica, Sans-Serif;
}

#register_form 
{
    font-family: Arial, helvetica, Sans-Serif;
}
#divUserForm 
{
    font-family: Arial, helvetica, Sans-Serif;
}

.form_field
{
	font-family: Arial, helvetica, Sans-Serif;
    background-color: #eeeeee;
    border: 1px solid gray;
    margin-right: 10px;
}

.Label
{
	font-family: Arial, helvetica, Sans-Serif;
	width: 200px; 
	float: left;
}


.LabelBold
{
	font-family: Arial, helvetica, Sans-Serif;
	width: 200px; 
	float: left;
	font-weight:bold;
	background-color:#cccccc;
}

.LabelRole
{
	font-family: Arial, helvetica, Sans-Serif;
	width: 200px; 
	float: left;
	color:Blue;

}



.Info
{
	font-family: Arial, helvetica, Sans-Serif;
	font-size: 10pt;
}

.validation_text
{
    color:Red;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 8pt;
}

div.messageArea
{
	width: 100%;
	margin-bottom:15px;
}

.requiredField
{
	color: Red;
	padding-right:5px;
}

.greenSuccess
{    
	font-family: Arial, helvetica, Sans-Serif;
	border: 1px solid green;
	padding: 8px 35px;
	color: black;
	background-color: #baddb2;
	background-image: url(../images/success_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
}

.blueInfo
{
	font-family: Arial, helvetica, Sans-Serif;
 	border: 1px solid #C3D9FE;
	padding: 8px 35px;
	color: black;
	background-color: #EEF5FF;
	background-image: url(../images/info_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
}

.yellowWarning
{
	font-family: Arial, helvetica, Sans-Serif;
	border: 2px solid #fef500;
	padding: 8px 35px;
	color: black;
	background-color: #fef5c4;
	background-image: url(../images/warning_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
	clear: left;
	overflow: auto;
}

.redError
{
	font-family: Arial, helvetica, Sans-Serif;
    border: 1px solid #CC1100;
	padding: 8px 35px;
	color: black;
	background-color: #FF5C5C;
	background-image:  url(../images/error_icon.png);
	background-repeat: no-repeat;
	background-position: 8px;
	margin: 3px;
	padding-left:66px;
}

.appl_comment
{
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, helvetica, Sans-Serif;
    font-size: 8pt;
}



.button
{
	padding: 5px;
	display:none;
	visibility:hidden;
}

