body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
}

td {
	font-size: 80%;
}

table.table { border-spacing: 0px; border-collapse: collapse; }

table.table tr td {padding: 4px 8px 4px 8px; padding-bottom: 6px}

input.large {width: 500px;}
textarea.large {width: 500px; height:200px;}
input.medium {width: 400px;}
input.small {width: 250px;}

.error {color: #b00; font-weight: bold;}
.success {color: #0b0; font-weight: bold;}

label {padding-left: 5px;}

a:link, a:visited, a:active {color :#003399; text-decoration: underline}
a:hover {color :#4169E1; text-decoration: none}

a.inheader:link, a.inheader:visited, a.inheader:active {color :#eee;}
a.inheader:hover {color :#fff; text-decoration: none}

a.dashed:link, a.dashed:visited, a.dashed:active {color :#003399; border-bottom: 1px dashed #003399; text-decoration: none}
a.dashed:hover {color :#4169E1; border-bottom: 1px dashed #4169E1; text-decoration: none}

a.menu:link, a.menu:visited, a.menu:active {color :#eee; font-weight: bold;  text-decoration: none}
a.menu:hover {color :#fff}

a.gradient_menu:link, a.gradient_menu:visited, a.gradient_menu:active {color :#000; font-weight: bold;  text-decoration: none; font-size: larger}
a.gradient_menu:hover {color :#5da5dc}

a.logo:link, a.logo:visited, a.logo:active {color :#eee; font-size: 150%; font-weight: bold; text-decoration: none}
a.logo:hover {text-decoration: underline}


span.gradient_menu { font-weight: bold; font-size: larger }

td.header, tr.header td {font-weight: bold; vertical-align: top}

div.row {
    position: relative;
    clear: both;
}

div.name {
    position: relative;
    width: 150px;
    float: left;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 15px;
    margin-right: 15px;
}

div.row_content {
    position: relative;
    float: left;
    margin-bottom: 15px;
}

div.item {
    margin-bottom: 4px;
}

span.comment {
	color: #aaa;
}

div.header {
	height: 50px;
	background: #4c9dcf;
	padding: 4px 120px 4px 120px;
	background-image: url('flash_background.png');
	//background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
}

table.header {
	width: 100%;
	height: 100%;
}

table.header tr td {
	vertical-align: center;
	color: #fff;
}


table.logon tr td {
	padding: 1px 0px 1px 10px;
}

table.menu tr td {
	padding: 0px 0px 0px 20px;
}

div.gradient {
	background-image: url('gradient.png');
	background-repeat: repeat-x;
	height: 30px;
	padding: 0px 120px 0px 120px;
}

table.gradient_menu {
	width: 100%;
	height: 30px;
	padding: 0px;
	border-spacing: 0px;
}

table.gradient_menu tr td.menu_spacer {
	background-image: url('gradient_spacer.png');
	background-position: center top;
	background-repeat: no-repeat;
	width: 20px;
}

div.content {
	margin: 25px 120px 50px 120px;
}

div.bottom {
	clear: both;
	margin-left: 120px;
}

table.content_table {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
}

table.content_table tr td {
	vertical-align: top;
}

h1 {
	font-size: large;
	color: #285f7c;
}

h3 {
	font-size: 125%;
	color: #285f7c;
	margin-top: 20px;
}


tr.row1 { background-color: #e8f6ff; }
tr.row2 { background-color: #f3faff; }

td.announcement {
	background-color: #c4e7fa;
	padding: 10px 15px 20px 15px;
}

input.input_submit, a.input_submit {
	padding: 5px 10px 4px 10px;
	background: #206590;
	border: 1px solid #e0e0e0;
	font-size: x-small;
	text-decoration: none;
	color: white;
	cursor: pointer;
	cursor: hand;
}

.sortable {
	padding: 5px;
	margin: 5px 0px 5px 0px;
	background-color: #eee;
}

.sortable div {
	padding: 5px;
}

.jqifade{
      position: absolute; 
      background-color: #aaaaaa; 
}
div.jqi{ 
      width: 400px; 
      font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
      position: absolute; 
      background-color: #ffffff;
      font-size: 11px; 
      text-align: left; 
      border: solid 1px #eeeeee;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      padding: 7px;
}
div.jqi .jqicontainer{ 
      font-weight: bold; 
}
div.jqi .jqiclose{ 
      position: absolute;
      top: 4px; right: -2px; 
      width: 18px; 
      cursor: default; 
      color: #bbbbbb; 
      font-weight: bold; 
}
div.jqi .jqimessage{ 
      padding: 10px; 
      line-height: 20px; 
      color: #444444; 
}
div.jqi .jqibuttons{ 
      text-align: right; 
      padding: 5px 0 5px 0; 
      border: solid 1px #eeeeee; 
      background-color: #f4f4f4;
}
div.jqi button{ 
      padding: 3px 10px;
      margin: 0 10px; 
      background-color: #2F6073; 
      border: solid 1px #f4f4f4; 
      color: #ffffff; 
      font-weight: bold; 
      font-size: 12px; 
}
div.jqi button:hover{ 
      background-color: #728A8C;
}
div.jqi button.jqidefaultbutton{ 
      background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{ 
      background-color: #BF5E26;
}

#countdown {
	margin-bottom: 15px;
}

.selector {
	margin: 0px 0px 10px 3px;
	padding: 3px;
}

.selected {
	background-color: #A2BABC;
}