/*****************************************************************************
 * Global
 */

body {
    margin: 0px;
}

body, table {
    color: #333;
    font-size: 12px;
    font-family: verdana, sans-serif;
}

input, select, textarea {
    color: #333;
    font-size: 11px;
    font-family: verdana, sans-serif;
    vertical-align: middle;
}

p {
    margin: 0px;
    margin-bottom: 10px;
}

form {
    display: inline;
    margin: 0px;
    padding: 0px;
}

img {
    border: 0px;
}

img.icon {
    vertical-align: top;
}

a {
    color: #009;
}

a:hover {
    color: #00C;
}

.odd {
    background-color: #DDD;
}

.even {
    background-color: #EEE;
}

div.menu li {
    color: #666;
}

h1 {
    color: #666;
    font-size: 14px;
    font-family: sans-serif;
    margin-top: 0em;
    margin-bottom: 0.2em;
    text-align: center;
}

h2 {
    color: #666;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
}

h3 {
    color: #777;
    font-size: 12px;
    font-family: sans-serif;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

/*****************************************************************************
 * Banner
 */

div.banner {
    margin-top: 10px;
}

div.banner table {
    width: 850px;
    padding: 0px;
    background-color: #333366;
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}

td.banner {
    width: 300px;
    height: 100px;
    background-image: url('../images/stg-portal.png');
    background-repeat: no-repeat;
}

/*****************************************************************************
 * Header
 */

div.header {
    margin-top: 10px;
}

div.header table {
    width: 850px;
    padding: 0px;
}

td.logo {
    width: 230px;
    height: 250px;
    background-image: url('../images/stg-logo-tall.png');
    background-repeat: no-repeat;
}

/*****************************************************************************
 * Header divider
 */

div.menubar {
    margin-top: 0px;
    margin-bottom: 10px;
}

div.menubar table {
    width: 850px;
    padding: 0px;
    font-variant: small-caps;
    font-weight: normal;
    color: #FFF;
}

div.menubar a {
    color: #FFF;
    text-decoration: none;
}

div.menubar a:hover {
    color: #CCC;
}

td.menubarLeft {
    width: 10px;
    height: 30px;
    background-image: url('../images/menu-bar-center.gif');
    background-repeat: no-repeat;
}

td.menubarCenter {
    background-image: url('../images/menu-bar-center.gif');
    background-repeat: repeat-x;
}

td.menubarRight {
    width: 10px;
    background-image: url('../images/menu-bar-center.gif');
    background-repeat: no-repeat;
}

/*****************************************************************************
 * Footer
 */

div.footer {
}

div.footer table {
    font-size: 10px;
    width: 850px;
    padding: 0px;
    text-align: center;
    border-top: 1px solid #999;
}

div.footer td {
    padding: 2px;
    color: #666;
}

/*****************************************************************************
 * Content
 */
table.content {
    width: 850px;
    padding: 0px;
}

table.content tr {
    vertical-align: top;
}

table.content td {
}

div.content img {
    margin-right: 1em;
    margin-bottom: 1em;
}

/*****************************************************************************
 * Box
 */

div.box {
    border: 1px solid #999;
    padding: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}

div.box ul {
    padding-left: 15px;
    margin: 0px;
    margin-left: 10px;
}

/*****************************************************************************
 * Rounded
 */

div.rounded1, div.rounded2 {
	width: 300px;
    background-repeat: no-repeat;
    background-position: left bottom;
}

div.rounded1 {
    background-color: #615d85;
    background-image: url("../images/round-bottom-purple.png");
}

div.rounded2 {
    background-color: #3f4db0;
    background-image: url("../images/round-bottom-blue.png");
}

div.rounded1 h1, div.rounded2 h1 {
    background-repeat: no-repeat;
    background-position: left top;
    color: #EEE;
    font-size: 14px;
    font-family: verdana, sans-serif;
    margin: 0;
    padding: 10px;
    text-align: center;
    font-variant: small-caps;
}

div.rounded1 h1 {
	background-image: url("../images/round-top-purple.png");
}

div.rounded2 h1 {
	background-image: url("../images/round-top-blue.png");
}

div.rounded1 p, div.rounded2 p {
	color: #EEE;
	margin: 0;
	padding: 15px;
	padding-top: 0px;
}

div.rounded1 a, div.rounded2 a {
	display: block;
	color: #EEE;
	font-size: 13px;
	font-family: verdana, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
}

div.rounded1 a:hover, div.rounded2 a:hover {
	color: #AAA;
}

/*****************************************************************************
 * Form
 */

.error {
    color: #F00;
}

table.form, table.formSmall, table.innerForm {
    font-size: 11px;
    background-color: #EEF;
    padding: 5px;
}

table.form, table.formSmall {
    border: 1px solid #CCF;
}

table.form, table.innerForm {
	width: 100%;
}

table.form tr, table.formSmall tr, table.innerForm tr {
    vertical-align: top;
}

table.form td, table.formSmall td, table.innerForm td {
    padding: 3px;
}

table.form th, table.formSmall th, table.innerForm th {
    padding: 3px;
    text-align: right;
    font-weight: bold;
}

/*****************************************************************************
 * Data
 */

tr.active {
    color: #000;
    background-color: #DDF;
}

tr.inactive {
    color: #666;
    background-color: #DDF;
}

tr.inactive a {
    color: #666;
}

table.data {
    font-size: 11px;
    /*width: 570px;*/
    width: 100%;
}

table.data tr {
    vertical-align: middle;
}

table.data td {
    padding: 4px;
}

table.data thead th {
    padding: 4px;
    color: #FFF;
    background-color: #669;
    font-weight: normal;
    text-align: left;
}

table.data thead th a {
    color: white;
}

table.childData {
    font-size: 11px;
    padding: 5px;
}

table.childData tr {
    vertical-align: middle;
}

table.childData td {
    padding: 3px;
}

table.childData th {
    font-weight: normal;
    padding: 3px;
    text-align: right;
    vertical-align: top;
}

div.small {
	font-size: 10px;
	padding-bottom: 5px;
}

div.action {
    font-size: 11px;
    color: #333;
    text-align: right;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.formaction {
    font-size: 11px;
    color: #333;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.plain, div.warning, div.error, div.info {
    font-size: 11px;
    font-style: italic;
    color: #333;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    margin-bottom: 10px;
}

div.warning h4, div.error h4, div.info h4 {
    font-size: 12px;
    color: #666;
    background-repeat: no-repeat;
    text-indent: 20px;
    font-family: sans-serif;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

div.plain {
    font-style: normal;
    background-color: #EEF;
    border-color: #DDE;
}

div.warning {
    background-color: #FFB;
    border-color: #EE9;
}

div.warning h4 {
    background-image: url("../images/icons/error.png");
}

div.error {
    background-color: #FDD;
    border-color: #ECC;
}

div.error h4 {
    background-image: url("../images/icons/exclamation.png");
}

div.info {
    background-color: #DDF;
    border-color: #CCE;
}

div.info h4 {
    background-image: url("../images/icons/information.png");
}

div.help {
    font-size: 11px;
    color: #333;
    margin-bottom: 10px;
}

div.help h4 {
    font-size: 12px;
    color: #666;
    background-repeat: no-repeat;
    text-indent: 20px;
    font-family: sans-serif;
    margin-top: 0em;
    margin-bottom: 0.5em;
    background-image: url("../images/icons/help.png");
}

div.helpmessage {
    background-color: #DDF;
    border-color: #CCE;
    border-width: 1px;
    border-style: solid;
    padding: 5px;
}

