﻿body
{
	margin: .25em .25em .25em .25em;
	background-color: #201F25;
	font-family: Arial,sans-serif;
	font-size: 15px;
	color: white;
}

textarea 
{
	width:80%;
}

a:link 
{
	/* color: white */
	color: inherit;
}

a:visited
{
	/* color: white */
	color: inherit;
}

a:active
{
	/* color: white */
	color: inherit;
}

b
{
	color: white;
}

.page
{
    float: left;
    width: 100%;
}

.header
{
	width: 100%;
	min-height: 59px;
	background-color: #131218;
	background-image: url(./btopmid.png);
	background-repeat: repeat-x;
}

.headerleft
{
	width: 100%;
	min-height: 59px;
	background-image: url(./btopleft.png);
	background-position: left top;
	background-repeat: no-repeat;
}

.headerright
{
	width: 100%;
	min-height: 59px;
	vertical-align: middle;
	background-image: url(./btopright.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.headermid
{
	display: none;
	text-align: left;
	margin-left: 190px;
	margin-right: 190px;
	font-family: Arial,sans-serif;
	font-size: 38px;
	font-weight:bold;
	color: white;
	background-color: transparent;
}

.contentmenu
{
	/* border: dashed 2px blue; */
	display: block;
	position: relative;
	/* background-image:url(menubg.png); */
    background-color: #131218;
    background-repeat: repeat;
}

.menu
{
	/* border: dashed 2px purple; */
	display: block;
	position: relative;
	clear: both;
	padding-top: 5px;
	padding-left: 0px;
    /* background-image:url(menubg.png); */
    background-color: #131218;
    background-repeat: repeat;
    width: 100%;
}

.menusep
{
	height: 22px;
	width: 10px;
	margin-left: 5px;
	margin-right: 5px;
	vertical-align: middle;
	text-align: center;
}

.menuitem
{
	background-color: #131218;
	background-image: url(./optmid.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 22px;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
	text-align: center;
	display: block;
	width: auto;
	min-width: 95px;
	float: left;
	padding-bottom: 5px;
}

.menuitemleft
{
	float: left;
	background-image: url(./optleft.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 22px;
	width: 10px;
	display: block;
}

.menuitemmid
{
	padding-top: 0px;
	margin-top: 0px;
	float: left;
	background-image: url(./optmid.png);
	background-repeat: repeat-x;
	display: block;
	width: auto;
	min-width: 75px;
	height: 22px;
}

a.menuitemmid
{
	text-align: left;
	font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
	color: white;
}

.menuitemright
{
	float: left;
	background-image: url(./optright.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 22px;
	width: 10px;
	display: block;
	z-index: 10;
}

.menuhover
{
}

.menuhoverleft
{
}

.menuhovermid
{
}

a.menuhovermid
{
	color: black;
}

.menuhoverright
{
}

.content
{
	/* border: dashed 2px green; */
	display: block;
	position: relative;
	clear: both;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 5px;
	font-family: Arial,sans-serif;
	font-size: 15px;
	color: white;	
	text-align: left;
	background-color: #131218;
	width: 99%;
}

.contentpopup
{
	/* border: dashed 2px green; */
	display: block;
	position: static;
	padding-left: 10px;
	padding-top: 10px;
	font-family: Arial,sans-serif;
	font-size: 15px;
	color: black;	
	text-align: left;
	background-color: white;
	width: auto;
}

.footer
{
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	height: 1px;
	background-color: gray;
}

.footerleft
{
}

.footermid
{
}

.footerright
{
}

.cpanel
{
	float: left;
	width: 100%;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.cpanelblock
{
	width: 100%;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.sheader
{
	width: 99%;
	min-height: 27px;
	background-image: url(./sheadmid.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: black;
}

.sheaderleft
{
	width: 100%;
	min-height: 27px;
	background-image: url(./sheadleft.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
}

.sheaderright
{
	
	width: 100%;
	min-height: 27px;
	vertical-align: middle;
	background-position: right top;
	background-repeat: no-repeat;
	background-color: transparent;
}

.sheadertext
{
	padding-top: 5px;
	margin-left: 12px;
	margin-right: 34px;
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: transparent;
}

.headertext
{
	font-family: Arial,sans-serif;
	font-size: 18px;
	font-weight: bold;
	/* color: white; */
	color: inherit;
	border-bottom: solid 2px black;
	margin-bottom: 10px;
	display: block;
} 

.logofrontwrap
{
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.actionbutton
{
	width: 100px;
	height: 22px;
}

.newsicon
{
	float: right;
	margin: 10px 10px 10px 10px;
	border: solid 3px black;
}

.listarea
{
	display: block;
	width: 99%;
	margin-bottom: 10px;
}

.displayarea
{
	text-align: left;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}

.editarea
{
	text-align: left;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.editareacenter
{
	text-align: center;
	width: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.editareacenter2
{
	text-align: center;
	width: 600px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.headerarea
{
	text-align: left;
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}

.listtable
{
	font-family: Arial,sans-serif;
	color: white;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
}

.listheader
{
	background-color: black;
	color: white;
	font-size: 14px;
}

.listrow
{
	background-color: #222126;
	color: white;
}

.listrowalt
{
	background-color: #131218;
	color: white;
}

.listpager
{
	background-color: black;
	color: white;
	font-size: 12px;
}

.listfooter
{
	background-color: white;
	color: black;
	font-size: 17px;
}

.listbuttonrow
{
	white-space: nowrap;
}

.listbutton
{
	width: 75px;
	height: 22px;
	margin: 0px 5px 0px 0px;
}

.buttonrowalt
{
	clear: right;
	text-align: center;
	padding: 3px 15px 5px 0px;
	display: block;
}

.buttonrow
{
	border: solid 1px #222126;
	clear: right;
	text-align: right;
	padding: 3px 15px 5px 0px;
	display: block;
}

.buttonrowlabel
{
	margin-left: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-style: italic;
	
}

.inlinebutton
{
}

.editrow
{
	margin-bottom: 10px;
	clear: right;
}

.editlabel
{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	float: left;
	clear: none;
	width: 125px;
	margin-right: 5px;
	text-align: right;
}

.editlabellarge
{
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	float: left;
	clear: none;
	width: 200px;
	margin-right: 5px;
	text-align: right;
}

.editctl, .editctlsmall, .editctlnorm, .editctllarge
{
	font-size: 12px;
	background-color: white;
	clear: none;
}

.tranctl, .tranctlsmall, .tranctlnorm, .tranctllarge
{
	font-size: 12px;
	clear: none;
}

.editctlsmall, .tranctlsmall
{
	width: 75px;	
}

.editctlnorm, .tranctlnorm
{
	width: 150px;
}

.editctllarge, .tranctllarge
{
	width: 250px;
}

.leftfloat
{
	float: left;
}

.errorlabel
{
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.resumearea
{
	display: block;
	margin-bottom: 10px;
}

.resumerow
{
	display: block;
	width: 100%;
}

.resumelabel
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	clear: none;
	width: 100px;
}

.resumedispa
{
	font-size: 14px;
	display: block;
	float: left;
	clear: none;
	width: 30%;
}

.resumedispb
{
	font-size: 14px;
	display: block;
}

.resumedisp
{
	font-size: 14px;
	display: block;
	width: 100%;
}

.resumeskilltype
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	float: left;
	clear: none;
}

.resumeskills
{
	margin-left: 150px;
	font-size: 14px;
	display: block;
}

.quotearea
{
	border-style: double;
	border-width: 2px;
	border-color: gray;
	background-color: #222126;
	color: white;
	font-size: 14px;
	min-width: 35%;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}

.quotecontrol
{
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}

.quotelink
{
	font-size: 14px;
}

blockquote
{
	border-style: double;
	border-width: 2px;
	border-color: gray;
	background-color: #222126;
	color: white;
	font-size: 14px;
	min-width: 35%;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
}