/* 
	project: Schooly
   	author: Mohammed Alshareef (www.ar-dev.com) 
*/
   

/* links */
a { color: White; background: inherit; }
a:hover { color: #E6E6E6; background: inherit;  font-style: normal;  text-decoration: none;     }	
a.footer {
	color: black;
}

a:hover.footer{
	 color: #E6E6E6; background: inherit;  font-style: normal;  text-decoration: none;     
}
td.article{
	margin-right: 4px;
	margin-left: 4px;
	padding-left: 4px;
	padding-right: 8px;
}

article_head {
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: Gray;
}

.right_menu {
	vertical-align: top;
	width: 190px;
}

.calender {
border: 1px solid Black;
}

.login {
	
}

.footer {
	
}

.left_menu_table {
	border: thin solid #5B697D;
}

/* FORM 
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.form_error_msg {
	color: Red;margin:0 5px 0 0 ; background: url(../images/form_buulet.gif) no-repeat right;
}