body {
	background-color: white;
	font-family: helvetica, arial, sans serif;
	color: #000000;
	padding-top: 0px;
	font-size: 11px;
}

a {
	color: #2e3192;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0px;
}

#wrapper {
	margin: 0 auto;
	width: 980px;
}

#header {
	background-color: #21358c;
	width: 980px;
}

#nav {
	width: 980px;
	background-color: #dadada;
	margin: 10px 0 10px 0;
	font-size: 12px;
}

#login {
	width: 241px;
	background-color: #f5f5f5;
	border: 2px solid #f5f5f5;
	font-size: 11px;
	color: black;
	text-align: left;
}

.login_textfield {
	height: 16px;
	width: 223px;
	background-color: white;
	border: 1px solid #959595;
}

.textfield {
	height: 20px;
	width: 300px;
	background-color: white;
	border: 1px solid #959595;
	font-size: 11px;
}

.textfield2 {
	height: 20px;
	width: 200px;
	background-color: white;
	border: 1px solid #959595;
	font-size: 11px;
}


.textarea {
	height: 100px;
	width: 300px;
	background-color: white;
	border: 1px solid #959595;
	font-family: arial;
	font-size: 11px;
}

.cabinet_font {
	color: #555555;
	font-size: 11px;
	line-height: 14px;
}

.nav_link {
	text-decoration: none;
	color: black;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

.font11 {
	font-size: 11px;
}

.font12 {
	font-size: 12px;
}

.table_header {
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border-bottom: 1px solid #000000;
	padding: 4px 10px 4px 10px;
}

.table_row {
	border-bottom: 1px solid #959595;
	padding: 4px 10px 4px 10px;
}

.table_row2 {
	border-bottom: 1px solid #959595;
	padding: 2px 10px 2px 2px;
}

.radio {
	position: relative;
	top: 1px;
}

#rte_left {
	background-image: url('../images/rte_left.gif');
	background-repeat: repeat-y;
	width: 10px;
}

#rte_right {
	background-image: url('../images/rte_right.gif');
	background-repeat: repeat-y;
	width: 10px;
}
	

.invisible{display:none; }
.visible {display:block;}
#d_question_available {
	overflow: auto;
	height: 300px;
	width: 300px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;	
}
#d_question_used {
	padding: 5px 5px 5px 5px;
	overflow: auto;
	height: 300px;
	width: 300px;
	border: 1px solid #000000;
}

#d_global_available {
	overflow: auto;
	height: 300px;
	width: 300px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 5px;	
}
#d_global_used {
	padding: 5px 5px 5px 5px;
	overflow: auto;
	height: 300px;
	width: 300px;
	border: 1px solid #000000;
}
