/*Questionform*/
input.question {
	width: 430px;
	font-family:Verdana;
	font-size:11px;
}
textarea.question {
	width: 430px;
	font-family:Verdana;
	font-size:11px;
}

.questionDiv
{
	clear:both;
	margin-top:10px;
	color: #454545;
}
.formLeft
{
	float:left;
	width:300px;
	border-right: 0px solid #cccccc
}
.formRight
{
	float:left;
	width:440px;
	border-right: 0px solid #cccccc;
	margin-left:4px;
}
.formLeftRight
{
	width:730px;
}
.formInput
{
	font-size:1.0em;
	width:190px;
}
.submitButton
{
	clear:both;
}
.formText
{
	font-size:1.0em;
}
.ddl200
{
	width:225px;
}
.questionComment
{
	font-weight:bold;
	color: #454545;
}
.RadioButton input
{
    width:90%;    
}
/* matrixtable */
.text_wrapper 
{
    width: 90%;
    position:relative;
}
.text_wrapper .text_wrapper 
{	
    OVERFLOW: hidden;	
    WIDTH: 100%;	
    WHITE-SPACE: nowrap;	
    POSITION: absolute;	
    TOP: 0px;	
    TEXT-OVERFLOW: ellipsis
}

table.matrixtable {
    border: 0px solid #CBCBCD;
    padding: 0px;
    margin: 0px 0px 8px 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    width: 745px;
    clear:both;
}



table.matrixtable td {
    border-bottom: 1px solid #CBCBCD;
    border-right: 1px solid #CBCBCD;
    vertical-align: middle;
}

td.matrixquestion {
	 padding: 6px 5px 3px 0px;
	 width:300px;
}
td.matrixalt {
	padding: 6px 5px 3px 6px;
}

/* tables */

table.prettytable {
    border: 1px solid #CBCBCD;
    padding: 0px;
    margin: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    width: 100%;
}

table.prettytable a {
    color: #000000;
}

table.prettytable a:hover {
    text-decoration:none;
}

tr.header {
    background: #fff url('table_header.gif') repeat-x;
    text-align: left;
    height:18px;
    padding: 0px 7px 0px 5px;
    border-bottom: 1px solid #CBCBCD;
    border-right: 1px solid #E6E6EB;
    border-left: 1px solid #FAFAFF;
    font-size: 10px;
    font-weight: bold;
    WHITE-SPACE: nowrap;
}
tr.header a{WHITE-SPACE: nowrap;}
tr.footer {
    background: #fff url('table_footer.gif') repeat-x;
    font-family: Skia, Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    height:18px;
    padding: 0px 7px 0px 5px;
}

table.prettytable td {
    padding: 4px 5px 2px 6px;
    border-bottom: 1px solid #F1F1F5;
    border-right: 1px solid #F1F1F5;
    vertical-align: top;
}

tr.selected {
	color: white;
    background-color: #F7941C;
}
tr.isactive 
{
    background-color: #ccfeab;
}
tr.ispassive
{
    background-color: #ffacac;
}

tr.row1 {
    background-color: #FBFBFC;
}

tr.row2 {
    background-color: #FFFFFF;
}

tr.header a 
{
	color: #000000;
	text-decoration: underline;
	font-family: Skia, Verdana, Arial, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
}
tr.header a:hover
{
	color: #000000;
	text-decoration: none;
}

table.tblNoStyle
{
	border: 0px solid #ffffff;
    padding: 0px;
    margin: 0px;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
 }
 table.tblNoStyle td
 {
padding: 0px 0px 0px 0px;
    border-bottom: 0px solid #F1F1F5;
    border-right: 0px solid #F1F1F5;
    vertical-align: middle;

	}
/* forms */

table.prettyform {
}

table.prettyform td.title {
	width: auto;
	text-align: left;
	padding: 0 15px 0 0;
	font-weight: normal;
	vertical-align: middle;
	color: #606060;
	font-size: 11px;
}
/*table.prettyform td.input {
	width: auto;
}*/

input.textfield {
	width: 200px;
	font-family:Verdana;
	font-size:11px;
}
select.textfield {
	font-family:Verdana;
	font-size:11px;
}
textarea.textfield {
	width: 200px;
	font-family:Verdana;
	font-size:11px;
}
input.checkbox {
	margin-left: 0;
}
input.prettybutton
{
	HEIGHT:24px;
	BORDER:1px solid #CECBCE;
	margin-top:5px;
	font-weight: bold;
	color: #454545;
	BACKGROUND-IMAGE:url(/style/default/bfade.jpg);
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
}
/* fieldset */

fieldset {
    background-color: #EDEEF0;
    border: 1px solid #D3D4D6;
	padding: 0px 7px 9px 7px;
	margin: 3px;
	position: relative;
	display: block;
	margin-bottom: 2em;
}

fieldset legend {
    font-family: Lucida Grande, verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #5C5F64;
	position: relative;
	top: -1em;

}

* legend {margin-bottom: 0.3em;}



/* tabs */

div.tabs {
	background: url('tab_bg.gif') repeat-x;
	padding: 0;
	margin: 0;
	height: 26px;

}


ul.tab {
    list-style: none;
	margin: 0;
	padding:0 0 0 20px;
}

ul.tab li {
    float: left;
    height: 24px;
    font-family: verdana, arial, sans-serif;
    font-size: 12px;
    border-top: 2px solid white;
    background-position: bottom left;
}


li.tab_devider {
    background: url('tab_devider.gif') no-repeat;
    width: 10px;
    margin: 0 -2px 0 -2px;
    position:relative;
    z-index: 1;
}

li.tab_start {
    background: url('tab_start.gif') no-repeat;
    width: 3px;
    position:relative;
    z-index: 1;
    margin: 0 -2px 0 0;
    
}

li.tab_end {
    background: url('tab_end.gif') no-repeat;
    width: 3px;
    position:relative;
    z-index: 1;
    margin: 0 0 0 -2px;
}

li.tab_active {
    background: url('tab_active.gif') repeat-x;
}

li.tab_inactive {
    background: url('tab_inactive.gif') repeat-x;
}

li.tab_inactive:hover {
    border-top: 2px solid #FF7200;
    background: url('tab_inactive.gif') repeat-x;
}

ul.tab li p {
	padding: 0;
    margin: 5px 20px 0px 20px;
}

ul.tab li a {
	display: block;
	text-decoration: none;
	color: #454545;
}

div.tab_lower {
    height: 8px;
    border-right: 1px solid #9B9EA2;
    border-left: 1px solid #9B9EA2;
    background: #E4E6E9 url('tab_lower_gradient.gif') repeat-x;
    clear: both;
}

/* tabs small */

div.tabssmall {
	background: url('tabsmall_bg.gif') repeat-x;
	padding: 0;
	margin: 0;
	height: 22px;
}

ul.tabsmall {
    list-style: none;
	margin: 0;
	padding:0 0 0 0px;
}

ul.tabsmall li {
    float: left;
    height: 20px;
    font-family: verdana, arial, sans-serif;
    font-size: 10px;
    border-top: 2px solid #edeef0;
    background-position: bottom left;
}


li.tabsmall_devider {
    background: url('tabsmall_devider.gif') no-repeat;
    width: 10px;
    margin: 0 -2px 0 -2px;
    position:relative;
    z-index: 1;
}

li.tabsmall_start {
    background: url('tabsmall_start.gif') no-repeat;
    width: 3px;
    position:relative;
    z-index: 1;
    margin: 0 -2px 0 0;
    
}

li.tabsmall_end {
    background: url('tabsmall_end.gif') no-repeat;
    width: 3px;
    position:relative;
    z-index: 1;
    margin: 0 0 0 -2px;
}

li.tabsmall_active {
    background: url('tabsmall_active.gif') repeat-x;
}

li.tabsmall_inactive {
    background: url('tabsmall_inactive.gif') repeat-x;
}

li.tabsmall_inactive:hover {
    border-top: 2px solid #FF7200;
    background: url('tabsmall_inactive.gif') repeat-x;
}

ul.tabsmall li p {
	padding: 0;
    margin: 4px 10px 0px 10px;
}

ul.tabsmall li a {
	display: block;
	text-decoration: none;
	color: #454545;
}

div.tabsmall_lower {
    height: 6px;
    border-right: 1px solid #9B9EA2;
    border-left: 1px solid #9B9EA2;
    background: #E4E6E9 url('tab_lower_gradient.gif') repeat-x;
    clear: both;
}

/* navigation */

div.sitenav {
	width: 200px;
	margin: 0;
	padding: 0;
}

ul.nav {
	table-layout: fixed;
	display: block;
    list-style: none;
	margin: 0;
	padding: 0;
	width: 199px;
	line-height: 1em;
}

ul.nav li {
	width: 199px;
	margin: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #D3D4D6;
	font-family: verdana, lucida grande, arial, sans-serif;
	font-size: 12px;
	background-color: #F1F2F4;
}

/*ul.nav li:hover {
background-color: #EDEEF0;
}*/

ul.nav li.active {
   background-color: #ffffff;
	border-top:0;
	border-right: 3px solid #F7941C;
	width: 197px;
	font-style: italic;
	
}

ul.nav li.devider {
	 background-color: #EDEEF0;
	height: 15px;
}


ul.nav li a {
	display: block;
	width: 179px;
	padding: 6px 0 8px 20px;
	margin: 0;
	color: #5C5F64;
	text-decoration: none;
}

ul.nav li.active a {
	display: block;
	width: 177px;
	
	margin: 0;
	color: #5C5F64;
	text-decoration: none;
}

ul.nav li a:hover {
	color: #3C3F44;
	margin: 0;
}


/* main content */



div.main {
	display: block;
	background: #ffffff url(shadow.gif) repeat-x;
	padding: 10px 10px 0 10px;
	
}
div.heading
{
	font-family:Verdana;
	font-size:14pt;
	color: #838A8D;
	height:38px;
}
div.container {
    color: #232323;
    font-family: verdana, arial, sans-serif;
    font-size: 11px;
    height: 1em;
    background-color: #F1F2F4;
    border: 1px solid #9B9EA2;
    padding: 15px 3px 3px 3px;
    height:100%;
}

/* header & footer */

div.header {
	border-bottom: 1px solid #D3D4D6;
	background: url(nav_top_gradient.gif);
	height: 70px;
	padding: 30px 15px 5px 15px;
	background-color: #fff;
}

div.footer {
	color: #bbb;
	height: 60px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	margin-top: 30px;
	text-align: center;

}
/* date picker*/
img.insertDate
{
	HEIGHT:20px;
	width:21px;
	cursor:hand;
}

.dpDiv {}

.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #454545;
	background-color: #FFFFFF;
	border: 1px solid #9B9EA2;
	}

.dpTR {}
.dpTitleTR 
{
	background: #fff url('calendar_header.gif') repeat-x;
	height:25px;
}

.dpDayTR {
	background: #E4E6E9 url('calendar_dayrow.gif') repeat-x;
	color: #454542;
	padding: 2px 2px 2px 2px;
	font-weight:bold;
	font-size:10px;
}

.dpTodayButtonTR 
{background: #fff url('calendar_footer.gif') repeat-x;
	}

.dpTD { padding: 2px 2px 2px 2px;cursor: pointer;}

.dpDayHighlightTD {
	background-color: #F7941C;
	border: 0px solid #AAAAAA;
	vertical-align: middle;
	text-align:center;
	}

.dpTitleTD 
{
	vertical-align:middle}
.dpButtonTD {}
.dpTodayButtonTD {}
.dpDayTD {}

.dpTitleText {
	font-size: 12px;
	color: #454545;
	font-weight: bold;
	}

.dpDayHighlight {
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	}

.dpButton {
	HEIGHT:21px;
	BORDER:1px solid #CECBCE;
	font-weight: bold;
	color: #454545;
	BACKGROUND-IMAGE:url(/style/default/bfade.jpg);
	font-family:Verdana;
	font-size:11px;
	margin: 2px 1px 2px 1px;
	}

.dpTodayButton {
	HEIGHT:21px;
	BORDER:1px solid #CECBCE;
	font-weight: bold;
	margin: 4px 2px 2px 2px;
	color: #454545;
	BACKGROUND-IMAGE:url(/style/default/bfade.jpg);
	font-family:Verdana;
	font-size:11px;
	text-decoration:underline;
}
/*result*/
a.resultLink
{
	color:#000000;
	text-decoration:underline;
}
a.resultLink:hover
{
	color:#000000;
	text-decoration:none;
}
/* misc */
a
{
	color:#232323;
}
h1 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
}

h1.gray {
	color: #bbb;
}

div.clear-all {
    clear: both;
}

body {
	margin: 0 0px 0 0px;
    background: #fff url(nav_border.gif) repeat-y;
    color: #232323;
}

td 
{
	vertical-align: top;
	color: #232323;
    
	}
td.middle{ vertical-align: middle;}


hr {
    border: 0;
    margin: 7px 1px 7px 1px;
    border-top: 1px solid #CBCBCD;
    border-bottom: 1px solid #FFFFFF; 
    
}
#pageing
{
	font-weight:bold;
	font-size:14px;
}

.checkBoxList
{
    border:0px; 
    margin:0 0 0 0;
    padding:0 0 0 0;   
}
.checkBoxList tr td
{
    border:0px;
    padding:0;
}