/* @group Form */

body {
	margin:20px 0 0 0;
	background:#efefef;
	}

#maintable {
    width:695px; 
    border:1px solid #d9d9d9;
    background:#ffffff;
    margin: auto;
	}

#leftcolumn {
	width:275px;
	padding:0px 20px 20px 20px;
	margin: 0;
	border-right:1px solid #d9d9d9;
	line-height:20px;
	vertical-align: top;
	}

#rightcolumn {
	width:400px;
	padding:0px;
	}

#datetweet {
	margin:0 0 30px 15px; 
	padding:0px 0px 5px 0px; 
	width:92%; 
	*width:95%;
	border-bottom:1px solid #d9d9d9;
	}	
	
#datecell {
	border-right:0px solid #cccccc; 
}	

#main form {
	clear: both;
	border: 1px solid #BDBDBD;
	padding: 10px 15px;
	background: #FFF;
	}

#main form.nostyle {
	clear: both;
	border: none;
	padding: 0;
	}

#subheading h2,
form h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #666;
	font-size: 95%;
	margin-top: 10px;
	}

#subheading p,
form p {
	font-size: .9em;
	color: #666;
	padding: 0 0 6px 0;
	}

form td em {
	font-size: 1em;
	color: #666;
	}


.formwrapper td {
	vertical-align: top;
	}

.formwrapper .leftpadding {
	padding-left: 50px;
	}

.formtable {
	/* border-top: 1px solid #DFDAC9; */
	font-size: .9em;
	margin-bottom: 20px;
	}

.formtable tbody.choice td,
.formtable tbody.choice th {
	background: #eee;
	}

.formtable select {
	border: 1px solid #BBB;
	padding: .1em 0 .1em 1px;
	}

.formtable select option {
	margin-right: 3px;
	}

div.htmltextbox,
.formtable input,
.formtable textarea,
.checkbox input {
	border: 1px solid #BBB;
	padding: 2px;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	}

div.htmltextbox {
	width: auto;
	padding: 4px 6px 4px 6px;
	margin-top: -3px;
	margin-right: 6px;
	}

div.htmltextbox a,
div.htmltext a,
p.htmltext a {
/* for htmltextbox text, like login top & bottom */
	color: #003FAF !important;
	text-decoration: underline !important;
	}

.checkbox ul {
	padding-left: 20px;
	}


.formtable textarea {
	height: 6em;
	}

.layout .line fieldset {
	margin-top: 40px;
	margin-bottom: 20px;
	display: inline;
	}

.formtable td span.required,
.formtable th em {
	font-family: georgia, sans-serif;
	font-size: 1.7em;
	line-height: .25em;
	color: #CB2726;
	font-weight: boldest;
	vertical-align: -.3em;
	padding-right: 2px;
	}

.formtable .failed label {
	background: transparent url(../images/error_16.gif) no-repeat 100% 50%;
	color: #CB2726;
	padding: 6px 18px 6px 2px;
	font-weight: bold;
	}

.formtable th,
.formtable td {
	/* border-bottom: 1px solid #ddd; */
	padding: 3px 0;
	vertical-align: top;
	}

.formtable th {
	text-align: right;
	padding: 5px 10px 6px 2px;
	font-weight: normal;
	}

.formtable td select {
	font-size: 95%;
	color: #333;
	}

.formtable .input,
.formtable .required,
.formtable .failed {
	vertical-align: middle;
	}

.formtable .checkbox,
.formtable .radio {
	padding-top: .25em;
	}

.formtable .checkbox input,
.formtable .radio input{
	width: 13px;
	height: 13px;
	margin: 2.5px 4px 2px 0;
	vertical-align: middle;
	border: none;
	}

.formtable .checkbox label,
.formtable .radio label {
	padding: 0 10px 0 0;
	cursor: pointer;
	vertical-align: middle;
	}

.formtable input.file {
	width: auto;
	}

.formtable td .inlinebutton {
	font-size: 1em;
	padding: 2px 6px 1px 6px;
	color: #000;
	}

.formtable td.fieldbreak {
	border-top: 1px solid #DFDAC9;
	height: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
/* @end */

/* @group Page Actions */

.actions {
	clear: both;
	margin-left:100px;
	}

.actions a,
.actions .span-default,
.actions input {
	border-top: 1px solid #BBB;
	border-left: 1px solid #9D9D9D;
	border-right: 1px solid #9D9D9D;
	border-bottom: 1px solid #666;
	background: #C0C0C0 url(../images/tab_unselected.gif) repeat-x 0 0;
	color: #333;
	padding: 1px 6px 2px 6px;
	text-decoration:none;
	}

.actions .span-default,
.actions .default {
	border: 2px solid #666;
	color: #000;
	position: relative;
	top: -2px;
	}

.actions .nondefault {
	margin-left: 10px;
	position: relative;
	top: -2px;
	}

div.statuserror {
	border: 1px solid #CB2928;
	color: #CB2928;
	}

#error.statuserror h3 {
	background: transparent url(../images/error_24.gif) no-repeat 0 50%;
	padding: 6px 0 6px 30px;
	}

#error h3 {
	font-weight: bold;
	}

#error ul {
	list-style-type: square;
	margin: 6px 0 6px 35px;
	clear: both;
	}
/* @end */

a {

	color: #b5121b;

}

td {	font-family: arial, san-serif;
	font-size: 12px;
	line-height: 17px;
}

p {
	font-family: arial, san-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000;
	padding-bottom: 0px;
	padding-top: 0px;
	margin: 10px 0 10px 0;

}

.caption {
	font-size: 10px;
	line-height: 13px;

}

ul {
	font-family: arial, san-serif;
	font-size: 11px;
	color: #000;
	}


h2 	{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #b5121b; 
	font-size: 16px; 
	margin: 0px;
	}
	
h3 {
	margin:0 0 10px 20px;
	color: #b5121b;
	}

