.robotofont {	
font-family: 'Roboto', sans-serif;
}

.logofont {	
	font-size: 28px;
}

.logofontnet {	
	font-size: 26px;
	color: #4682B4;
}
    

.outsidepagetitle{
	font-weight:300;
	font-size: 28px;	
	font-align: center;
	font-family: 'Roboto', sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	font-stretch: normal !important;
	font-style: normal !important;
}

.logo {
	margin: 0;
	height: 60px;
	padding: 2px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FEFEFE;
	background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE),
		to(#FEFEFE) );
	background: -moz-linear-gradient(top, #FEFEFE, #FEFEFE);
	filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr =
		'#FEFEFE', endColorstr = '#FEFEFE' )
}

#notice_board {
	height: 300px;
	width: 250px;	
	float: center;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
	color: 000000;
	font-size: 12px;
	text-align: left;
	margin: 0px 15px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
@media (max-width:991px) {
#notice_board {
	height: 180px;
	width: 250px;	
	float: center;
	overflow-y: scroll;
	overflow-x: hidden;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffffff;
	text-align: justify;
	color: 000000;
	font-size: 12px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.noticeboard{
	margin: 0 auto !important;
	width: 280px;
	height: 200px !important;
}
}
.noticeboard{
	margin: 0 auto !important;
	width: 280px;
}



.clock {
	font-size: 11px;
	padding: 8px 10px 0 0;
	color: #F0F0F0;
	text-align: right;
	font-weight: 700
}

.universal_clock {
	font-size: 11px;
	padding: 0 0 0 10px;
	color: #fff;
	float: right
}

#universal_menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px
}
#universal_menu li {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 20px
}

#universal_menu li a {
	color: #DEDEDE;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none
}

#universal_menu li span {
	color: #DEDEDE;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none
}

#universal_menu li a:hover {
	color: #0F0
}



#universal_menu_sample {
	background: #fff;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 20px;
	margin-left: -20px;
}

#universal_menu_sample li {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	height: 20px
}

#universal_menu_sample li a {
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none
}

#universal_menu_sample li span {
	color: #000;
	display: block;
	float: left;
	margin: 0;
	padding: 2px 12px;
	text-decoration: none
}

#universal_menu_sample li a:hover {
	color: #000
}



.navLink{
padding-right:  30px !important;
padding-left:  30px !important;
}



.main_form_support {
	border-width: 1px;
	border-style: none;
	border-color: #707070;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 15px 0px 0px;
	padding: 0 10px 0px 0;
	background: url(../images/registration_background.PNG) repeat;
}


.main_header_sm {
	height: 30px;
	margin: 0 auto;
	background: url(../images/background3.PNG) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px
}

.main_title_sm {
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	padding-left: 10pt;
	padding-bottom: 10px;
	
}


.white_box {
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #fff
}





.green_box {	
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: #CBEAFC !important;	
	font-size: 15px;
}

.yellow_box {	
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: #FAD278 !important;	
	font-size: 15px;
}

.orange_box {	
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: #FBBB78 !important;	
	font-size: 15px;
}

.greener_box {	
	padding-top: 5px;
	padding-bottom: 5px;
	text-align:center;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	background: #ADDC97 !important;	
	font-size: 15px;
}

 .well-shadow, .thumbnail:hover {
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	box-shadow: 0 5px 10px rgba(0,0,0,.5)
}

.table{
	border-top: 0px !important;
}
.icon-chevron-up{
	margin-top: 1px;
	margin-left: 1px;
}

.icon-chevron-up:hover{
	text-decoration: none;
}
.scrolltotop:HOVER {
	text-decoration: none;
}
.scrolltotop {
	text-decoration: none !important;
}
@media screen (max-width: 992px) {
#notice_board {
	float: left !important;
}
	
}
@media screen (max-width: 480px) {
#notice_board {
	float: left !important;
}
@media screen (max-width: 768px) {
#notice_board {
	float: left !important;
}
}