﻿input.themeFormctl, textarea.themeFormctl, select.themeFormctl{
	-moz-border-radius:0.4em;-khtml-border-radius:0.4em;-webkit-border-radius: 0.4em;
	font-family:'Trebuchet MS', Helvetica, sans-serif; font-size:.8em;
	border:#AAA 1px solid;
	background:#fafafa;padding:0.15em;margin-top:3px;
	width:95%}
input.themeFormctl:hover, input.themeFormctl:focus, textarea.themeFormctl:hover, textarea.themeFormctl:focus,select.themeFormctl:hover, select.themeFormctl:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;} 
input.themeFormctlError, textarea.themeFormctlError, select.themeFormctlError{ 
	/* background:#FFFF9B;*/}
	
.themeButton{background: #a2c1f7;color:#003366;
     font-weight:normal; font-size: .8em;
     /*border-width: 1px;border-color: #ffe #aaab9c #ccc #fff;border-style: outset; */
     border:1px outset transparent; 
     border-top-color: #fff; border-bottom-color: #003366; 
     border-left-color: #fff; border-right-color: #003366;
     padding-top: .4em;padding-bottom: .2em;padding-left: 0px; padding-right: 0px;
	/*-moz-border-radius:0.4em; -khtml-border-radius:0.4em;-webkit-border-radius: 0.4em; */}
.themeButton:hover{background: transparent;color: #003366;
    background-color: #ECECEC;
    border-width: 1px;border-style: solid;border-color: #000 #fff #fff #000;
	/* -moz-border-radius:0.4em; -khtml-border-radius:0.4em;-webkit-border-radius: 0.4em; */}

.themeFormlbl {color:#003366 !important;padding-right:3px;}
.themeFieldset {font-size:.9em;color:#444; margin: 0 5px 0 0;
    padding-left:8px; padding-bottom:10px;border: solid 1px #003366;
    }
.themeLegend {color:#003366;margin-left:8px;padding-bottom:2px;
    font-weight:bold;  font-size: 1em;
    }

.themeErrMsg {width:98%;color:#AA0000;display:block;
    font-weight:bold;font-size:.9em;
    margin:auto;padding-top:5px;padding-left:5px;padding-bottom:5px;}
.themeHeader {color:#003366;font-weight:bold;font-size:1.5em;}
.themeHeaderSub {color:#fff;font-weight:bold;font-size:1em;}
.themeDirections {/*color:#fff;font-weight:bold;font-size:1em;*/}

.Standard input {
display:inline;
width:auto;
}
.Standard select {
display:inline;
}
.Standard label {
display:inline;
width:auto;
}

/*   Tables */
.themeTableHead{/*background: url(images/Glass_Table_Head.png) repeat-x;*/color:#003366;
    background-color:#a2c1f7;
	font-weight:bold; font-variant: small-caps; font-size: .9em;
	/*border-bottom: solid 1px #000; 
	border: solid 1px #000; */
	padding-top: .4em;padding-bottom: .1em;padding-left: .2em; padding-right: 0px;
	vertical-align: bottom; text-align: left;
	}
.themeRow{background: none;color:#003366;
	font-weight:normal; font-variant:normal; font-size: .8em;
	/*border-bottom: solid 1px #000; 
	border: solid 1px #fff; */
	padding-top: 0px;padding-bottom: .1em;padding-left: .2em; padding-right: 0px;
	vertical-align: top; text-align: left;
	}
.themeRowAlt{/*background: url(images/Glass_Table_RowAlt.png) repeat;*/color:#003366;
    background-color:#EFEFEF;
	font-weight:normal; font-variant:normal; font-size: .8em;
	/*border-bottom: solid 1px #000; 
	border: solid 1px #fff; */
	padding-top: 0px;padding-bottom: .1em;padding-left: .2em; padding-right: 0px;
	vertical-align: top; text-align: left;
	}
	
	
