img { border:none; }
.dvQuestions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666699;
	text-decoration: none;
}
.dvGraybox {
	border: 2px solid #999999;
}
@media print {
	input.noPrint { display: none; }
}
#roundedTable {
/*	background-color: #f8f8f8!important;*/
/*	border: 2px solid #C0C0C0;*/
/*	-webkit-border-radius: 6px!important;*/
	/*-moz-border-radius: 6px!important;*/
	/*border-radius: 6px!important;*/
	overflow:hidden!important;
	/*height:auto;*/
	border-spacing:0px;
	text-align:center;
	/*margin-top:auto;
	margin-bottom:auto;
	margin-left:10%;
	margin-right:10%;*/
	margin:0;
	/*width:100%;	*/
}
#roundedTableFull {
/*	background-color: #F2F0F0!important;*/
	border: 2px solid #C0C0C0;
	-webkit-border-radius: 6px!important;
	-moz-border-radius: 6px!important;
	border-radius: 6px!important;
	overflow:hidden!important;
	height:auto;
	border-spacing:0px;
	text-align:center;
	margin-top:auto;
	margin-bottom:auto;
	width:98%;
}
#btnLogin{
	border: 3px solid #F2F0F0;
}
.menuBar{
	height: 30px!important;
	background-repeat: repeat-x;
	background-size: 100% 30px;
}

table.roundBar {
	border-spacing:0px;
}
.rotatingAlerts {
	float:left;
	color:red;
	/*width:800px; */
	font-size:14px;
	font-family:arial;
	padding:5px 0px 0px 5px;
	text-align:left;
	width:80%;
	overflow:hidden;
	white-space:nowrap;
}

.inputbox:focus {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #090;
	border-right-color: #090;
	border-bottom-color: #090;
	border-left-color: #090;
}
.inputbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000066;
	height: auto;
	/*width: 446px;*/
	padding:3px 5px 3px 8px;
	/*border: 2px solid #FBFBFB;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
INPUT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000066;
	height: auto;
}

SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000066;
	height: auto;
}
SELECT {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000066;
	height: auto;
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	color: #000066;
	height: auto;
}

/* from http://www.dreamincode.net/code/snippet188.htm  */
/* for more info on using these styles, see test/test1/drag_test.php */
div.box {
     /*Any properties you'd want the box to have.*/
     /*Would probably be position, dimension type stuff.*/
     /*Though personally I would have a div outside this
       to control the dimensions.*/
     border: 1px solid #cc0000;
     position: relative;
     width: 100%;
}
div.box_top {
	background-image:url(../../std_images/boxtop_rect_red.gif);
	background-repeat:no-repeat;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
div.box_contents {
	background-color:transparent;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 101;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
}
div.box_background {
     background-color: #EEEEEE;
     height: 100%;
     filter:alpha(opacity=75); /* IE's opacity*/
     opacity: 0.75;
     left: 0px;
     position: absolute;
     top: 20px;
     width: 100%;
     z-index: 99;
}
/*#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
}
*/
