﻿body, form, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

/*********************** Common Styles **********************/
body {
    background: url(../images/bg.gif) repeat 0px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:90%;
    color: #444;
}

img {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
}

.smallText {
    font-size:75%;
}

/*********************** Layout Styles **********************/
#pageWrapper {
    position:relative;
	width:680px;
	left:0;
	top: 0!important;
	margin:0 auto;
	background:url(../images/fade.png) repeat-y right 0;
}
#pageLayout {
	position:relative;
	/*width:1002px;*/
	width:672px;
	margin:0;
	padding:0;
	border-left: 1px solid #d9d8d6;
    border-right: 1px solid #d9d8d6;
    background-color: #fff;
}
#pageHeader {
	position:relative;
	width:100%;
	padding:0 0 10px 0;
	border-bottom: 3px solid #babab3;
}
#pageContent {
	position:relative;
	width:622px; 
	height:100%;
	margin: 10px 25px 0 25px;
	padding:10px 0 20px 0;
}
#pageFooter {
	position:relative;
	clear:both;
	width:100%;
	height:44px;
	background: url(../images/dotted-img1.gif) repeat-x 0 0;
    margin: 0;
    padding: 10px 0 0 0;
    text-align: center;
    font-size:11px;
}
#pageFooter a:link, a:visited {
    color: black;
	text-decoration: none;
}
#pageFooter a:active, a:hover {
	text-decoration: underline;
}
#pageFooter .corners_bot {
    position: absolute;
    bottom: 0;
    height: 6px;
    width: 100%;
    margin: 0;
    padding: 0;
}
#pageFooter .corners_bot .rb {
    position: relative;
    float: right;
    bottom: 0;
    right: -1px;
    width: 4px;
    height: 6px;
    background: url(../images/rb.gif) no-repeat bottom right;
    margin: 0;
    padding: 0;
}
#pageFooter .corners_bot .lb {
    position: relative;
    float: left;
    bottom: 0;
    left: -1px;
    width: 4px;
    height: 6px;
    background: url(../images/lb.gif) no-repeat bottom left;
    margin: 0;
    padding: 0;
}

/*********************** Form Styles **********************/
.formTable {
    margin:0 auto;
    background-color:#FFFFFF;
    font-size:80%;
}
.formTable .errorBox {
    background: #fff6cc url(../images/icons/error16x16.png) no-repeat 10px 10px; 
    border: 1px solid #FF0000; 
    padding: 0 10px 0 30px; 
    margin: 1em 0;
}
.formTable .errorBox h1 {
    color: #FF0000; 
    font-size: 1.3em; 
    font-weight: bold; 
    margin: 10px 0 .5em 0; 
}
.formTable .textbox {
    width: 250px;
    border: 1px solid #333333;
}

/*********************** CMS Styles **********************/
.cms {

}

/*********************** Button Styles **********************/
.buttonCenter {
    text-align:center;
    margin: 10px 0 10px 0;
}

/*********************** Admin Styles **********************/
