/*
 * Default style
 *
 */

body {
	background-color: #fff;
	color: #000;
	padding: 10px;
	margin: 0px;
	font-size: 11pt;
	font-family: sans-serif;
}

.body {
	margin: 0px auto;
	padding: 0px;
	width: 760px;
}

h1.page_title {
	font-size: 20pt;
	color: #000;
	background-color: #fff;
	margin: 20pt 0pt 14pt 0pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

a {
	color: #449;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	color: #00f;
}

a img {
	border: none;
	text-decoration: none;
}

a.image {
	text-decoration: none;
}

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

.header {
	background-color: #000;
	color: #fff;
	padding: 0px;
	margin: 0px;
}

.header .logo {
	border-bottom: 1px solid #fff;
	height: 95px;
	padding: 0px;
}

.header .logo a {
	margin: 0px;
	padding: 0px;
	float: left;
}

.header .logo a img {
	display: block;
	border: none;
}

.header .logo h1 {
	font-weight: normal;
	font-size: 38px;
	color: #fff;
	padding: 20px 20px 20px 0px;
	text-align: right;
	float: right;
}
.header h1 i {
	font-style: normal;
	color: #f60;
}

.header .bigImg {
	clear: both;
	display: block;
	margin: 0px;
	border-bottom: 1px solid #fff;
}

.header .menu {
	margin: 0px;
	background-color: #f60;
	padding: 2pt 8pt;
	font-size: 9pt;
}

.header .menu .menu_left {
	float: left;
	width: 50%;
}
.header .menu .menu_right {
	text-align: right;
}
.header .menu a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

.header hr {
	display: none;
}

.floating_menu {
	float: right;
	margin: 20pt 10pt 14pt 0pt;
}

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

.footer {
	background-color: #000;
	color: #fff;
	font-size: 8pt;
	padding: 2pt 10pt;
	text-align: right;
}

.footer hr {
	display: none;
}

.footer a {
	color: inherit;
	text-decoration: none;
}


/***** Messages *************************************************************/

div.msg_info, div.msg_success, div.msg_warning, div.msg_error {
        border: 1px solid #aaaaaa;
        margin: 20pt 24%;
        padding: 10pt 20pt;
        font-weight: bold;
        clear: both;
}
div.msg_info {
        background-color: #cdceff;
}
div.msg_success {
        background-color: #adfd82;
}
div.msg_warning {
        background-color: #ffe570;
}
div.msg_error {
        background-color: #ff946c;
}


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

form hr {
        height: 1px;
        color: #000;
        border: none;
        border-top: 1px solid #999;
        width: 100%;
}

form .error {
        font-weight: bold;
        color: #9c0008;
        font-size: 9pt;
}

form td {
        padding: 1pt 8pt 1pt 4pt;
        vertical-align: top;
}

form th {
        white-space: nowrap;
        text-align: left;
        vertical-align: top;
        padding: 1pt 4pt 1pt 1pt;
}

form td.note {
        font-size: 80%;
        font-style: italic;
}

form th.label {
        padding-top: 10pt;
}

form td textarea,
form td input.date,
form td input.textentry {
        border: 1px solid #999;
        background-color: #fff;
	color: #000;
}
form td textarea,
form td input.textentry {
        width: 100%;
        display: block;
}

form td textarea:focus,
form td input.date:focus,
form td input.textentry:focus {
        border: 1px solid #000;
        background-color: #ffc;
	color: #000;
}

form input.submit {
}


div.note {
        margin: 20pt 0pt 20pt 7em;
}
div.note h3 {
        float: left;
        clear: both;
        margin: 0pt 3pt 0pt -7em;
        font-size: inherit;
}

.small_form {
        margin: 30pt 25%;
}
.small_form hr {
        display: none;
}


/***** Main *****************************************************************/

.main {
	padding: 0px;
}

.ok {
	color: #4a4;
}

.error {
	color: #d00;
	font-weight: bold;
}

.infotable, .listing, form table {
        margin: 14pt 0pt;
        border-collapse: collapse;
}
.infotable td, .listing td,
.infotable th, .listing th {
        padding: 1pt 3pt;
}
.infotable th, .listing th {
        text-align: left;
}
.infotable th, .listing th {
        white-space: nowrap;
}

.listing {
        width: 100%;
        border-collapse: collapse;
        background-color: #fff;
        border: 1px solid #777;
}
.listing td {
        border-left: 1px solid #777;
        border-right: 1px solid #777;
}
.listing th {
        border: 1px solid #777;
        background-color: #911;
        color: #fff;
}
.listing tr:hover td {
        background-color: #ddf;
}

.header_links {
	margin: -10pt 0px 10pt 0px;
	font-size: 80%;
}

