html, body{ padding:0; margin:0; }

body
{
background-color: #f9f9fb;
font-family: Times New Roman;
font-size:12px; 
color: #000;
margin-top: 8px;
}

img {border:0px none;}

a {color:#000000; text-decoration: none}

p { margin: 0 0 0 0; font-size: 12px}

input {  
    border: 1px solid #a5a3c1;  
    padding: 1px;  
    font-size: 12px;  
    background-color: #F8F8F8;
	margin: 1px;
}

textarea { border: 1px solid #9fc478; font-size: 13px }

.fbold { font-weight: bold; }
.fcentered { text-align: center; }
.clearboth { clear: both; }
.floatleft { float: left; }
.floatright { float: right; }

.ActionLink { font-weight: bold; color: #1f3877; float: right; padding: 4px; display: block; margin-right: 5px }

.SiteWrapper { width: 665px; margin: 0 auto; border: 1px solid #b6b6ba; background-color: #f9f9fc;}
.HeaderBox { width: 667px; height: 26px; background-color: #212020; -moz-border-radius-topleft: 11px;-moz-border-radius-topright: 11px; -webkit-border-top-left-radius: 11px; -webkit-border-top-right-radius: 11px; margin: 0 auto; }
.logo { padding: 5px 0 0 5px; display: block; color: #f8f8fc; font-weight: bold; font-size: 14px}
.SiteContent { width: 655px; padding: 10px 5px 0 5px; float: left; background-color: #f9f9fc; min-height: 610px; }
.SiteContent p { margin: 0 0 15px 0; font-size: 12px }
.FooterBox { width: 660px; height: 16px; background-color: #f1f1f4; color: #black; padding: 2px 0 0 5px; font-size: 11px;-moz-border-radius-bottomleft: 10px;-moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; margin: 0 auto; border: 1px solid #b6b6ba; border-top: 0; }



.DefaultPaginator { margin: 8px 0 0 7px; text-align: center; font-size: 13px}
.DefaultPaginator a { text-decoration:none; cursor: pointer; }

.DefaultBox{display: inline-block; margin-left: 2px; margin-right: 2px; background-color: #d0d0d0; border: 1px solid #616161; width: 20px; height: 17px; color: #000;}
.DefaultBox:hover {display: inline-block; margin-left: 2px; margin-right: 2px; background-color: #6B6B6B;; border: 1px solid #484848; width: 20px; height: 17px; color: #fff; }
.DefaultBoxSelected {display: inline-block; margin-left: 2px; margin-right: 2px; font-weight: bold; font-size: 13px; background-color: #7c7c7c; border: 1px solid #484848; width: 20px; height: 17px; color: #fff; }

.DefaultNavigationBox {display: inline-block; margin-left: 5px; margin-right: 5px; background-color: #d0d0d0; border: 1px solid #616161; width: 20px; height: 17px; color: #000;}
.DefaultNavigationBox:hover {display: inline-block; margin-left: 5px; margin-right: 5px; background-color: #6B6B6B; border: 1px solid #484848; width: 20px; height: 17px; color: #fff;}
.DefaultNavigationBoxSelected {display: inline-block; margin-left: 5px; margin-right: 5px; background-color: #7c7c7c; border: 1px solid grey; color: white; width: 20px; height: 17px; color: white; }



.DefaultPageTitle { font-size: 14px; color: #313d5b; font-weight: bold; margin-bottom: 12px }
.DefaultPageTitle a { font-size: 14px; color: #313d5b; font-weight: bold }

.DefaultTable { border: 1px solid #cecece; width: 658px; margin: 0 auto }
.DefaultTable td { padding: 3px; }
.TableHeader { background-color: #27272a; color: #f8f8fc; font-weight: bold; text-align: center}
.TableRowA { background-color: #f6f6f9; text-align: left; }
.TableRowB { background-color: #ebebeb; text-align: left; }

.DefaultCaption { float: left; width: 80px; font-weight: bold; text-align: left }
.DefaultCaptionMedium { float: left; width: 110px; font-weight: bold; text-align: left; margin-bottom: 3px }
.DefaultCaptionWide { float: left; width: 157px; font-weight: bold; text-align: left; margin-bottom: 3px }
.DefaultTextBox { float: left; width: 400px; }
.DefaultTextBoxSmall { float: left; width: 150px; }
.DefaultTextBoxWide { float: left; width: 530px; }
.DefaultTextArea{ float: left; width: 400px; height: 290px; }
.DefaultTextAreaWide { float: left; width: 535px; height: 400px; }
.DefaultSubmit { float: left; font-weight: bold; margin-right: 5px; height: 19px; font-size: 11px; padding: 1px 5px; }
.DefaultSelect { float: left; }

.DefaultMessageValidation { float: left; color: red; font-weight: bold; margin-bottom: 2px; }
.DefaultMessageSuccess { float: left; color: green; font-weight: bold; font-size: 12px; margin-bottom: 4px; text-align: center; }
.DefaultMessageError { float: left; color: red; font-weight: bold; font-size: 12px; margin-bottom: 4px; text-align: center; }
.DefaultMessageCommonError { color: red; font-weight: bold; font-size: 14px; margin-bottom: 4px; text-align: center; }

#MenuStrip { margin: 0 auto; text-align: center; border-bottom: 1px solid #585858; }
.MenuItem { float: left; margin-right: 10px; color: #000; font-weight: bold; font-size: 15px;  }
.MenuItem a { color: #3B348E }

.ActionButton {
	float: left;
	display: block;
	margin-right: 5px;
	height: 15px;
	width: 65px;
	font-size: 11px;
	padding-top: 4px;
	border: 1px solid #a5a3c1;
	padding: 1px;  
    font-size: 12px;  
    background-color: #F8F8F8;
	font-weight: bold;
	text-align: center;
}