@charset "utf-8";
body{
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	color: #214874;
	margin-top:0px;
}
a:link, a:active, a:visited {
	color:#0099CC;
	font-weight: bold;
}
a:hover {
	color:#214874;
}
table {
	color: #000000;
}
td {
	padding: 3px;
}
table h2 {
	font-size: 1.5em;
	margin: 3px 0;
	color: #CC0000;
}
table h3 {
	font-size: 1.2em;
	margin: 3px 0;
}
table h4 {
	font-size: 1em;
	margin: 3px 0;
}
#outer {
	width: 985px;
	margin: auto;
	padding:0;
}
#topmenu {
	float: left;
	width: 985px;
}
#top {
	float: left;
	width: 985px;
}
#main {
	border-left: 1px solid #c3cad4;
	border-right: 1px solid #c3cad4;
	border-bottom: 1px solid #c3cad4;
	margin: 0px;
	padding:25px 0 0 0;
	height: auto;
	width: 983px;
}
.topmenubutton	{
	float:left;
}
.panel {
	background-image: url(taktix_img/panel.jpg);
	background-repeat: no-repeat;
	width: 309px;
	height: 200px;
	font-size: 0.9em;
	line-height: 1.4;
}

.panel_3 {
	background-image: url(taktix_img/panel3.jpg);
	background-repeat: no-repeat;
	width: 309px;
	height: 147px;
	font-size: 0.9em;
	line-height: 1.4;
}

.panel_3_rev {
	background-image: url(taktix_img/panel3_rev.jpg);
	background-repeat: no-repeat;
	width: 309px;
	height: 147px;
	font-size: 0.9em;
	line-height: 1.4;
}
.login {
	background-image: url(taktix_img/panel2.jpg);
	background-repeat: no-repeat;
	width: 192px;
	height: 220px;
	font-size: 0.9em;
	line-height: 1.4;
}
.imgleft {
	float: left;
	margin-right: 12px;
}
.padding {
	padding: 15px;
}
.graphic {
	float:left;
	width:279px;
}
.panel h2, .login h2 {
	margin: 5px 0px 8px 0px;
}
.column {
	border-left: 1px solid #c3cad4;
	padding: 0 10px;
	margin: 20px 0px;
	float: right;
	width: auto;
}

#footerbar {
	width: 983px;
	background-image: url(taktix_img/footertile.gif);
	background-repeat: repeat-x;
	height: 35px;
	margin: 10px 0 0 0;
	text-align: center;
	padding: 0.8em 0 0 0;
	font-weight: bold;
	clear: both;
}
#footerbar a:link, a:visited, a:active{
	text-decoration: none;
	color: #214874;
}
#footerbar a:hover{
	text-decoration: underline;
	color:#0099CC;
}
#footer {
	width: 983px;
	height: 65px;
	text-align: center;
	font-weight: bold;
	font-size: 0.85em;
	text-decoration: none;
	clear: both;
}

#footer a:link, a:visited, a:active{
	text-decoration: none;
	color: #214874;
}
#footer a:hover{
	text-decoration: underline;
	color:#0099CC;
}

.welcome {
	padding: 0 15px 0 15px;
	float: left;
	margin: 0px;
	width: 400px;
}
.content {
	padding: 0 15px 0 15px;
	float: left;
	margin: 0;
	width: 700px;
}
.keylinepanel {
	background-image:url(taktix_img/keyline_panel.gif);
	width: 181px;
	height: 199px;
	float:left;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em;
}
.keylinepanel p{
	margin: 5px 0;
}

#sidemenu {
	width: 188px;
	border-right: 1px solid #c3cad4;
	padding: 0px 10px 0 10px;
	float: left;
	margin-top: 15px;
}
#sidemenu ul{
	margin: 0;
	padding:0;
}
#sidemenu p{
	margin: 5px;
}


*************************************************
solid orange menu
*************************************************


ul#orangesolid {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul#orangesolid li {
	display: inline;
}
ul#orangesolid a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background-image:url(taktix_img/menu/orange_tile.gif);
	background-repeat:no-repeat;
	display: block;
	width: 188px;
	text-indent: 1.4em;
	padding: 2px;
}
ul#orangesolid a:hover {
	background-image:url(taktix_img/menu/orange_roll.gif);
	background-repeat:no-repeat;
}

*************************************************
sub menu for orange solid
*************************************************
ul#orangesolid ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul#orangesolid ul li {
	display: inline;
}
ul#orangesolid ul a {
	color: #214874;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background-image:none;
	display: block;
	text-indent: 0em;
	padding: 0 0 0 20px;
	margin: 2px 0px;
	background-color: #f7e1d1;
	border-bottom: 1px solid white;
	width: 168px;
}
ul#orangesolid ul li ul a {
	color: #214874;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.88em;
	background-image:none;
	display: block;
	text-indent: 0em;
	padding: 0 0 0 30px;
	margin: 2px 0px;
	background-color: #f7e1d1;
	border-bottom: 1px solid white;
	width: 158px;
}


ul#orangesolid ul li ul li ul a {
	color: #214874;
	text-decoration: none;
	font-weight:normal;
	font-size: 0.88em;
	background-image:none;
	display: block;
	text-indent: 0em;
	padding: 0 0 0 40px;
	margin: 2px 0px;
	background-color: #f7e1d1;
	border-bottom: 1px solid white;
	width: 148px;
}

ul#orangesolid ul a:hover {
	background-image:none;
	background-color: #db5e03;
	color: #FFFFFF;
}


*************************************************
solid green menu
*************************************************

ul#greensolid {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul#greensolid li {
	display: inline;
}
ul#greensolid a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background-image:url(taktix_img/menu/green_tile.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 188px;
	text-indent: 1.4em;
	padding: 2px;
}
ul#greensolid a:hover {
	background-image:url(taktix_img/menu/green_roll.jpg);
	background-repeat:no-repeat;
}

*************************************************
sub for solid green
*************************************************
ul#greensolid ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul#greensolid ul li {
	display: inline;
}
ul#greensolid ul a {
	color: #214874;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background-image:none;
	display: block;
	text-indent: 0em;
	padding: 0 0 0 20px;
	margin: 2px 0px;
	background-color: #d8e7c5;
	border-bottom: 1px solid white;
	width: 168px;
}
ul#greensolid ul a:hover {
	background-image:none;
	background-color: #78b030;
	color: #FFFFFF;
}


*************************************************
silver with orange - public employment
*************************************************

ul#greyorange {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul#greyorange li {
	display: inline;
}
ul#greyorange a {
	color: #db5e03;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background-image:url(taktix_img/menu/grey_tile.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 188px;
	height:21px;
	text-indent: 1.4em;
	padding: 2px;
}
ul#greyorange a:hover {
	background-image:url(taktix_img/menu/grey_roll.jpg);
	background-repeat:no-repeat;
}

*************************************************
sub menu for silver with orange - public employment
*************************************************
ul#greyorange ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul#greyorange ul li {
	display: inline;
}
ul#greyorange ul a {
	color: #214874;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background-image:none;
	display: block;
	text-indent: 0em;
	padding: 0 0 0 20px;
	margin: 2px 0px;
	background-color: #f7e1d1;
	border-bottom: 1px solid white;
	width: 168px;
}
ul#greyorange ul a:hover {
	background-image:none;
	background-color: #db5e03;
	color: #FFFFFF;
}

*************************************************
silver with green - public education
*************************************************


ul#greygreen {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul#greygreen li {
	display: inline;
}
ul#greygreen a {
	color: #529100;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background-image:url(taktix_img/menu/greygreen_tile.jpg);
	background-repeat:no-repeat;
	display: block;
	width: 188px;
	height:21px;
	text-indent: 1.4em;
	padding: 2px;
}
ul#greygreen a:hover {
	background-image:url(taktix_img/menu/greygreen_roll.jpg);
	background-repeat:no-repeat;
}

.err {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}
.correct {
	background-color: #F2F4AA;
}

.fgbg{
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
}
.fg{
	color: #000000;
}
.bg{
	background-color: #FFFFFF;
}


*************************************************
sub menu for greygreen
*************************************************
ul#greygreen ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul#greygreen ul li {
	display: inline;
}
ul#greygreen ul a {
	color: #214874;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	background-image:none;
	display: block;
	text-indent: 0em;
	padding: 0 0 0 20px;
	margin: 2px 0px;
	background-color: #ddebd0;
	border-bottom: 1px solid white;
	width: 168px;
}
ul#greygreen ul a:hover {
	background-image:none;
	background-color: #529100;
	color: #FFFFFF;
}








*****************************
FROM TOOLKIT
*****************************
h1 {
	color:#e80000;
	font-size: 1.7em;
	font-weight:normal;
}
h2 {
	color: #404d5a;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
}
h3 {
	color:#e80000;
	font-size: 1.3em;
	font-weight:bold;
}

.li {
	list-style-image:url(img/icons/bullet.gif);
	margin: 4px 0px 4px 0px;
	padding: 0px;
}
.li ul li {
	list-style-image: url(img/icons/bullet_sub.gif);
}

.ul#submenu  {
	padding-left: 0px;
	margin-left:0px;
	list-style-type: none;
}
.ul#submenu a, ul#submenu a:link, ul#submenu a:active, ul#submenu a:visited {
	display:block;
	list-style-type: none;
	background-color: #ffe8e8;
	padding: 5px;
	border-bottom: 1px solid white;
	text-decoration: none;
	color: #b60000;
}
.ul#submenu a:hover {
	background-color: #b60000;
	color:#FFFFFF;
}


div#main li {
	list-style-image:url(img/icons/bullet.gif);
	margin: 4px 0px 4px 0px;
	padding: 0px;
}



div#main th {
	font-weight: bold;
	background-color:#d9a4c3;
	background-image:url(img/stage2topper_tile.jpg);
	background-repeat:repeat-x;
	color:#8d0053;
	padding: 3px;
	font-size: 1.2em;
}
div#main td {
	padding: 8px;
	vertical-align:text-top;
	
}









.tableRow{
	width: 100%;
}

.tableCellLeft{
	float:left;
	width: 200px;
}

.tableCellRight{
	float: right;
	width: 500px;
}

.ul1{
	
}

.ul1 li{
	padding-bottom: 20px;
}

.selectedMenu{
	color:#2d2691;
	background-color:#dedcf0;
	border-top: solid 3px #c1c7cd;
	border-bottom: solid 1px #c1c7cd;
}
#admin_content {
	margin: 0px;
	height: auto;
	width: auto;
	border: 1px none #c3cad4;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

