html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    background-image: url('gfx/bgHeaderOrange.gif');
    background-repeat: repeat-x;
	font: 71%/1.5em  Verdana, 'Trebuchet MS', Arial, Sans-serif;    
}

a:link, a:visited, a:active {
    color: #CD8500;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #EEA337;
    text-decoration: underline;
    background-color: transparent;
}

img {
    border: 0 none;
}

input {
    margin: 0;
    padding: 1px;
    font: normal 11px 'Trebuchet MS', Arial, sans-serif;
}

select {
    padding: 1px 0 1px 0;
    font: normal 11px 'Trebuchet MS', Arial, sans-serif;
}

fieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
}

fieldset label {
    padding: 2px 7px 0 0;
    float: left;
}

ul {
    padding: 3px 0 3px 0;
    margin: 0 0 0 30px;
}

li {
    padding: 0 0 8px 0;
    margin: 0px;
    list-style: square;
    line-height: 15px;
    
}

#divWrapper {
    width: 1000px;
    margin: 0 auto;
}

/**
 * Header
 */
 
#divHeader {
    position: absolute;
    top: 0;
    width: 1000px;
    height: 84px;
    clear: both;
}

#divHeader h1 {
	position: absolute;
	top: 0; 
    left: 5px;	
	margin: 0; 
    padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #cccccc;
	text-transform: lowercase;
}

#divHeader h1 span {
    margin: 0 3px;
	color: #FFA600;    
}

#divHeader h2 {
	position: absolute;
	top: 48px; 
    left: 30px;		
	margin: 0; 
    padding: 0;
	font: bolder 13px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #ffffff;
}

#divHeader #divHeaderBanner {
    position: absolute;
    right: 0;
    margin-top: 7px;    
}

/**
 * Top navigation
 */
 
#divNavigation {
    position: absolute;
    top: 84px;
    width: 1000px;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-bottom: 5px solid #808080;
}

#divNavigation #listNavigation {
    margin:  0;
    padding: 0 0 0 10px;
}

#divNavigation #listNavigation li {
    padding: 0;
    float: left;
    list-style-type: none;
}

#divNavigation #listNavigation li:hover {
    background-color: #e2e2e2;
    border-bottom: 5px solid #EEA337;
    margin-bottom: -5px;
}


#divNavigation #listNavigation li a {
    padding: 5px 10px 4px 10px;
    display: block;
    font: bold 13px 'Trebuchet MS', Arial, Sans-serif;
    text-decoration: none;
    color: #555555;    
}

/**
 * Content
 */

#divPage {
    margin-top: 130px;
}

#divContent {
    float: right;
    width: 790px;
}

#divContent h1 {
 	font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
	padding: 0px 0px 4px 0px;
    border-bottom: 1px solid #eee;
	margin: 0 0 15px 0;
	text-transform: uppercase;
    color: #555;	
} 

#divContent h2 {
 	font: bold 15px 'Trebuchet MS', Arial, Sans-serif;
	padding: 0px 0px 4px 0px;
    border-bottom: 1px solid #eee;
	margin: 0 0 15px 0;
	text-transform: uppercase;
    color: #555;	
} 

/**
 * Menu
 */

#divMenu {
    float: left;
    width: 190px;
} 

#divMenu h1 {
 	font: bold 18px 'Trebuchet MS', Arial, Sans-serif;
	padding: 0px 0px 0 27px;
	background: url('gfx/iconMenuH1.gif') no-repeat 2px 3px;
	margin: 0 0 5px 0;
	text-transform: uppercase;
    color: #555;	
} 

#divMenu ul {
    margin: 0;
    padding: 0 0 0 13px;
}

#divMenu ul li {
    list-style-type: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #eeeeee;
    
}

#divMenu ul li a:link, #divMenu ul li a:visited, #divMenu ul li a:active {
    text-decoration: none;
    display: block;
    padding: 3px 5px 3px 15px;
    color: #555;
    background-color: #fff;
	background: url('gfx/iconArrow.gif') no-repeat 5px 8px;
}

#divMenu ul li a:hover {
    display: block;
    padding: 3px 5px 3px 15px;
    color: #000;
    background-color: #f8f8f8;
}

/**
 * Footer
 */
 
#divFooter {
    padding: 5px 0 7px 200px;
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    background-color: #F7F7F7;
    color: #999;
} 

.footerLink:link, .footerLink:visited, .footerLink:active {
    color: #777;
    text-decoration: none;
    border-bottom: 1px dotted #655545;    
}

.footerLink:hover  {
    color: #000;
    text-decoration: none;
    border-bottom: none;    
}

/**
 * Message boxes
 */
 
.boxMessageOk {
	border: 1px solid #42BE08;
	color: #42BE08;
	background-color: #EBF8E6;
	padding:5px 10px 5px 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.boxMessageError {
	border:1px solid #BE082F;
	color:#BE082F;
	background-color:#F6E0E6;
	padding:5px 10px 5px 10px;
	margin-bottom:10px;
	font-weight: bold;
}

.boxBlueInfo {
    border: 1px solid #8DB2E3;
    background-color: #DCE9FA;
    padding: 5px;
    color: #000000;
    margin-bottom: 10px;    
}

.boxYellowInfo {
    border: 1px solid #F7D6AD;
    background-color: #FFF9DE;
    padding: 5px 10px;
    color: #000000;
    margin-bottom: 10px;
}

/**
 * Email encoder
 */
 
#tblEncodeOptions {
    margin-top: 10px;
}

#tblEncodeOptions td.label {
    width: 20px;
    vertical-align: top;
    padding-bottom: 5px;
}

#tblEncodeOptions td.values {
    vertical-align: top;
    padding-bottom: 5px;
}

#txtResult, #strSource {
    width: 610px;
}
 
/**
 * Color table
 */
 
.colorTable {
    width: 790px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 20px;
}

.colorTable tr th {
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
}

.colorTable .colorField {
    width: 320px;
}

.colorTable .colorHex {
    width: 130px;
    padding-left: 5px;
}

.colorTable .colorRgb {
    width: 130px;
}

.colorTable .colorName {
}
