/* CSS Document */

body {
	margin: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	background-color: #fff000;
}

/* layout purpose */

#dashboard {
	background-color: #FFF;
	border-bottom: #ffcc00;
	padding: 10px;
	overflow: hidden;
}

#outermost1 {
	width: 930px;
	margin-left: auto;
	margin-right: auto
}

#outermost2 {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffcc00;
	text-align: center;
	margin-bottom: 10px;
}

#outermost {
	width: 960px;
	margin-left: auto;
	margin-right: auto
}

#container {
	overflow: hidden;
	margin-bottom: 50px
}

#left {
	float: left; 
	width: 256px; 
	margin-left: 7px
}

.left-box {
	background-image: url(../images/back-left-menu.jpg);
	background-repeat: repeat-y; 
	padding: 12px
}

#right {
	float: right; 
	margin-right: 7px; 
	width: 686px
}

#content {
	padding: 15px;
	background-image: url(../images/content-back.jpg);
	background-repeat: repeat-y;
	line-height: 18px;
}

/* end of layout purpose */

img {
	border: 0 none;
	padding: 0;
	margin: 0
}

a, a:link, a:visited, a:active {
	text-decoration: none;
	color: #F00;
	font-size: 11px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #f35000;
	font-size: 11px;
}

a.toplink, a.toplink:link, a.toplink:visited, a.toplink:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-shadow: #000 1px 1px
}

a.toplink:hover {
	text-decoration: none;
	color: #fcff00;
	font-size: 12px;
}

a.mainlink, a.mainlink:link, a.mainlink:visited, a.mainlink:active {
	text-decoration: none;
	color: #013575;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #c4c4c4;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	display: block
}

a.mainlink:hover {
	text-decoration: none;
	color: #fff;
	background-color: #013575;
	font-size: 12px;
}

a.mainlink-sel, a.mainlink-sel:link, a.mainlink-sel:visited, a.mainlink-sel:active {
	text-decoration: none;
	color: #FF0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #c4c4c4;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	display: block;
	background-color: #013575;
}

a.mainlink-sel:hover {
	text-decoration: none;
	color: #fff;
	background-color: #F60;
	font-size: 12px;
}

a img {
	border: 0 none
}


table, tr, td {
	border-collapse : collapse; 
	font-size : 11px; 
	font-family : verdana, 'trebuchet ms', tahoma, georgia; 
}

input {
	border: 1px solid #999999; 
	font-size: 11px; 
	background-color: #FFFFCC;
	color: #454545; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	padding: 3px
}

input.button {
	color: #000000;
	font-weight:bold;
	padding: 3px;
	cursor: pointer;
	border: 1px outset #999999;
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	font-size: 11px;
	background-color: #CCCCCC;
}

input.button:hover {
	color: #FFFFFF;
	border: 1px outset #333333;
	background-color: #999999;
}

input.checkradio {
	border: none;
	background-color: transparent;
	background-image: none
}

select {
	border: 1px solid #999999; 
	font-size: 11px; 
	color: #454545; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
}

option {
	font-size: 11px; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	background-color: white
}

optgroup {
	font-size: 11px; 
	font-family: verdana, 'trebuchet ms', tahoma, georgia;
	font-style: normal;
	background-color: orange;
}

textarea {
	background-color : #ffffff; 
	border: 1px solid #999999; 
	font-size : 11px; 
	font-family : verdana, georgia; 
	color: #454545; 
	padding: 3px
}

input.button:hover {
	background-position:left bottom;
}

form {
	margin: 0px
}

.tablehead {
	background-color: #003782;
	color: #ffffff;
	font-weight: bold;
	height: 20px;
	text-align: center
}

.hilite {
	background-color: #d7d5d5;
	color: #000000
}

.asterik {
	color: #990000
}

.small {
	font-size: 9px;
	color: #999999
}

.required {
	color: #990000
}

.subheading {
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003258;
	text-transform: uppercase
}

.secheading {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #003258;
	text-transform: uppercase
}

.pagination {
	padding: 7px; 
	background-color: #efefef; 
	border-top: 1px solid #c2c2c2; 
	font-size: 10px;
	text-align: center
}

.infobox {
	text-align: center;
	text-decoration: blink;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #c4c4c4;
	background-color: #d7effd;
	color: #283b6c
}

.totalm {
	padding: 2px;
	background-color: darkred;
	color: #ffffff;
	font-size: 10px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding-left: 5px;
	padding-right: 5px;
}
