/* DEFAULTS */
* {
	margin: 0px;
	padding: 0px;
}
.clear-both {
	clear: both;
}
:link img {
	border: none;
}
:visited img {
	border: none;
}
.image_right {
	float: right;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
}
.image_left {
	float: left;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
}

#content li {
	list-style-position: outside;
}
#content ul, ol {
	padding-bottom: 10px;
	padding-left: 30px;
}


/* TEXT */
body {
	color: #002e46;
	font-size: 0.9em;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	background-color: #D9D9D9;
	background-repeat: repeat-x;
	line-height: 1.4em;
	background-image: url(../images/background.jpg);
	background-attachment: scroll;
}
h1, h2, h3, h4, h5, h6 {
	color: #002e46;
}
h1 {
	font-size: 1.2em;
}	
h2 {
	font-size: 1.1em;
}
h3 {
	font-size: 1em;
}

.updated_at {
	font-size: 0.9em;
	color: #339900;
}

/* LINKS */
a:link {
	text-decoration: underline;
	color: #004378;
}
a:visited {
	text-decoration: none;
	color: #004378;
}
a:hover {
	text-decoration: none;
	color: #004378;
}
a:active {
	text-decoration: none;
	color: #004378;
}


/*** Layout ***/
#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	margin-top: 10px;
	border: 1px solid #91a7b4;
}
#intro {
	padding: 10px;
	width: 935px;
}

#footer {
	width: 954px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: center;
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#admin_menu {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: right;
}

#logo {
	width: 160px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}


/*** Global Forms ***/

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
label {
	font-size: 0.9em;
}
.checkbox {
	width: 16px;
	height: 16px;
	margin: 16px;
	margin: 0px;
	padding: 0px;
	float: left;
}


/* Search */
#search_wrapper {
	width: 400px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#search_col2 input {
	width: 248px;
}
#search_col1 {
	float: left;
	height: 16px;
	width: 16px;
	position: relative;
	padding: 3px;
}
#search_col2 {
	float: left;
	height: 16px;
	width: 256px;
	position: relative;
}
#search_col3 {
	float: left;
	width: 100px;
	position: relative;
}
#search_col3 #Search {
	float: left;
	width: 80px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-left: 3px;
}
#top_wrapper {
	width: 935px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#top_col1 {
	float: left;
	width: 200px;
	position: relative;
}
#top_col2 {
	float: left;
	width: 535px;
	position: relative
}
#top_col3 {
	float: left;
	width: 200px;
	position: relative;
}



#content {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 955px;
	position: relative;
	background-color: #E6E6E6;
}
#content textarea {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#layout_wrapper {
	position: relative;
	width: 935px;
	height: 25px;
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91a7b4;
}
.layout_column {
	position: relative;
	float: left;
	width: 70px;
	height: 25px;
}







/*** Global Forms ***/

#settings1, #settings2, #settings3 {
	position: relative;
	width: 955px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #91a7b4;
	font-size: 1em;
	padding-top: 10px;
}
#settings1 div, #settings2 div, #settings3 div {
	margin-bottom: 10px;	
}


#settings1 #col1 {
	width: 935px;
}
#settings1 #col1 {
	position: relative;
	margin-left: 10px;
	z-index: 0;
}



#settings2 #col1 {
	width: 462px;
}
#settings2 #col2 {
	width: 463px;
}
#settings2 #col1, #settings2 #col2 {
	float: left;
	position: relative;
	margin-left: 10px;
	z-index: 0;	
}



#settings3 #col1 {
	width: 305px;
}
#settings3 #col2 {
	width: 305px;
}
#settings3 #col3 {
	width: 305px;
}
#settings3 #col1, #settings3 #col2, #settings3 #col3 {
	float: left;
	position: relative;
	margin-left: 10px;
	z-index: 0;	
}



#settings1 input, #settings1 textarea,
#settings2 input, #settings2 textarea,
#settings3 input, #settings3 textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #CCCCCC;
	font-size: 0.9em;
}

#settings1 input, #settings1 textarea {
	width: 925px;
}
#settings2 input, #settings2 textarea {
	width: 452px;
}
#settings3 input, #settings3 textarea {
	width: 295px;
}





#settings1 label, #settings2 label, #settings3 label {
	font-size: 0.9em;
	display: block;
	width: 100%;
}
#action {
	text-align: center;
	background-color: #91a7b4;
	width: 955px;
	padding-top: 5px;
	padding-bottom: 5px;
}



#list_wrapper {
	padding: 10px;
	width: 935px;
}
#list_wrapper li {
	padding-top: 2px;
	padding-left: 2px;
	list-style-type: none;
}



.tooltip {
	position: relative;
	width: 250px;
	font-size: 0.8em;
	padding: 3px;
	background-color: #FFFFCC;
	border: solid;
	border-width: 1px;
	border-color: #CC0000;
	top: -30px;
	line-height: 1.3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	z-index: 10;
	}

