/**
* SOAT Style
*/

html, * {
	margin:0;
	padding:0;
}

body {
	font-family:"Optima", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#444;
	background:#333; /* Grey */
	background:#d30062; /* Pink */
	background:#a1c7da; /* Blue */
}

h1, h2, h3, h4, h5, h6, p {
	margin:1.5em 0;
}

h2 {
	font-weight:bold;
	font-size: 1.4em;
	margin-top:0;
}

li {
	margin:1em 0;
}

img {
	border:0;
}

a {
	color:#e40779;
}

p {
	line-height:1.5em;
}

ul {
	margin-left:1.58em;
	line-height:1.5em;
}

/**
* Tables
*/

table {
	width:100%;
	border:1px solid #ccc;
	margin:20px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px; 
}

td {
	padding:5px 7px;
}

th {
	padding:7px 7px;
}

th {
	background: url(../images/th-bg.jpg) repeat-x #206f90;
	color:#fff;
	font-size:0.85em;
	font-weight:normal;
}

tr.odd td {
	background:#eef7f9;
}

tr.even td {
	background:#dfecf0;
}

tr.odd:hover td {
	background:#d3e9f0;
}

tr.even:hover td {
	background:#bfdbe3;
}

tr.even-complete td, tr.odd-complete td {
	background:#eee;
}

tr.even-complete .cell-ref, tr.even-complete .cell-text a, tr.odd-complete .cell-ref, tr.odd-complete .cell-text a {
	color:#999;
	font-weight:normal;
}

.cell-checkbox {
	width:10px;
	text-align:center;
}

.cell-status {
	width:50px;
	text-align:center;
}

.cell-ref {
	width:50px;
	text-align: center;
	color:#206f90;
	font-size:0.9em;
	font-weight:bold;
}

.cell-progress {
	width:290px;
}

.cell-100 {
	width:100px;
	text-align:center;
}

.cell-text, .cell-text a {
	font-weight:bold;
	color:#333;
	font-size:1.1em;
	text-decoration:none;
}

.cell-text a:hover {
	color:#666;
}

/**
* Forms
*/

fieldset {
	border:1px solid #ccc;
	margin:10px 0;
	padding:8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

legend {
	font-size:0.8em;
	color:#e40079;
	padding:0 10px;
}

input, textarea {
	font-family:"Optima", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1.2em;
	padding:3px 5px;
	color:#444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border:3px solid #ccc;
}

input.checkbox, input.radio {
	border:none;
}

label.float-label {
	width:200px;
	display:block;
	float:left;
	font-weight:bold;
}

select {
	font-size:1.2em;
	color:#444;
}

.form-odd {
	background:#eef7f9;
	margin:0;
	padding:10px;
}

.form-even {
	background:#dfecf0;
	margin:0;
	padding:10px;
}

/**
*	Core section layout
*/

#wrapper {
	background: url(../images/spoc-background.jpg) repeat-x #a2cadb;
}

#container {
	width:980px;
	margin:auto;
}

#header {
	position:relative;
	top:10px;
	/* height:110px;*/
	height:60px;
}

#main-content {
	position:relative;
}

#footer {
	padding:20px;
	height:70px;
}

/**
* Header
*/
#header {
	background:url(../images/header-bg.gif) repeat-x;
	color:#fff;
	padding:13px 20px 0 20px;
}

#header h1 {
	margin:0;
}

#header h1 a {
	display:block;
	width:235px;
	height:27px;
	background:url(../images/v-on-logo.gif) no-repeat;
	font-size:.8em;
}

#header h1 span {
	display:none;
}

#navigation {
	position:absolute;
	font-size:1em;
	right:20px;
	top:0;
}

#navigation a {
	color:#fff;
	text-decoration:none;
}

#navigation li.active a {
	color:#b6e5f4;
}

#navigation a:hover {
	color:#ccc;
}

#navigation ul {
	list-style:none;
	margin-top:10px;
}

#navigation li {
	display:block;
	margin-left:25px;
	height:10px;
	float:left;
}

#navigation ul li ul {
	display:none;
	position:absolute;
	right:-20px;
	font-size:0.9em;
	margin:4px 0 0 0;
	width:325px;
}

#navigation ul li.active ul {
	border-top:5px solid #b6e5f4;
	display:block;
}

#navigation ul li.active ul li {
	margin-top:0;
  background:none;
	padding-top:20px;
}

#navigation ul li.active ul li a {
	color:#fff;
}

#navigation ul li.active ul li.active {
	background:url(../images/nav-arrow.png) no-repeat top;
}

#navigation ul li.active ul li.active a {
	color:#b6e5f4;
}

#navigation ul li.username {
	color:#999;
	margin-left:50px;
}

#navigation ul li.username span {
	color:#b6e5f4;
}

/**
*	Main content
*/
#main-content {
	background:#fff;
	padding:20px;
	position:relative;
}

#main-content h2 {
	font-size:1.6em;
	margin:1.5em 0;
}

#main-content h3 {
	font-size:1.3em;
	margin:20px 0 0 0;
}

/**
* Form sections
*/
.call-to-action-box {
	position:relative;
	background: #2a3f52;
	padding:20px;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.call-to-action-box h2 {
	position:absolute;
	right:20px;
	top:-10px;
	color:#fff;
}

.call-to-action-box-light {
	background: #999;
	border:1px solid #888;
	padding:20px;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.call-to-action-btn {
	background: #b6e5f4;
	margin-right:30px;
	border:none;
	padding:5px 10px;
	color:#0155b3;
	font-size:0.9em;
	font-weight:bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.call-to-action-btn:hover {
	background: #73cae6;
	color:#0d3873;
	cursor: pointer;
}

.call-to-action-light-btn {
	background: #333;
	margin-right:30px;
	border:none;
	padding:5px 10px;
	color:#fff;
	font-size:0.9em;
	font-weight:bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.call-to-action-light-btn:hover {
	background:#222;
	cursor: pointer;
}

.submit-btn {
	background: #d2eb85;
	margin-left:10px;
	border:none;
	padding:5px 10px;
	color:#265602;
	font-size:0.9em;
	font-weight:bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.submit-btn:hover {
	background: #abcb49;
	color:#243b02;
	cursor: pointer;
}

/**
* Sections
*/
.home-left {
	width:235px;
	float:left;
}

.home-right {
	width:625px;
	float:right;
	padding:30px;
	background:#eee;
}

/**
*	Footer
*/
#footer {
	font-size:.9em;
	clear:both;
	color:#fff;
}

#footer h4 {
	color:#e40779;
	margin:0;
}

#footer p {
	margin-top:0;
}

.footer-col-one {
	width:220px;
	padding-right:20px;
	float:left;
	border-right:1px solid #444;
	position:relative;
}

.footer-col-two {
	width:220px;
	padding-left:20px;
	float:left;
	position:relative;
}

.footer-col-three {
	text-align:right;
	width:240px;
	float:right;
	position:relative;
}

.footer-col-three a {
	text-decoration:none;
	color:#fff;
}

.footer-col-three a:hover {
	color:#e40779;
}

.site-tools {
	background:url(images/header-underline.gif) repeat-x top;
	padding-top:15px;
	text-align:right;
}

.site-tools a {
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.8em;
	margin-left:15px;
	margin-right:15px;
}

/**
*	Copyright
*/
#copyright {
	font-size:.8em;
	color:#fff;
	text-align:right;
	padding:0 15px 10px 20px;
}

/**
*	Common styles
*/
.clear-both {
	clear:both;
	/** height:0; **/
}

.message 
{
	width:600px;
	margin:auto;
	color:#eeeeee;
	font-size:larger;
	font-weight:bolder;
	text-align:center;
	margin-top:20px;
	background-color:#ff0000;
	padding-top:10px;
	padding-bottom:10px;
}
