﻿/*JDS 17/12/08 - Site editor control styles used in skins*/

*
{
	margin: 0;
	padding: 0;
}
body
{
	font-size: .7em;
	line-height: 1;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	color: #999;
}
table, textarea, input
{
	font-size: 100%;
}
table, th, td, caption
{
	text-align: left;
	vertical-align: top;
}
hr
{
	display: none;
}
img
{
	border: 0;
	vertical-align: bottom;
}

/* Headings */
h1
{
	font-size: 200%;
}
h2
{
	font-size: 150%;
}
h3
{
	font-size: 120%;
}
h4
{
	font-size: 100%;
}

/* Paragraphs */
p
{
	padding: 0 0 10px 0;
}

/* Links */
a
{
	text-decoration: none;
	color: #666;
}
a:hover, a:focus, a:active
{
	text-decoration: underline;
}

/* Forms */
select
{
	margin-right: 7px;
	vertical-align: middle;
	float: left;
	padding: 0;
	font-family: "Trebuchet MS" ,Helvetica,sans-serif;
	font-size:1em;
	
}
option
{
	margin-right: 7px;
}

/* Common Classes */
.clr
{
	clear: both;
	height: 0.1px;
	font-size: 0;
	line-height: 0;
}
.hide
{
	position: absolute;
	top: -3000px;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
.delete
{
	display: none;
}
.strip
{
	padding: 0 !important;
	margin: 0 !important;
}
.stripWidth
{
	width: auto !important;
}
.noFloat
{
	float: none !important;
}


/*Labels*/

.stdText
{
	float: left;
	padding: 0 5px 0 5px;
	text-align: right;
}

.stdTextLeft
{
	float: left;
	padding: 0 5px 0 5px;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.SELabel
{
	color: #888;
	line-height: 1.1em;
	margin-right: 20px;
	text-align: right;
	float: left;
	font-weight: bold;
	font-family: "Trebuchet MS" ,Helvetica,sans-serif;
	margin-bottom: 5px;
	padding: 2px 1px;
}

.plainLabel
{
	width: 100px;	
}

.plainStdLabel
{
	width: 150px;
}

.genericLabel
{
	width: 149px;
}
.longLabel
{
	width: 215px;
}
.formLabel
{
	font-weight: bold;
}

.redText
{
	color: #B43232;
}

/*TextBoxes and DropDowns*/

.textInput
{
	padding: 2px;
	float: left;
	margin-right: 7px;
	font-family: "Trebuchet MS" ,Helvetica,sans-serif;
	vertical-align:middle;
	border:1px solid #999;
	background-color:#fff;
}
.smallSETextBox
{
	width: 65px;
}
.stdSETextBox
{
	width: 146px;
}
.medSETextBox
{
	width: 186px;
}
.calendarSETextBox
{
	width: 120px;
/*	margin-right: 3px;
    margin-left: 3px;
    float: left;*/

}
.cal_left
{
	width: 120px;
	margin-right: 3px;
    margin-left: 3px;
    float: left;
}
.fullTextArea
{
	width: 477px;
	height:50px;
}
.stdSEDropDown
{
	width: 152px;
}
.medSEDropDown
{
	width: 192px;
}

/*Buttons*/
.genericButton
{
	color: #fff;
	background-color: #B43232;
	font-size: 80%;
	font-weight: bold;
	border: none;
	margin:2px 0 2px 2px;
}
.genericButton:hover
{
	background-color: #C84646;
}
.smallButton
{
	width: 50px;
	margin:2px 0 2px 2px;
}

/*Close x button displayed on popups*/
.closeBtn
{
	border: 1px solid #fff;
	width: 20px;
	height: 20px;
	float: right;
	/*margin: 8px 8px 0 0;*/
}
.closePopup
{
	font-weight: bold;
	background-color: #C84646;
	color: white;
	border: none;
	cursor: hand;
	width: 20px;
	height: 20px;
}
.closePopup:hover
{
	background-color: #B43232;
}

.buttonContainer
{
	clear:both;
	margin: 8px 0 0 0;
	float: right;
}

/*Calendar button*/
.calendar
{
	cursor: pointer;
	display: block;
	float: left;
	padding-right:10px;
}
/*Fieldset*/
fieldset
{
	color: #000;
	padding: 10px 5px 5px 5px;
	margin-top: 5px;
}
legend
{
	color: #B43232;
	font-weight: bold;
	line-height:1.5em;
	padding:2px;
}

/*Control row to display each control label combination on seperate rows*/
.row
{
	clear: both;
	margin-top: 1px;
	padding:2px 0;
}

/*STANDARD GRIDVIEW STYLES*/
.datatable
{
	/*width: 980px;*/
	border-right: 1px solid #818078;
	border-bottom: 1px solid #9d9a8f;
	padding-bottom: 10px;
	background-color: #fff;
	margin:0;
}

.datatable th
{
	color: #fff;
	height: 16px;
	background-color: #B43232;
	padding: 5px;
	border-left: 1px solid #fff;
	line-height: 14px;
}

.datatable th a
{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}
.datatable td
{
	color:#555;
	font-weight: bold;
	padding: 5px 5px 0 5px;
	line-height: 2em;
	border-left: 1px solid #fff;
}
.datatable .alternateRow
{
	background-color: #eee;
}
.datatable .selectedRow
{
	background-color: #CCFFCC;
}
.pager
{
	float: left;
	margin: 10px 0 0 4px;
	padding: 5px 0 5px 2px;
}
.pager a
{
	margin-right: 5px;
	text-decoration: underline;
}
.standard-gv-selectedrow
{
	background-color: #fff;
}

/*Lists*/
.standardList
{
	font-weight:bold;
	margin-top:10px;
}
.standardList li{ padding:2px; margin-left:10px;}

.right
{
	float:right;
}

/*Checkboxes*/
.checkbox input{background:none; float:left;}
.checkbox_wrapper{float:left;  margin-left:80px;}
/*IE7 specific to adjust dropdown font size */
* + html .checkbox_wrapper{ margin-left:73px;}


