html {
	overflow-y: scroll;
}
body {
	margin: 0px;
	padding: 20px 40px 0px 40px;
	background-color: #092338;
	color: #181818;
	font: 13px Helvetica, Arial, Verdana;
	line-height: 160%;
}
div {
	text-align: left;
	float: left;
	display: inline;
	position: relative;
}
div.BigBox {
	width: 100%;
	min-width: 950px;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #0067c6;
}
a:hover {
	color: #6688ff;
	text-decoration: underline;
}
.FloatRight {
	float: right;
}
.Hidden {
	display: none;
}
.Attention {
	color: #e80000;
	text-decoration: blink;
}
.Comment {
	display: block;
	font-size: 11px;
	clear: both;
	font-style: italic;
}
h4, h3 {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

/******** RoundedBoxes with white BG, transparent corners ********/
div.RoundedBox div.Row {
	width: 100%;
}
div.RoundedBox div.WhiteBG {
	background: #ffffff;
}
div.RoundedBox div.TopBottom div {
	height: 10px;
}
div.RoundedBox div.RBC {
	width: 10px;
}
div.RoundedBox div.TopBottom div.C {
	position: absolute;
	left: 10px;
	right: 10px;
}
div.RoundedBox div.TopBottom div.WhiteBG {
	width: 100%;
}
div.RoundedBox div.RBTL {
	float: left;
	background: url(images/transparentRC_whiteBG_tl.png) no-repeat left top;
}
div.RoundedBox div.RBTR {
	float: right;
	background: url(images/transparentRC_whiteBG_tr.png) no-repeat right top;
}
div.RoundedBox div.RBBL {
	float: left;
	background: url(images/transparentRC_whiteBG_bl.png) no-repeat left top;
}
div.RoundedBox div.RBBR {
	float: right;
	background: url(images/transparentRC_whiteBG_br.png) no-repeat left top;
}
div.RoundedBox div.Content {
	margin-left: 20px;
	margin-right: 20px;
	width: 100%;
}

/******** RoundedButtons with transparent BG, white corners ********/
div.RoundedButton {
	background: url(images/bg_navbutton.png) repeat-x left top;
	height: 27px;
	color: #181818;
}
div.RoundedButton div.L, div.RoundedButton div.R {
	width: 10px;
	height: 100%;
}
div.RoundedButton div.L {
	float: left;
	background: url(images/whiteRC_buttonL.png) no-repeat left top;
}
div.RoundedButton div.R {
	float: right;
	background: url(images/whiteRC_buttonR.png) no-repeat left top;
}
div.RoundedButton div.C {
	margin-left: 4px;
}

.SiteTitle {
	color: #0067c6;
	font: bold 48px Tahoma, Kalimati, Arial, Verdana, FreeSans;
	text-transform: uppercase;
}
.SiteTitle img {
	margin-right: 10px;
}
#Logo {
	float: left;
}
#SystemLoad {
	position: absolute;
	right: 15px;
	bottom: 0px;
}

#Stage {
	min-height: 400px;
}
#Menu {
	width: 23%;
	margin-right: 2%;
	left: -10px;
}
#Menu .RoundedButton {
	width: 100%;
	margin-top: 10px;
}
#Menu #MTop {
	margin-top: 0px;
}
#Menu .RoundedButton .FloatRight {
	margin-right: 5px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 1px;
}
#Menu .RoundedButton div.C {
	margin-top: 3px;
	font: bold 18px Arial;
	font-variant: small-caps;
}
#Menu div.RoundedButton:hover, #Menu .RoundedButtonHover {
	color: #ffffff;
	cursor: pointer;
}
#Menu .SubMenu {
	width: 90%;
	margin-left: 5%;
	background-color: #c8c8c8;
}
#Menu .SubMenu a {
	display: block;
	width: 100%;
	text-indent: 20px;
	color: #282828;
	border-bottom: 1px #e8e8e8 dashed;
	background: url(images/bg_navpoint.jpg) no-repeat 4% 50%;
	font-size: 14px;
	line-height: 180%;
}
#Menu .SubMenu a:hover {
	color: #0067c6;
	background-color: #e8e8e8;
	text-decoration: none;
}
#Menu .SubMenu div.RBBL {
	float: left;
	background: url(images/whiteRC_bl.png) no-repeat left top;
}
#Menu .SubMenu div.RBBR {
	float: right;
	background: url(images/whiteRC_br.png) no-repeat left top;
}
#Menu .AdminSection {
	width: 100%;
	background-color: #e8e800;
}

#Body {
	width: 72%;
}
#Body .Title {
	height: 28px;
	max-height: 26px;
	padding-top: 5px;
	background: url(images/bg_gradientgray_short.png) repeat-x left top;
	font-size: 18px;
	text-transform: uppercase;
	text-indent: 20px;
}
.Title2 {
	background: #484848;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
	text-indent: 20px;
	font-variant: small-caps;
	font-size: 14px;
}
.Paragraph {
	float: left;
	width: 100%;
	margin: 3px 0px 15px 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f2f2f2;
}
.Paragraph p {
	padding: 0px;
	margin: 10px;
	margin-top: 0px;
	text-indent: 20px;
}
.Paragraph p.PaymentHistory, .Paragraph h4, .Paragraph h3, .Paragraph .AfterH3 {
	padding-left: 10px;
	text-indent: 0px;
	clear: both;
}
.Paragraph h4.SubHeading, .Paragraph h3.SubHeading, form h3.SubHeading {
	float: left;
	background-color: #282828;
	color: #ffffff;
	padding-left: 50px;
	padding-right: 50px;
	border: 1px #ffffff solid;
	border-left: none;
}
.Paragraph .PaymentDetails {
	border: 1px #686868 solid;
	position: absolute;
	margin-left: 10px;
	padding: 3px;
	background-color: #ffffe1;
}
div.Box {
	float: left;
	border: 1px #888888 solid;
	margin: 0px 2% 10px 2%;
}
div.Small {
	width: 28%;
}
div.Double {
	width: 60%;
}
div.Big {
	clear: both;
	width: 92%;
}
.Box h3 {
	margin: 0px;
/*	border-bottom: 1px #686868 solid;*/
	background-color: #484848;
	color: #ffffff;
	text-indent: 5px;
}
.Box div {
	clear: both;
	width: 100%;
}
.Box div h4, .Box div p {
	float: left;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
.Box div h4 {
	text-indent: 5px;
	width: 40%;
}
.Box div p {
	text-indent: 0px;
	width: 60%;
}
.Box div p.Big {
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
div.Summary {
	min-height: 200px;
}

/******** CSS Table Form ********/
div.Form {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 15px;
}
div.SmallForm {
	width: 50%;
}
div.Form div.R {
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	background: #f2f2f2;
}
div.Form div.Title {
	text-align: center;
}
div.Form div.Spacer {
	font-size: 1px;
}
div.Form div, div.Form input, div.Form select, div.Form textarea, div.Form img, div.Form p, div.Form label {
	font-size: 12px;
	float: left;
}
div.Form input, div.Form select, div.Form textarea {
	border: 1px #a8a8a8 solid;
	width: 90%;
	padding-left: 3px;
}
div.Form .Error {
	background-color: #fafa88;
}
div.Form div.Error {
	background-color: #e80000;
	color: #ffffff;
}
div.Form p {
	padding: 0px;
	margin: 0px;
	width: 23%;
	padding-right: 2%;
	text-align: right;
	padding-top: 0px;
}
div.Form p.Required {
	font-weight: bold;
	color: #dd0000;
}
div.Form p.Required:before {
	content: "* ";
}
div.Form div.R div {
	width: 45%;
}
div.SmallForm div.R div {
	width: 70%;
}
div.Form div.R div.Error {
	padding-left: 25%;
	width: 75%;
	font-size: 12px;
	font-weight: bold;
}
div.Form div.R div img {
	position: absolute;
	top: 2px;
	right: 5px;
	cursor: pointer;
}
div.Form div.R div.Help, div.Help {
	width: 27%;
	padding: 5px 2px 0px 2px;
	text-align: left;
	background: #ffffe1;
	border: 1px #666666 solid;
	color: #444444;
}
div.Form div.R div.ErrorMessagePH {
	background: none;
	border: none;
	padding: 0px;
	color: #e80000;
}
div.Form div.Help h4, div.Help h4 {
	border-bottom: 1px #666666 solid;
	text-indent: 5px;
	padding-bottom: 2px;
	margin-bottom: 3px;
}
div.Form div.Help h5, div.Help h5 {
	margin: 0px 0px 5px 5px;
	font-weight: normal;
	line-height: 150%;
}
div.Form div.Help input.button {
	width: auto;
}
div.Form div.R span.Counter {
	font-style: normal;
	font-size: inherit;
	float: left;
	clear: both;
	margin-right: 4px;
}
div.Form div.Actions {
	margin-top: 2px;
	padding: 5px 0px 5px 25%;
	width: 75%;
	background: #484848;
}
div.Form div.Actions input, input.button {
	padding: 1px;
	padding-top: 2px;
	background: url(images/bg_gradientgray_short.png) repeat-x left bottom;
	width: 80px;
	font: bold 11px Arial;
/*	font-variant: small-caps;*/
	text-transform: uppercase;
	margin-right: 3px;
}
input.ButtonAutoW {
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
}
div.Form select.Date {
	width: auto;
	margin-right: 5px;
}
div.Form div.Actions input:hover, input.button:hover {
	background: url(images/bg_navbutton.png) repeat-x left 50%;
	border-color: #ffffff;
	color: #ffffff;
}

div.Ticket {
	clear: both;
	border-top: 2px white solid;
	padding-bottom: 0px;
}
div.AdminReply {
	background-color: #ccccff;
}
div.Ticket p {
	float: left;
	min-height: 50px;
	padding: 5px 1% 5px 2%;
}
div.Ticket p.Comment {
	width: 17%;
	font-style: normal;
	margin: 0px;
}
div.Ticket p.Content {
	width: 75%;
	border-left: 2px white solid;
	text-indent: 0px;
	margin: 0px;
}
div.TicketRow {
	clear: both;
	width: auto;
}
div.TicketRow {
	margin-top: 5px;
	margin-bottom: 5px;
}
div.TicketRow input.button {
	margin-right: 10px;
	margin-left: 20px;
}

#Footer {
	font-size: 12px;
}
#Footer, #Footer a, #Footer a:hover {
	color: #888888;
}
#Footer a.SiteText {
	margin-left: 10px;
}
#Footer a.SiteText:before {
	content: ":: ";
}
#Footer #Credits, #Credits a, #Credits a:hover {

}

/*
#Stage {
	z-index: 10;
	width: 90%;
	margin-left: 5%;
	min-width: 900px;
	background-color: #ffffff;
	border: 1px black solid;
	border-top: none;
	border-bottom: none;
	min-height: 500px;
}
#Left, #Menu, #Content {

}
#Left, #Menu {
	width: 22%;
	overflow: visible;
}

#Content {
	width: 78%;
}
*/

table.RowListing {
	border-top: 1px black solid;
}
table.RowListing tr.Underline th {
	border-bottom: 1px black solid;
}

