body{
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	background-color : #ffffff;
}

h1,h2,h3,h4,h5{
	font-weight : bold;
	font-family : helvetica,arial,sans-serif;
	font-size: 14px;
	text-transformation : uppercase;
}

td,th,p{
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
}

input,select,textarea{
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
}
a{
	text-decoration: none;
	color: #0000FF;
}

a:visited{
	color: #0000FF;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	color: #0000FF;
}

.number{
	text-align : right;
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	white-space: nowrap; 
	padding-right: 10px;
	padding-left: 10px;
}

.border{
	border : 1px solid #808080;
}

.tableborder{
	background-color : #808080;
}

.tablerow{
	background-color : #eeeeee;
}

.imgborder{
	border : 1px solid #808080;
}

.systitle{
	font-size : 20px;
	font-weight : bold;
	font-family : Georgia, helvetica,arial,sans-serif;
}

.copyright{
	font-size : 12px;
	font-weight : bold;
	font-family : Georgia, helvetica,arial,sans-serif;
}

.input{
	border:1px solid #999;
	background:#eee;
}
.menu{
	background-color : #eeeeee;
	cursor : hand; 
	padding-right : 25px; 
	padding-left : 25px; 
}

/*exam paper*/
.question_readst{
	background-color: #eeeeee; 
	padding : 5px;
	border : 1px solid #cccccc;
	color : #ff0000;
}

.question_readst{
	background-color: #eeeeee; 
	padding : 5px;
	border : 1px solid #cccccc;
	color : #ff0000;
}

.question_group{
	background-color: #dddddd; 
	padding : 5px;
	font-weight : bold;
	border : 1px solid #cccccc;
}

.question_row1{
	background-color: #eeeeee; 
}

.question_row2{
	background-color: #ffffff; 
}

.timer{
	background-color: #eeeeee; 
	padding : 5px;
	border : 1px solid #cccccc;
	color : #ff0000;
}

/*forms style


.form_body{
	background-color : #eeeeee;
}
*/
.form_title{
	background-color : #dddddd;
	padding : 5px;
	font-size : 14px;
	font-weight : bold;
	border : 1px solid #778;
}

.form_footer{
	background-color : #eeeeee;
}

.form_background{
	width : 600px;
}

/*Calendar*/

.cal_body{
	background-color : #dddddd;
}
.cal_body_tr{
	background-color : #ffffff;
}
.cal_body_th{
	background-color : #C2DE05;
}
.cal_body_week{
	background-color : #C7F377;
}
.cal_body_thismonth{
	background-color : #FFC608;
}
.cal_days{
	background-color : #dddddd;
}
.cal_days_tr{
	background-color : #dddddd;
}
.cal_days_td td{
	background-color : #ffffff;
	font-size: 9px;
}
.cal_days_weekend{
	background-color : #C7F377;
}

.cal_days_weekday{
	background-color : #ffffff;
}

.cal_days_today{
	background-color : #FFC608;
}
.cal_days_thismonth{
	text-align : right;
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	white-space: nowrap; 
}
.cal_days_othersmonth{
	text-align : right;
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	white-space: nowrap; 
	color : #ACACAC;
}

/*Activity*/
.event_body{
	background-color : #dddddd;
}
.event_body_td{
	background-color : #ffffff;
}
.event_body_th{
	background-color : #C2DE05;
}

.event_detail{
	background-color : #dddddd;
}
.event_detail td{
	background-color : #ffffff;
}

.event_detail  #title{
	background-color : #C2DE05;
	font-weight:bold ; 
	color : #ffffff;
}

/*Activity*/
.gantchart_body{
	background-color : #dddddd;
}
.gantchart_body_td{
	background-color : #ffffff;
	font-size : 9px;
}
.gantchart_body_th{
	background-color : #C2DE05;
	font-size : 9px;
}
.gantchart_days_weekend{
	background-color : #C7F377;
}

.gantchart_days_weekday{
	background-color : #ffffff;
}

.gantchart_days_activity{
	background-color : #ffc608;
}
/*menu tree*/

#foldheader{
	font-size : 10px;
	cursor:pointer;
	cursor:hand ; 
	font-weight:bold ; 
	color: #000000;
	padding : 2px;
	list-style-image:url(/images/fold.gif);
}
.foldheader{
	font-size : 10px;
	cursor:pointer;
	cursor:hand ; 
	font-weight:normal ; 
	color: #000000;
 	margin-left : 0px;
	padding :2px;
	list-style-image:url(/images/box.gif);
}

#foldinglist{
	font-size : 10px;
	margin-left : 10px;
	font-weight:normal ; 
	padding : 2px;
	list-style-image:url(/images/list.gif);
}

.dirtree{
	margin-left : 20px;
 
}

.redirect{
	border : 1px solid #778;
}
/* data tables */
table caption,
table th,
table td {
}

/* odd table rows 1,3,5,7,... */
table tr.odd th,
table tr.odd {
    background-color: #ffffff;
    text-align: left;
}

/* even table rows 2,4,6,8,... */
table tr.even th,
table tr.even {
    background-color: #eeeeee;
    text-align: left;
}

/* marked tbale rows */
table tr.marked th,
table tr.marked {
    background-color: #FFFF66;
}

/* hovered table rows */
table tr.odd:hover,
table tr.even:hover,
table tr.odd:hover th,
table tr.even:hover th,
table tr.hover th,
table tr.hover {
    background-color: #FFFF33;
    cursor: hand;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(/themes/default/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(/themes/default/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}