* {
	color: #000;
    font: small/1.5em Arial, Verdana, Helvetica, sans-serif;
}
body {
    background: #fff;
    margin: 63px 10px 10px 10px;
    padding: 0;

}
B {
	font-weight: bold;
}
I {
	font-style: italic;
}
#Realm {
    float: left;
    clear: both;
    width: 100%;
    line-height: normal;
}
#Realm UL {
    margin: 0;
    padding: 0;
    list-style: none;
}
#Realm LI {
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    white-space:  nowrap;
    width: 12%;
    text-align: center;
}
/* IE cannot see this */
#Realm UL > LI {
    width: 15%;
}
#Realm A {
    float: left;
    display: block;
    width: 100%;
    padding: 3px 11px 2px 8px;
    text-decoration: none;
    font-weight: bold;
    color: white;
}
#Realm > UL A {
    float: none;
    width: auto;
}
#Realm A:hover {
    text-decoration: underline;
}

TABLE {
    border-collapse: collapse;
}
A:link,
    A:visited {
    text-decoration: none;
    color: blue;
}
A:hover,
    TD A:hover,
    DIV A:hover,
    SPAN A:hover {
    text-decoration: underline;
}
IMG {
    border: 0;
}
FORM {
    padding: 0;
    margin: 0;
}

/***** admin styles *****/
.anonymous .GXPage {
	display: none;
}
.EditLink {
	background-color: #f9ecaf;
}

/*
 * Black: #251214
 * Dark: #54140e
 * Mid: #972217
 * Light:
 * Extra light:
 */

#Home,
#Legal,
#Privacy {
    background: #251214 url("../Images/head-home.jpg") no-repeat top left;
}
#Home #Realm,
#Legal #Realm,
#Privacy #Realm {
    background-color: #54140e;
}
#Home #Content,
#Legal #Content,
#Privacy #Content {
    border-top: 10px #972217 solid;
}
#Home #Realm #nav-Home {
    background: #972217 url("../Images/tab-home-l.gif") no-repeat left top;
}
#Home #Realm #nav-Home A {
    background: url("../Images/tab-home-r.gif") no-repeat right top;
}

#Home .Section .Title,
#Legal .Section .Title,
#Privacy .Section .Title {
    color: white;
    background-color: #972217;
    border-color: #c2962c;
}

/*
 * Black: #FFE170
 * Dark: #E2B136
 * Mid: #342c0a
 * Light: #C89C31
 * Extra light:
 */

#Applications {
    background: #ffe170 url("../Images/head-applications.jpg") no-repeat top left;
}
#Applications #Content {
    border-top: 10px #c89c31 solid;
}
#Applications #Realm {
    background-color: #e2b136;
}
#Applications #Realm #nav-Applications {
    background: #c89c31 url("../Images/tab-applications-l.gif") no-repeat left top;
}
#Applications #Realm #nav-Applications A {
    background: url("../Images/tab-applications-r.gif") no-repeat right top;
}

#Applications .Section .Title {
    color: white;
    background-color: #C89C31;
    border-color: #342c0a;
}

/*
 * Black: #EFCB7B
 * Dark: #A38649
 * Mid: #CDA556
 * Light: #
 * Extra light:
 */

#Company {
    background: #efcb7b url("../Images/head-company.jpg") no-repeat top left;
}
#Company #Content {
    border-top: 10px #a38649 solid;
}
#Company #Realm {
    background-color: #cda556;
}
#Company #Realm #nav-Company {
    background: #a38649 url("../Images/tab-company-l.gif") no-repeat left top;
}
#Company #Realm #nav-Company A {
    background: url("../Images/tab-company-r.gif") no-repeat right top;
}

#Company .Section .Title {
    color: white;
    background-color: #CDA556;
    border-color: #A38649;
}

/*
 * Black: #84A785
 * Dark: #5F7A61
 * Mid: #719072
 * Light: #
 * Extra light:
 */

#Locations {
    background: #84A785 url("../Images/head-locations.jpg") no-repeat top left;
}
#Locations #Content {
    border-top: 10px #61795f solid;
}
#Locations #Realm {
    background-color: #719072;
}
#Locations #Realm #nav-Locations {
    background: #61795f url("../Images/tab-locations-l.gif") no-repeat left top;
}
#Locations #Realm #nav-Locations A {
    background: url("../Images/tab-locations-r.gif") no-repeat right top;
}

#Locations .Section .Title {
    color: white;
    background-color: #719072;
    border-color: #5F7A61;
}

/*
 * Black: #91B1D2
 * Dark: #5B7FA3
 * Mid: #709AC4
 * Light: #
 * Extra light:
 */

#Products,#Granufin {
    background: #91b1d2 url("../Images/head-products.jpg") no-repeat top left;
}
#Products #Content, #Granufin #Content {
    border-top: 10px #5b7fa3 solid;
}
#Products #Realm, #Granufin #Realm{
    background-color: #709ac4;
}
#Products #Realm #nav-Products, #Granufin #Realm #nav-Products {
    background: #5b7fa3 url("../Images/tab-products-l.gif") no-repeat left top;
}
#Products #Realm #nav-Products A , #Granufin #Realm #nav-Products A{
    background: url("../Images/tab-products-r.gif") no-repeat right top;
}

#Products .Section .Title,
#Granufin .Section .Title {
    color: white;
    background-color: #709AC4;
    border-color: #5B7FA3;
    padding: 0px 5px;
}
.Section .Title * {
	color: white;
}

#Granufin table{
    width: 50%;
    float: right;
    border: 1px solid gray;
    margin: 10px;
}

#Granufin th{
    background-color: gray;
    text-align: left;
    font-weight: bold;
}

#Granufin th, #Granufin td{
    padding: 2px;
}

#Granufin tr{
    border-bottom: 1px solid gray;
}

#Granufin .Section h2{
   font-weight: bold;
   font-size: 14px;
   background-color: #EFEFEF;
   padding: 5px;
   border: 1px solid #CCCCCC;
}



.imageContainer{
    float: right;
    width: 200px;
    padding: 10px;
    text-align: center;
    font-size: 10px;
    font-style: italic;
    line-height: 14px;
    margin: 0px 10px;
    border: 1px #cccccc solid;
    background-color: #efefef;
}

.imageContainer img{
    display: block;
    margin: 10px auto 10px auto;
    width: 100%;
    height: auto;
}

sup{
    font-size: 8px;
}

/*
 * Black: #91B1D2
 * Dark: #5B7FA3
 * Mid: #709AC4
 * Light: #
 * Extra light:
 */

#Tech {
    background: #91b1d2 url("../Images/head-tech.jpg") no-repeat top left;
}
#Tech #Content {
    border-top: 10px #5b7fa3 solid;
}
#Tech #Realm {
    background-color: #709ac4;
}
#Tech #Realm #nav-Tech {
    background: #5b7fa3 url("../Images/tab-tech-l.gif") no-repeat left top;
}
#Tech #Realm #nav-Tech A {
    background: url("../Images/tab-tech-r.gif") no-repeat right top;
}

#Tech .Section .Title {
    color: white;
    background-color: #709AC4;
    border-color: #5B7FA3;
}

/********* Layout styles **********/
#ProductDetail {
    display: none;
    background-color: white;
    position: absolute;
    border: 2px black solid;
    border-width: 1px 5px 5px 1px;
    width: 85%;
    height: auto;
    padding: 0;
    margin: 0;
}
#DownloadProduct {
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
}
#Page {
    /* margin: 90px 10px 10px 10px; */
    margin-top: 90px;
}
#Footer {
    height: 40px;
}
#Footer A,
    #footer A:visited,
    #footer A:hover,
    #footer A:active {
    color: blue;
}
#Footer #Left {
    margin: 0;
    padding: 0;
    background-color: white;
    margin-right: 100px;
}
#Footer > #Left {
    height: 40px;
}
#Footer #Right {
    float: right;
    margin: 0;
    padding: 0;
}
#SubFooter {
    white-space: nowrap;
    clear: both;
    border: 1px #cccccc solid;
    border-width: 1px 0 0 0;
    margin-top: 10px;
    font-size: 80%;
}
#Content > #SubFooter {
    position: relative;
    top: 10px;
    margin: 7px 0;
}

/********* Content styles *********/
#Content {
    background-color: white;
    padding: 0 10px 10px 10px;
    clear: both;
}
.Section {
    width: 100%;
	float: left;
	margin-right: -300px;
}
.Text {
    display: block;
}
.Left {
    width: 120px;
    float: left;
    margin-top: 10px;
}
.Section .Title {
    clear: both;
    border: 1px #cccccc solid;
    background-color: #efefef;
    padding: 5px;
    font-weight: bold;
    font-size: 10pt;
    margin: 10px 0 0 0;
}
.Inset {
    float: right;
    width: 240px;
    padding: 10px;
    border: 1px #cccccc solid;
    background-color: #efefef;
    margin: 10px 0 0 10px;
}
.Text > .Inset {
    margin-top: 0;
}
#Content .Section .Inset .Title {
    margin-top: 0;
    font-weight: bold;
    background-color: transparent;
    border: 0;
    color: black;
    padding: 0;
}

.Filter {
    background-color: #eeeeee;
    border: 1px #bbbbbb solid;
    padding: 5px;
}
.Filter .Head {
    font-weight: bold;
    border: 2px #aaaaaa solid;
    border-width: 0 0 2px 0;
    padding: 5px;
}
.Filter UL {
    margin: 0 10px 0 0;
    padding: 3px;
    list-style: none;
    float: left;
}
.Filter LI {
    float: left;
    margin: 0;
    padding: 0 0 0 4px;
    white-space: nowrap;
}

.submitButton {
    border: 2px green solid;
}
.deleteButton {
    border: 2px red solid;
}

/************ Lists ************/
.List {
    margin-top: 10px;
    width: 100%;
}
.List thead td {
    font-weight: bold;
    color: #1e4289;
    background-color: #dddddd;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-left-color: #EAECEE;
    vertical-align: bottom;
}
.List tbody tr td {
    border-width: 3px 0 0 1px;
    border-top-color: #eaecee;
    border-left-color: #dcdfe2;
    border-style: solid;
    vertical-align: top;
}
.List tbody tr:first-child td {
    border-top: 0;
}
.List tbody tr td:first-child {
    border-left: 0;
}

/************ Miscellaneous ************/
.Note {
    background-color: #f9f0a6;
    font-style: italic;
    padding: 2px;
    border: 1px #bcb789 solid;
    margin: 5px;
}

/***** messages styles *****/
ul#Messages {
	padding: .25em .25em .25em 1em;
	margin: 0.5em;
	background-color: #eef;
	border: 1px solid #488bd0;
	list-style-type: none;
}
ul#Messages li {
	margin: 0;
}

/************ Errors **************/
.AdminBlock {
	display: none;
	clear: both;
}
#LoginForm input {
	font-size: 12px;
	width: 6em;
	border: 1px #cfcfcf solid;
	color: gray;
	margin-right: 5px;
}
.GXErrors {
	clear: both;
}
.GXErrors A,
.GXErrors A:visited {
	font-family: monospace;
	text-decoration: none;
}
.GXErrors .List {
	display: none;
}
.GXErrors .List TD {
	border: 1px #cccccc solid;
	background-color: transparent;
	padding: 1px;
	color: black;
	font-family: monospace;
	font-size: 10px;
}
