﻿/* -----------------------------------------------------------
													   General
----------------------------------------------------------- */
html, body {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

body {
    background-color: #F6F6F6;
    font-family: Tahoma;
    font-size: 10pt;
    font-weight: normal;
    text-decoration: none;
    background: #F6F6F6 url(    '../images/background.gif' ) repeat-y center;
}

body.login {
    background: #F6F6F6 none;
}

a:link, a:visited, a:hover {
    text-decoration: none;
    color: #3B6EBF;
}

a:hover {
    text-decoration: underline;
}

ul, ol {
    margin: 10px 0px;
    padding: 0px;
    list-style-position: inside;
}

ul li, ol li {
    margin: 0px;
    padding: 0px;
    line-height: 1.2;
}

/* -----------------------------------------------------------
                                                Layout Control
----------------------------------------------------------- */
#body_wrap {
    width: auto; /* Just incase we want a background image on top of the background image!!! background: url('images/???.jpg') repeat-y top center;*/
}

#page_width {
    width: 760px;
    text-align: left;
    margin: 0 auto;
    background-color: #FFF;
}

#login_page_width {
    width: 400px;
    text-align: left;
    margin: 150px auto;
    background-color: #FFF;
}

#header {
    background: #85ACF7 url(../images/header.jpg) repeat-x scroll 0%;
    height: 100px;
}

#sub {
    background-color: #F6F9FB;
    border-bottom: solid 1px #E1E1E1;
    padding: 8px 16px;
}

#content_padding {
    margin: 8px 16px;
    _height: 1%; /* IE floating bug */
}

#footer {
    background-color: #F6F9FB;
    border-top: solid 1px #E1E1E1;
    padding: 8px 16px;
}

div.fl {
    float: left;
}

div.fr {
    float: right;
}

div.clearing {
    clear: both;
}

div.lal {
    text-align: left;
}

div.cal {
    text-align: center;
}

div.ral {
    text-align: right;
}

/* -----------------------------------------------------------
										  Headers ( h* style )
----------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 24pt;
    color: #FFF;
    padding: 15px;
    letter-spacing: -3px;
}

h2 {
    font-size: 12pt;
    width: 100%;
}

h3 {
    font-weight: bold;
    margin-bottom: 4px;
    padding-bottom: 4px;
    width: 100%;
    border-bottom: solid 1px #E1E1E1;
}

h4 {
    font-size: 10pt;
    width: 100%;
}

/* -----------------------------------------------------------
                                                          ASPX 
----------------------------------------------------------- */
/* Some generic table styles */
table {
    margin: 0px;
    padding: 0px;
}

table td {
    text-align: left;
    vertical-align: top;
    height: 21px;
    padding: 0px;
    margin: 0px;
}

.category_info {
    margin: 10px 0px;
}

.categories_grid {
    color: #000;
    border-width: 0;
}

.categories_grid td {
    padding-top: 10px;
    background-color: #FFF;
    text-align: left;
    vertical-align: top;
}

.downloads_grid {
    color: #000;
    border-width: 0px;
}

.downloads_grid th {
    padding: 4px 0px;
    background-color: #F6F9FB;
    text-align: left;
    border-top: solid 1px #E1E1E1;
    border-bottom: solid 1px #E1E1E1;
}

.downloads_grid td {
    border-width: 0px;
    padding: 10px 0px;
    border-bottom: solid 1px #85ACF7;
    background-color: #FFF;
    color: #000;
    text-align: left;
    vertical-align: top;
    line-height: 1.2;
}

a.downloads_grid:link {
    /*font-weight: bold;*/
}

.standard_grid {
    color: #000;
    border: solid 1px #E1E1E1;
}

.standard_grid th {
    border: solid 1px #E1E1E1;
    padding: 2px;
    background-color: #F6F9FB;
    text-align: left;
}

.standard_grid td {
    border: solid 1px #E1E1E1;
    padding: 2px;
    background-color: #FFF;
    text-align: left;
    vertical-align: top;
}

.standard_grid .unselected td {
    background-color: #FFF;
    color: #000;   
    cursor: default;
}

.standard_grid .selected td {
    background-color: #85ACF7;
    color: #FFF;
    cursor: default;
}

.addresses_container_content {
    padding: 0px;
    border: solid 1px #85ACF7;
    height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

.rounded_container_corners {
    display: block;
    height: 5px;
    overflow: hidden;
    padding: 0px;
}

.rounded_container_corners * {
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    overflow: hidden;
    padding: 0px;
}

.rounded_container_corners .level_1 {
    margin: 0px 5px;
    background-color: #85ACF7;
}

.rounded_container_corners .level_2 {
    margin: 0px 3px;
    border-left: solid 2px #85ACF7;
    border-right: solid 2px #85ACF7;
}

.rounded_container_corners .level_3 {
    margin: 0px 2px;
    border-left: solid 1px #85ACF7;
    border-right: solid 1px #85ACF7;
}

.rounded_container_corners .level_4 {
    margin: 0px 1px;
    border-left: solid 1px #85ACF7;
    border-right: solid 1px #85ACF7;
    height: 2px;
}

.rounded_container_content {
    padding: 0px 10px;
    border-left: solid 1px #85ACF7;
    border-right: solid 1px #85ACF7;
    min-height: 300px;
    height: expression(this.height < 300 ? 300: true);
}

.rounded_container_content span {
    line-height: 3;
}

.select {
    float: left;
    width: 360px;
    text-align: center;
    margin: 5px 0px;
}

.select a:link, .select a:visited, .select a:hover {
    color: #000;
    width: 300px;
    text-align: center;
    padding: 8px;
    display: block;
    margin: 0 auto;
    border: solid 1px #FFF;
    border: solid 1px #CCC;
}

.select a:hover {
    color: #CCC;
    text-decoration: none;
}

.LabelError {
    color: #FF0000;
}

.LabelSuccess {
    color: #0000FF;
}

.Label {
    color: #000;
}

.category_image {
    max-width: 200px;
    width: expression(this.width > 200 ? 200: true);
    float: right;
}

.Button {
    text-align: center;
    width: 100px;
    height: 21px;
}

.DropDownList {
    background-color: #FFF;
    border: solid 1px #85ACF7;
    height: 21px;
}

.TextBox {
    background-color: #FFF;
    border: solid 1px #85ACF7;
    height: 17px;
}

.CheckBox {
    background-color: #FFF;
}

.ListBox {
    background-color: #FFF;
    border: solid 1px #85ACF7;
}

div.file_inputs {
	position: relative;
	width: 77px;
	height: 21px;
	overflow: hidden;
}

.fake_file {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
	width: 100%;
	height: 21px;
}

.real_file {
	position: absolute;
	top: 0px;
	right: 0px;
	-moz-opacity: 0;
	filter: alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}