/**
 * The default template style sheet.
 */
body {
    margin: 0;
	padding: 15px 0 15px 0;
    font-family: 'Trebuchet MS',Georgia, Times, Times New Roman, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #29303b;
    line-height: 1.3em;
    background: #efefef;   
}

#container {
    position: relative;
    margin: 0 auto;
    height: 100%;
    width: 95%;
    background-color: #ffffff;
	border: 1px solid #56768c;
}

#header {
    position: relative;
    padding: 25px 20px 0 10px;
    height: 30px;
    text-align: left;
}

.legend {
	font-weight: bold;
	text-align: left;
}

input, textarea {
	margin-bottom: 7px;
	border-top: 1px solid #7f98af;
	border-left: 1px solid #7f98af; 
	border-right: 1px solid #afbfc8;
	border-bottom: 1px solid #afbfc8;
}

.section_title {
	color: #b3b3b3;
	font-size: 18px;
}

/**
 *
 * The center block
 *
 */
#center {
    margin: 0 auto;
    width: 80%;
    padding: 10px 0 0 10px;
    text-align: left;
	margin-bottom: 30px;
}


#center_content_wide {
	width: 80%;
}

#right_content {
	margin: 0 1% 0 1%;
	float: right;
	width: 20%;
	text-align: center;
}

#right_content, a, a:hover, a:visited {
	color: #7c7c7c;
	margin: 5px 0 5px 0;
	font-size: 11px;
}

#bottom {
	color: #a2a2a2;
	margin-top: 10px;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
    clear: both;
	text-align: left;
}

#bottom a {
	color: #575757;
}

#upload_message {
	padding: 5px 0 5px 0;
	width: 60%;
	height: 26px;
	font-size: 15px;
	text-align: center;
	border: 2px solid #8597a4;
	background-color: #dfedf7;
}

.error {
	list-style: none;
	width: 60%;
	padding: 0.5em;
	text-align: left;
    color: #ff0000;
    background-color: #edf1f3;
    border: 2px solid #ff0000;
}

.Vspace {
    height: 10px;
}

img {
    border: 0px;
}

.hr {
	width: 90%;
	margin: 5px 0 10px 0;
    border-top: 1px solid #d5d5d5;
}

/**
 *
 * Form style
 */

div.row {

    clear: both;
    padding-top: 5px;

}

div.row span.label {

    float: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}

div.row span.formw {   
    float: right;
    width: 300px;
    text-align: left;
}

.button {
	font-weight: bold;
	font-size: 14px;
	background-color: #f8f8f8;
}