@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext);

* {
	font-family: "Open Sans", sans-serif;
}

b {
	font-weight: 600;
}

a:link, a:visited {
	font-weight: 600;
	text-decoration: none;
	color: #000000;
	text-transform: uppercase;
}

a:hover, a:active {
	color: #3AA935;
}

/* Table */

body > .mytable {
	width: 100%;
}

tr.mytext,
tr.parentcategory {
	font-size: 14px;
	line-height: 19px;
	background: #F0F0F0 !important;
}

tr.mytext:hover,
tr.parentcategory:hover {
	background: #f7f7f7 !important;
}

.programtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	width: 120px;
	color: #000000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	color: #000000;
	background-image: url(images/Gray_Gradient.jpg);
	background-attachment: fixed;
}
#menu {
	margin: 0;
	padding: 0;
}

#menu ul {
	clear: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	border: 0;
}

#menu ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#menu ul li a.linkmenu {
	font-size: 12px;
	font-weight: normal;
	line-height: 3em;
	height: 3em;
	margin: 3px 3px 3px 3px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-top: 1px solid #43b3f9;
	border-right: 1px solid #43b3f9;
	border-bottom: 1px solid #43b3f9;
	border-left: 1px solid #43b3f9;
	background: #ffffff;

	voice-family: inherit;
	voice-family: '"}"';
}

html > #menu ul li a {
	font-size: x-small;
}

#menu ul li a:hover {
	color: #ffffff;
	background: #0679be;
}

#menu ul li a.menusel:link,
a.menusel:active,
a.menusel:visited {
	font-size: 12px;
	font-weight: normal;
	line-height: 3em;
	height: 3em;
	margin: 5px 5px 5px 5px;
	padding: 4px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	border-top: 1px solid #43b3f9;
	border-right: 1px solid #43b3f9;
	border-bottom: 1px solid #43b3f9;
	border-left: 1px solid #43b3f9;
	background: #cc3333;
	voice-family: inherit;
	voice-family: '"}"';
}

#menu ul li a.menusel:hover {
	color: #ffffff;
	background: #0679be;
}

.white {
	font-weight: bold;
	color: #ffffff;
}

.menuheader {
	font-size: 14px;
	font-weight: bold;
	color: #04598c;
}
.newsdate {
	font-size: 9px;
	font-weight: bold;
	color: #7a7a7a;
}
.newstitle {
	font-weight: bold;
	color: #cc3333;
}
.textfield {
	font-size: 10px;
	height: 13px;
	border: solid;
	border-width: 1px;
	border-color: #65bada;
}
.mybutton {
	font-size: 10px;
	border: solid;
	border-width: 1px;
	background-color: #e9f7fe;
}
.invalidlogin {
	font-size: 11px;
	color: #cc3333;
}

.mytextarea {
	font-size: 11px;
	border: solid;
	border-width: 1px;
	border-color: Gray;
}
.forgotwhite {
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
}
.errormessage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #cc3300;
}
.myselect {
	font-size: 9px;
}
.registertable {
	border: solid;
	border-width: 1px;
	border-color: #04598c;
	background-color: #e9f7fe;
}
.registerrow {
	background-color: #ffffff;
}
