body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
.questionForm{
	padding-top:10px;

}

.statusArea{font-size:0.8em; float:left; font-style:oblique; font-weight:bolder;}
.statusQuestion{font-size: 0.85em; float:left; margin-left:4px;}
.moreInfo{
border-size: 01px;
border-style: none;
font: inherit;
color: blue;
cursor: hand;
cursor: pointer;
padding: 0px; 
border:1px;
font: 8pt Verdana, Arial, Helvetica, sans-serif; 
color: #000000; 
margin: 0px; 
padding-top: 0px; margin-left:0px;
padding-left: 0px; 

background-color: #FFFFFF;
display: inline; background-image:url(../../manage_part/icons/spacer.png);
text-decoration:underline;
}
.editButton{
padding-left:5px;
vertical-align:top;
}
.editNumeric{
vertical-align:top;
}
.editText{
vertical-align:top;
}

.statusEdit{ 
border-size: 01px;
border-style: none;
font: inherit;
color: blue;
cursor: hand;
cursor: pointer;
padding: 0px; 
border:1px;
font: 8pt Verdana, Arial, Helvetica, sans-serif; 
color: #029; 
margin: 0px; 
padding-top: 0px; margin-left:0px;
padding-left: 0px; 
display: inline; background-image:url(../../manage_part/icons/spacer.png);
 
}
.qInterfaceQuestionComment{color:#666666; font-weight:bold; font-size:0.75em;}
.qInterfaceAreaLabel{ font-size:1em;}
.AnswerTableClass{ margin-top:0px; margin-bottom:10px;}
.qInterfaceQuestionLabel{ font-size:1.0em; font-weight:bold; color:#333333; vertical-align:top;}
.qInterfaceAnswerLabel{font-size:1em; font-weight:bold; color:#333333;}
.checklistName{ width:100%; font-size:1.25em; font-weight:bold; color:#000000;}
.qInterfaceAnswerSelect{ margin-left:50px; float:left; font-size:0.9em;}
.CancelCssClass{margin-top:10px; margin-left:50px;}
.NextCssClass{margin-left:120px;}
.ReportCssClass{margin-top:10px;}

.notifyUnanswered{color:#D10000;}
.reportComment{font-size:.9em; margin-top:5px;}

/***************************FINAL LIST********/

.finalOutterWrapper{
margin-top:100px;

}


/****************************************************OVER_RIDING CSS FOR CONTAINER BACKGROUND************************************/
.bclass #container { 
	width: 950px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
    background-image: url(../img/bg.jpg);
    background-repeat: repeat-y;
    background-attachment: scroll;
    background-position: left top;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
/****************************************************OVER_RIDING CLASS FOR style_user_default.css*************************************
/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.bclass #mainContent { 
	margin-right: 24%; 
    margin-left:0%;   
margin-top:40px;	
	width:515px;
	padding-right:0px;
    /*the right and left margins on this div element creates the two outer columns on the sides of the
     page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
.bclass #mainContent h1 
{ 
    font-size: 15px;    
}

.bclass #right {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 390px; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px; /* top and bottom padding create visual space within this div */
	padding-left:5px;
	margin-top:45px;

}
.bclass #right p, .bclass #sidebar1 h3, .bclass #sidebar2 p, .bclass #sidebar2 h3 {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.bclass #right #login {
	width: 95%; /* since this element is floated, a width must be given */
	background: #BBBBBB;
	margin-left: 10px;
	margin-bottom: 5px;
	margin: 7px;
}

.bclass #right #profile {
	background: #DDDDDD;
	padding-top:5px;
	padding-bottom: 5px;
}


.bclass #right #progress {
	width: 95%; /* since this element is floated, a width must be given */
	background: #BBBBBB;
	margin-left: 10px;
	margin-bottom: 5px;
	margin: 7px;
}

.bclass #right #quicklinks {
	width: 95%; /* since this element is floated, a width must be given */
	background: #BBBBBB;
	margin-left: 10px;
	margin-bottom: 5px;
	margin: 7px;
}

.bclass #right #related {
	width: 95%; /* since this element is floated, a width must be given */
	background: #BBBBBB;
	margin-left: 10px;
	margin-bottom: 5px;
	margin: 7px;
}
/****************************************************OVER_RIDING CLASS FOR style_user_default.css*************************************/

input:hover {
	background-position:left bottom;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
}
