@CHARSET "ISO-8859-1";


body{
	font-size: 0.7em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#111;
}
td{
	vertical-align:top;
}
ul{
	margin: 0;
	padding: 0;
	left: 0;
}
li{
	padding-left: 0.3em;
	padding-bottom: 0.2em;
	list-style: none;
}
.Point li
{
	list-style-image: url("../tasweeran/Point.png");
	padding-left: 0.3em;
}
select{
	width: 18em;
	font-size: 1em;
}
input{
	width: 11em;
	font-size: 1em; /*Required otherwise input will go out of right navigation*/
}
.QNo{
	width: 3em;
	font-size: 1em; /*Required otherwise input will go out of right navigation*/
	background: transparent;
	border: 1px solid transparent;
}
.QNo:hover{
	width: 3em;
	font-size: 1em; /*Required otherwise input will go out of right navigation*/
	background: white;
	border: 1px solid black;
}
.QueTA{
	width: 100%;
}
#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: url("../tasweeran/Header.gif");
	height: 60px;
}
#LinkBar{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.2em;
	margin: 0.5em;
}
.UserMenuLink, a, .UserMenuLinkNS{
	margin-left: 1.5em;
	text-decoration: none;
	color: #00f;
	cursor:pointer;
}
.UserMenuLink:hover, a:hover, .UserMenuLinkNS:hover{
	text-decoration: underline;
}
#LeftNav {
	position: absolute;
	top: 70px;
	left: 0px;
	width: 18em;
	border-right: 1px solid #CCC;
	/*background-color: #eaf3ff;*/
}
#RightNav {
	position: absolute;
	top: 70px;
	right: 0px;
	width: 14em;
	background-color: #fff;
	border-left: 1px solid #ccc;
}
#Body {
	position: absolute;
	top:60px;
	left: 19em;
	right : 16em;
	font-family:serif Georgia, "Times New Roman", Times;
	font-size: 1.1em;
	overflow:visible;
	min-width:350px;
}
#fixed_header {
	top:0;	
	position: fixed; 
	width:100%;
	left:0;
	text-align:center; /* IE 5.x centering */
}
#M{
	width:20em;
	color:#000;
	background:#a7cdfc;
	margin:0 auto;
	display:none;
}
.HiddenNav{
	padding: 0.5em;
	display: none;
}
.RightAligned{
	position: absolute;
	right: 0em;
}
.university, .NavList, .NavLink{
	/*background-color: #f80;*/
	background-color: #eaf3ff;
	border: 1px dotted #FFF;
	padding: 0.2em;
	-moz-border-radius: 4px;
	cursor:pointer;
	
}
.university:hover, .NavList:hover, .NavLink:hover {
	background-color: #eaf3ff;
	border: 1px solid #a7cdfc;
}
.Category
{
	padding: 0.2em;
	background-image: url('../tasweeran/folder.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	padding-left: 15px;
	background-color: #FFF;
	border: 1px dotted #FFF;
	cursor:pointer;
}
.Category:HOVER
{
	background-color: #eaf3ff;
	border: 1px solid #a7cdfc;
}
.CategoryDiv{
	/*margin-left: 0.5EM;*/
	margin-left: 1EM;
	border-bottom: 1px dotted #bbb;
	border-top: 1px dotted #bbb;
	display:none;
}
.PaperNumberList{
	display: inline;
	padding: 1em;
	cursor:pointer;
}
.PaperNumberList:HOVER{
	display: inline;
	padding: 1em;
	color: #f00;	
}
.PaperNumberListCurrentPaper{
	display: inline;
	padding: 1em;
	font-size: x-large;
}
.SelectDonotShow{
	background: transparent;
	border: 1px solid transparent;
}
.BigSuccess{
	width: 100%;
	/*border: 3px solid #6f6;*/
	padding: 2em 2em 2em 4em;
	
	background-image: url('../tasweeran/Ok.gif');
	background-repeat: no-repeat;
	background-position: 2em 1.8em;
	font-size: 1.2em;
	font-family: sans-serif;
}
.BigError{
	width: 100%;
	/*border: 3px solid #6f6;*/
	padding: 2em 2em 2em 4em;
	
	background-image: url('../tasweeran/NOk.gif');
	background-repeat: no-repeat;
	background-position: 2em 1.8em;
	font-size: 1.2em;
	font-family: sans-serif;
}