﻿/* layout overrides */
table {font-size:12px;}
#type-c #content {max-width:10000px;}

/* page style overrides */
input {
    font-size:inherit;   
    padding-left:1px;
}
select {
    font-size:inherit;   
}
address {
	margin-left:5em;
	margin-bottom:1em;
	font-style:normal;
}

/* for rad strips */
.tabstrip ul li { background: none !important; margin: 0 !important; padding: 0;}

/* new layout elements specific to the forms */
#center_outer_wrapper {
    text-align:center;
    margin:auto;
}
#center_inner_wrapper {
    text-align:left;
    width:800px;
    margin:auto;
}

/* form element classes */
.radiobuttonlist, .checkboxlist {
    margin-bottom:1em;
}
.validationSummary {
    border: 1px solid #cc3333;
    background:red;
    color:#fff;
    padding:0px;
    margin:0px;
    font-weight:bold;
    text-indent:3px;
    position:relative;
}
.validationSummary ul {
    background:#fff;
    padding:10px;  
    margin:0px;
}
.validationSummary li {
    color:#ff0000;
    font-weight:normal;
}
.multiline {
	width:650px;
	height:8em;	
}
.submit_button {
	height:30px;
	padding:0px 10px;
	font-size:1.1em;
}

/* GridView table style */
.GridView {
    border:1px solid #666;
    margin:0.5em 0 ;
    line-height: 1em;
	font-size: 1em;
}
.GridView caption {
    text-align:left;
    font-weight:bold;
    font-size:14px;
}
.GridView td, .GridView th {
    border:1px solid #ccc;
    padding:5px;
}
.GridView th {
    padding:5px 10px;
    border-bottom:2px solid #000;
    background:#eee;
}
.GridView .odd td {
    background: #f9f9f9;
}

/* formview table style */
.formtable {
    color: #333;
    margin-bottom:1em;
}
.formtable tr td  {
    padding: 5px;
    background: #f9f9f9;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
.formtable tr.odd td {
    background: #fff;
    border:0;
}

/* formview table style */
.zebratable {
    color: #333;
    margin-bottom:1em;
    border-collapse:collapse;
    font-size:1em;
}
.zebratable  tr td  {
    padding: 5px;
    background: #f9f9f9;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
.zebratable .odd td {
    background: #fff;
    border:0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}
.zebratable caption {
    text-align:left;
    font-weight:bold;
    text-transform:uppercase;
    color:#999;
    margin-bottom:0.5em;
}

/* export sections */
.export {
    padding:10px;
    border:1px solid #ccc;
    background:#eee;   
}
	
/* thumbnail images */
.thumbnail_wrapper {
	text-align:center;	
	float:left;
	margin:0 10px 18px 10px;
	border:1px solid #ccc;
	padding:11px;
	background:#efefef;
}
.thumbnail_wrapper a {
	display:block;
	margin-bottom:12px;
}
.thumbnail_wrapper img {
	border:1px solid #999;
}

/* required field valditor classes */
.reqMsg {
    display:none;   
}
.req {
    color:Red;
    padding:3px;   
    font-size:16px;
    font-family:Arial;
}

/* depricated but still used */
.label_right {
    display:block;
    padding-right:5px;   
}


/* scriptaculous validation styles */
/*
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
*/
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
/*
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}
*/

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

/* admin and reviewer links */
.lnkReviewer, .lnkAdmin {
    float:right;
    border-bottom:1px solid #ccc;
    margin:0 10px;
    display:block;
}
.lnkReviewer {
    background:url('images/file_(edit)_16x16.gif') no-repeat 0 3px !important;
    padding-left:20px;
}
.lnkAdmin {
    background:url(images/settings2_16x16.gif) no-repeat 0 3px !important;
    padding-left:20px;
}


