.h2col        { 
	color: yellow;
}
.pagehead       { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 32pt;
	color: #FFF;
}
a:active        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 10pt;
	color: #FFCC00;
}
a:link        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 10pt;
	color: #FFCC00;
}
a:visited        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 10pt;
	color: #FFCC00;
}
a:hover        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 10pt;
	color: #FFCC00;
}
.download:active        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 20pt;
	color: #FFCC00;
}
.download:link        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 20pt;
	color: #FFCC00;
}
.download:visited        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 20pt;
	color: #FFCC00;
}
.download:hover        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 20pt;
	color: #FFCC00;
}
.border{
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

body{
	background-color: #454545;
	font-family:  "Segoe UI", Verdana;
	background-image: url('../images/back.jpg'); 
	background-repeat: no-repeat;
}
.tbltxt{
	color: #FFF;
	font-size: 10pt;
	font-family:  "Segoe UI", Verdana; 
	font-weight: normal;
	text-decoration: none;
}
select{
	color: #000000;
	font-size: 10pt;
	font-family:  "Segoe UI", Verdana; 
	font-weight: normal;
	text-decoration: none;
}
input{
	color: #000000;
	font-size: 10pt;
	font-family:  "Segoe UI", Verdana; 
	font-weight: normal;
	text-decoration: none;
}

h1{
	color: #000000;
	font-size: 10pt;
	font-family:  "Segoe UI", Verdana; 
	font-weight: bold;
	text-decoration: none;
}

.bigname{
	color: #000000;
	font-size: 14pt;
	font-family:  "Segoe UI", Verdana; 
	font-weight: bold;
	text-decoration: none;
}

.lastupdate {
	color: #000000;
	font-size: 8pt;
	font-family:  "Segoe UI", Verdana; 
	font-weight: normal;
	text-decoration: none;
}
.menubar_left {
	height: 33px;
	width: 10px;
	background-image:url(../admin/images/left.png); 
	white-space:nowrap;
	position:relative;
	display:block;
	float:left;

}
.menubar_right {
	height: 33px;
	width: 10px;
	background-image:url(../admin/images/right.png); 
	white-space:nowrap;
	position:relative;
	display:block;
	float:left;
}
.menubar_back {
	height: 33px;
	background-image:url(../admin/images/back.png); 
	background-repeat: repeat-x;
	white-space:nowrap;
	position:relative;
	display:block;
	float:left;
line-height: 30px;
}
.menubar_mid {
	height: 33px;
	width: 24px;
	background-image:url(../admin/images/mid.png); 
	white-space:nowrap;
	position:relative;
	display:block;
	float:left;
}
.menubar {
	white-space:nowrap;
	vertical-align: bottom;
}
a.menuitem:active        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 10pt;
	color: #000;
}
a.menuitem:link        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 10pt;
	color: #000;
}
a.menuitem:visited        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 10pt;
	color: #000;
}
a.menuitem:hover        { 
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 10pt;
	color: blue;
}
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}
.pts {
	color: yellow;
}

/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
.topbar_left {
	height: 20px;
	width: 28px;
	background-image:url(../images/topbar-left.png); 
	white-space:nowrap;
	position:relative;
	display:block;
	float:left;

}
.topbar_right {
	height: 20px;
	width: 28px;
	background-image:url(../images/topbar-right.png); 
	white-space:nowrap;
	position:relative;
	display:block;
	float:left;
}
.topbar_back {
	height: 20px;
	width: 104px;
	background-image:url(../images/topbar-back.png); 
	background-repeat: repeat-x;
	white-space:nowrap;
	position:relative;
	display:block;
	float:left;
line-height: 20px;
}
.topbar {
	white-space:nowrap;
	vertical-align: bottom;
	text-decoration: none; 
	font-family:  "Segoe UI", Verdana; 
	font-size: 8pt;
	color: #000;
}