/* main stuff */
* {
    margin : 0pt;
    padding : 0pt;
}

body {
    background : #FFFFFF url(/img/background.png) repeat-y scroll center;
    font-family : Arial, Helvetica, sans-serif;
    font-size : 13px;
	text-align: center; /* ie */
}

/* ie fix png transparancy */
.tabs img { 
	behavior: url("/css/iepngfix.htc"); 
}

.wrapper_ie {
    width : 900px;
    margin : 0px auto;
    position: relative;
}

.main {
	text-align: left; /* ie */
    padding: 0px 25px;
}

a.animated, span.animated {
	color: #0000CC;
	text-decoration: none;
	cursor: pointer;
}

a.animated:hover, span.animated:hover {
	text-decoration: underline;
}

a img {
    border : 0pt none;
}

a {
    color : #0000CC;
}

fieldset {
	border: none;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

#loading {
    position: relative;
    top: -4px;
    left: 7px;
}

.required {
    color: #EF8100;
    margin-right: 2px;
	font-weight: bold;
}

.bar {
    clear: both;
	height: 20px;
    background-color: #EBEBEB;
    border-top: 1px solid #C0C0C0;
    border-bottom: 1px solid #C0C0C0;
}

.box .delim {
    border-top: 1px solid #C0C0C0;
    width: 65%;
	height: 0px; /* ie */
	line-height: 0px; /* ie */
	margin: 7px 0px; 
	padding: 0px;
}

/* ie hovering over img */
a.nohover:hover {
	background: none;
	border: none;
}
/* main stuff */

/* default summary */
.summary {
    font-size: 12px;
	float: left;
    margin: 10px 0px 10px 5px;
    width: 225px;
    border-right: 1px solid #C0C0C0;
}

.summary p {
    margin-bottom: 5px;
}

.summary h3 {
    margin-bottom: 10px;
}

.summary div {
    width: 210px;
    margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #C0C0C0;
	overflow: hidden;
}

.summary div.last {
    border-bottom: none;
}

.summary p.edit {
    text-align: right;
	margin-bottom: 0px;
}

.summary h3 img {
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.summary .mini_box {
	background-color: #FFCE6F;
	border: 1px solid #FFA800;
	padding: 5px 0px;
	width: 200px;
}

.summary .mini_box h3, .summary .mini_box p {
	margin-left: 10px;
	margin-right: 10px;
}

.summary .mini_box .join_icon {
	background: url(/img/arrow_right_orange.png) no-repeat;
	padding: 1px 0px 0px 22px;
}
/* default summary */

/* default chiefmall box */
.box {
    background-color: #EBEBEB;
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    padding: 7px 13px;
	margin: 20px 0px;
}

.box input, .box textarea, .box select, .box input.file {
	color: #3F3B3B;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 2px;
	padding: 4px 10px;
/*	width: 65%;*/
	width: 61%;
}

/* ie *//*
* html input {
	height: 28px;
}*/

.box textarea {
	height: 200px;
	/*width: 80%;*/
	width: 62%;
	padding-right: 0px;
	overflow: auto; /* ie remove scrollbar */
}

.box input.submit {
	background-color: #C7DF8B;
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	height: 30px;
	padding: 2px;
	width: 90px;
}

.box select {
    padding: 4px 1px 4px 6px;
	width: 65%;
}

.box option {
    padding: 1px 0px 0px 10px;
}

.box legend {
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.box input.checkbox {
    width: 15px;
	height: 15px;
	margin-right: 5px;
}

ul.box li {
	list-style: none;
    margin : 5px 0px;
}

input.small {
    width: 20%;
}

.box label {
    position : relative;
    font-size : 105%;
    left : 2px;
    /*bottom: 1px;*/
}

fieldset.box {
	font-size: 12px;
}
/* default chiefmall box */

/* default content */
.content {
    margin: 10px 5px 10px 25px;
    float: left;
    width: 589px;
	min-height: 550px;
	font-size: 13px;
}

* html .content {
	height: 450px;	
}

/* This rule is too general and will be annoying and cause problems */
.content div {
	margin: 20px 0px;
	padding: 0px 5px; 
}

.content p, .content ul {
    margin: 10px 0px;
}

.content p {
    line-height: 17px;
}

.content img {
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.content h2 img, .content h3 img {
    top: -1px;
}

.content img.mini_img {
	position: relative;
	top: 0px;
}

.content .explanation {
	background-color: #FFCE6F;
	border-bottom: 1px solid #FFA800;
	border-top: 1px solid #FFA800;
	font-size: 13px;
	margin: 20px 0px;
	padding: 7px 7px 7px 13px;
}

.content .explanation2 {
	background-color: #EBEBEB;
    border-bottom: 1px solid #C0C0C0;
    border-top: 1px solid #C0C0C0;
    font-size: 13px;
	margin: 20px 0px;
	padding: 7px 7px 7px 13px;
}

.content h2 {
	font-size: 20px;
}

.content h3 {
	font-size: 15px;
}

.content h4 {
	font-size: 13px;
	background-color: #EBEBEB;
	border-top: 1px solid #C0C0C0;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}

.content h5 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

.content .header {
	margin-top: 10px;
	position: relative;
}

.content .header h3 {
	line-height:25px;
}

/* this is used for the action on the top right 
     originally for update your listing */
.header .update_listing {
	margin: 0px; padding: 0px;
	font-weight: bold;
	position: absolute;
	right: 0px; top: -18px;
	font-size: 13px;
}
/* default content */

/* errors */
ul.errors {
    background-color: #EF6868;
    border-bottom: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    font-weight: bold;
	padding: 15px;
	margin: 15px 0px;
}

.errors p {
	background-color: #FFFFFF;
	padding: 7px;
	margin: 5px 5px 10px 5px;
}

.errors li {
	list-style: none;
    font-size: 13px;
    line-height: 23px;
	padding-left: 30px;
	background: url(/img/cross.png) no-repeat;
	margin: 5px;
}

.mini_error {
    color: red;
    font-weight: bold;
    margin-left: 3px;
}
/* errors */

/* a logo and a title */
.title .logo {
	float: left;
    position: relative;
    top: -14px;
    z-index: 1;
	
    /*position: absolute;
    left: 0px; /* ie */
}

.title {
	/*margin: 15px 0px 4px;*/
    position: relative;
    margin: 25px 0px 20px 0px;
    text-align: right;
    z-index: 2; /* ie */
}

.title h2 {
	font-size: 20px;
}

.title h3 {
	font-size: 17px;
}

.title .back {
    font-weight: bold;
    float: left;
    position: relative;
    right: 224px;
    text-decoration: none;
}

.title a.back:hover {
    text-decoration: underline;
}
/* a logo and title */

/* standard defaults - may be going .content */
.standard {
	clear: both;
	padding: 0px 25px;
	font-size: 14px;
}

.standard li {
	margin: 10px 20px;
}

.standard ol li {
	list-style: decimal inside;
}

.standard ul li {
	list-style: circle inside;
}

.standard h2, .standard h3, .standard h4, .standard h5, 
.standard p, .standard ol, .standard ul {
	margin: 15px 0px;
	line-height: 16px;
}
/* standard defaults - may be going in .content*/
