@import url("calendar.css");

/*** BEGIN GOOGLE WEB FONTS ***/
@import url(http://fonts.googleapis.com/css?family=Vollkorn|Open+Sans);
/*** END GOOGLE WEB FONTS ***/

body
{
	font-family: Arial;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	background-color: #ffffff;
	margin: 10px;
	height: 100%;
	background-repeat: repeat-x;
	background-position: left top;
}

img
{
	border: 0px;
}

a
{
	text-decoration: underline;
	color: #3a3963;
	outline: 0;
}
a:hover
{
	text-decoration: underline;
	color: #000000;
}
a:focus
{
	outline: none;
}

h1
{
	font-family: Trebuchet MS, Arial;
	font-size: 24px;
	line-height: 28px;
	margin-top: 0px;
	margin-bottom: 12px;
	font-weight: bold;
	color: #003300;
}

h2
{
	font-family: Trebuchet MS, Arial;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
}

blockquote
{
	margin-left: 0px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	background-color: #f2f2f2;
	padding: 15px;
}
blockquote h3
{
	margin-top: 0px;
	margin-bottom: 4px;
}
blockquote input[type='text'], blockquote input[type='password'], blockquote input[type='email'], blockquote input[type='tel'], blockquote select, blockquote textarea
{
	background-color: #ffffff !important;
}

.two-col
{
	float: left;
	width: 48%;
	padding-right: 2%;
}

.important-note
{
	padding: 12px;
	background-color: #ccffcc;
	border: 1px solid #999999;
	color: #000000;
}

.formbutton
{
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 11px;
	line-height: 12px;
	border: 1px solid #999999;
	color: #666666;
	background-color: #dddddd;
	text-decoration: none;
}
.formbutton:hover
{
	color: #000000;
	text-decoration: none;
}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

.signupFormRow
{
	min-height: 40px;
	line-height: 30px;
}

.signupFormRow textarea
{
	font-family: Arial;
	height: 150px;
	line-height: 21px;
	padding: 10px;
	width: 90%;
	border: 1px solid #999999;
	color: #666666;
}

.signupFormRow input[type=text]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 200px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=password]
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 120px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow select
{
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	width: 210px;
	border: 1px solid #999999;
	color: #666666;
}
.signupFormRow input[type=button], .signupFormRow input[type=submit]
{
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #cccccc;
	border: 1px solid #999999;
	color: #000000;
}

.signupFormLabel
{
	position: absolute;
	width: 180px;
	line-height: 30px;
	text-align: right;
}

.signupFormField
{
	margin-left: 190px;
	text-align: left;
	line-height: 30px;
}

.footnote
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
}

.footnote-left
{
	color: #999999;
	font-size: 12px;
	line-height: 13px;
	font-style: italic;
	margin-top: -6px;
}

.form-error
{
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #ffcccc;
	border: 1px solid #990000;
	color: #000000;
}

#popup-left
{
	width: 320px;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

#popup-right
{
	padding: 10px;
}

.full-select-list
{
	width: 240px;
	background-color: #cccc99;
}

.asterik
{
	color: #990000;
	font-weight: bold;
}

.data-grid
{
	border: 0px;
	width: 100%;
}
.data-grid th
{
	text-align: left;
	padding: 3px;
	background-color: #cccccc;
}
.data-grid td
{
	padding: 3px;
	border-bottom: 1px solid #cccccc;
}
.data-grid td input[type='text']
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td select
{
	border: 1px solid #cccccc;
	color: #666666;
}
.data-grid td textarea
{
	border: 1px solid #cccccc;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	padding: 5px;
}

.edit-stylesheet-note
{
	display: inline-block;
	float: right;
	width: 160px;
	margin-right: 5px;
	margin-top: 25px;
	padding: 10px;
	background-color: #ccffcc;
	border: 1px solid #cccccc;
	font-size: 11px;
	line-height: 13px;
}

#cssFileContent
{
	border: 1px solid #cccccc;
	width: 580px;
	height: 450px;
}
