/* GENERIC TYPES */
body {  
    text-align: center; 
    background-color: #fff; 
    font-size: 62.5%; 
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-image: url(Images/background.png); background-repeat: repeat-x;}

/* Design Patterns */
.centered { left:0; right: 0; margin: 0 auto; }
.verticalstretched { height:auto; top: 0; bottom: 0; position: absolute; }

/* HEADERS */
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
h1 {font: 22px Verdana, Geneva, Tahoma, sans-serif; color: #000000; padding: .2em 0; margin: 0; text-indent: .6em;} /* main page title */
h2 {font: 20px Verdana, Geneva, Tahoma, sans-serif; color: #000000; padding: 0 0 9px 0; margin: 0;}
h3 {font-size: 13px; padding: 8px 0 6px 0; margin: 0;} /* used to display product titles */
h4 {font-size: 12px; color: #000000; padding: 8px 0 4px 0; margin: 0;}
h5 {font-size: 11px; color: #FFA100; padding: 10px 0 2px 0; margin: 0;}
h6 {font-size: 10px; color: #FFA100; padding: 0; margin: 0;}

/* TEXT ELEMENTS */
p           { margin: 0 0 15px; }
p img.left  { float: left; margin: 15px 15px 15px 0; padding: 0; }
p img.right { float: right; margin: 15px 0 15px 15px; }

blockquote  { margin: 15px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 15px; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 15px 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* LINKS */
A { font-style: normal; color: #000000; text-decoration: underline;}
A:hover { font-style: normal; color: #003366; text-decoration: underline}
A:active { font-style: normal; color: #6A686C; text-decoration: underline}
A:visited { font-style: normal; color: #605050; text-decoration: underline}
A:visited:hover { color: #003366;}

A.whitelink { font-style: normal; font-weight: normal; color: white; text-decoration: none}
A.whitelink:hover { font-style: normal; font-weight: normal; color: white; text-decoration: none}
A.whitelink:active { font-style: normal; font-weight: normal; color: white; text-decoration: none}
A.whitelink:visited { font-style: normal; font-weight: normal; color: white; text-decoration: none}

/* LISTS */
li ul, 
li ol       { margin:0 15px; }
ul, ol      { margin: 0 15px 15px 15px; }
ol, ul, li  { width: auto; }
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 15px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 15px;}

/* LOVELY TABLES */
table       { margin-bottom: 14px; width:100%; }
.RadWindow table {margin-bottom: 0px;}  /* Hack for wierd popup problem */
th          { font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { background: #e5ecf9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* -- Global Layout Styles -- */
#bodywrapper { width: 960px; padding: 0; text-align: left; background-color: #fff; border:  1px solid #DEDEDE; }
#contentwrapper { padding: 0px; margin:0px auto; text-align: left; background-color: White; clear: both; }
.pagewrapper { padding: 0 0px; position: relative; }
#languagewrapper {width: 960px; padding: 4px 0 0 0; margin: 0px auto; text-align:right; position: relative; border-top: solid 1px gray; visibility:hidden; }
#headwrapper { height: 64px; position: relative; margin: 5px; }
#headlinewrapper { height: 20px; background-color: #485C5A; padding: 8px 5px 0px 10px; color: White; font-weight: bold; }

/* -- Top Navigation -- */
.RadMenu {z-index: 5000; }  /* allow the radmenus to be stacked properly */
#headerleft {height: 100%; width: auto; cursor: default;}
#headerright {right: 0; top: 0; height: 100%; position: absolute; cursor:default; }
.FooterModule { height: auto; clear: both; text-align: center; padding: 20px; }

#headerright #login { right: 0; text-align: right; padding: 3px 6px 3px 3px; position: absolute; bottom: 0; white-space: nowrap; }
#headerright #login a { color: black; }
#headerright #login .button { margin: 0 15px -2px 3px; }

#masterpagelogo { position:absolute; bottom: 0;}

#copyright {text-align: right; width: 960px}
#sitetitle {background: url(images/electrodeslogo.jpg); height: 62px; width: 540px; cursor: pointer; background-repeat: no-repeat; float:left;}
#brandlogo {background: url(images/waveform.jpg); height: 107px; width:960px; background-repeat:no-repeat;}
/*#sitetitle {background: url(images/transp_title.gif); height: 104px; width: 471px; cursor: pointer; background-repeat: no-repeat; float:left;}*/

/* -- Clear Fix -- */  /* this hack management stuff is from http://onhavinglayout.fwpf-webdesign.de/hack_management/ */
.clearfix:after {content: "."; display: block; height: 0; font-size:0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}  /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* FORMS */
fieldset {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0px;
    }
legend {
    margin-left: 10px;
    color: #000000;
    font-weight: bold
    }        
fieldset ol {
    padding: 0 10px;
    list-style: none;
    }
fieldset li {
    float: left;
    clear: left;
    width: 100%;
    padding-bottom: 10px;
    }
    
fieldset label {        
    /*display: block;*/     /*Top labels*/
                        /* either or */
    float: left;        /* left labels */
    width: 150px;                        
    margin-right: 10px;
    text-align: right;  /* move the labels to the right */
    }
    
fieldset span.radio label {  /*Ignore the radio buttons */
    display: inline;
    float: none;
    }    
    
fieldset.submit {
    border-style: none;
    } 

fieldset.error {
    border-color: Red;
} 

.errortextcolor { color: red; }

/* MISC CLASSES */
select {
    font-size: 8pt; 
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
}

.text {
    font-size: 8pt; 
    font-family: Verdana, Geneva, Tahoma, sans-serif; 
}

.small      { font-size: 8px; margin-bottom: 19px; line-height: 19px; }
.large      { font-size: 12px; line-height: 25px; margin-bottom: 13px; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }



.midset ul,
.midset ol { list-style: none; }

