/*default_sty.css*/
html {
	font-size: 100%;
}
.custom_messagebox_overlay {
    background-color    : rgba(255,255,255,0.6); 
    border              : 8px solid black;
	z-index				: 3;
}
.custom_messagebox {
    background-color    : white;
    border              : 1px solid black;
    border-radius       : 20px;
	font-family			: Verdana, Geneva,Arial, Helvetica, sans-serif;
	color				: black;
	font-size			: 100%;
}

    .custom_messagebox .messagebox_title,
    .custom_messagebox .messagebox_buttons {
        background-color    : #008080;
		color				: white;
    }
.custom_input {
    color               : black;
	background-color    : white; 
	border-radius   	: 10px;
    padding-left    	: 10px;
    padding-right   	: 10px;
	margin-left			: 20px;
	margin-right		: 20px;
}
.custom_button {
    color               : black;
    background-color    : white; 
    border-radius       : 10px;
    padding-left   		: 10px;
    padding-right		: 10px;
	margin-left			: 20px;
	margin-right		: 20px;
}
    .custom_button:hover {
        color               : white;
        background-color    : black;
    }
    .custom_button:active {
        color               : #99ffff;
        background-color    : black;
        box-shadow          : none;
    }
   .custom_input:hover {
        color               : white;
        background-color    : black;
    }
    .custom_input:active {
        color               : #99ffff;
        background-color    : black;
        box-shadow          : none;
    }


body {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	color: black;
	font-size: 81.01%;
}
html>body { /* IE can’t read this */ 
	font-size: 0.81em; 
}
.fontSizeTest {
	font-size: 3.24em;
}
.nFont {
	font-size: 1em;
}

a:link {
	text-decoration: underline; 
	color: blue;
}
a:visited {
	text-decoration: underline; 
	color: blue;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline; 
	color: blue;
}
.logoImgbgrd {
	background-color: transparent;
}
p,td,ul {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: normal;
	color: black;
}
.inLImage {
	display: block;
}
#instrW p {
	font-size: 1em;
}
#expCon {
cursor: pointer;
}
.xx {
	background-image: url('../images/men_plus.gif');
	font-size: 10px;
	background-repeat: no-repeat;
	padding: 2px 12px 0px 0px;
}
.para {
	margin-bottom: 25em;
}
.underL {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	width: 100%;
	padding-bottom: .5em;
	margin-bottom: 1em;
}
td.menuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.69em;
	line-height: normal;
	background-color: #008080;
	color: white;
}

td.menuHeader a:link {
	text-decoration: underline; 
	color: white;
}
td.menuHeader a:visited {
	text-decoration: underline; 
	color: white;
}
td.menuHeader a:hover {
	text-decoration: none; 
	color: white;
}
td.menuHeader a:active {
	text-decoration: underline; 
	color: white;
}

.pFont {
	font-size: 0.85em;
	line-height: normal;
	background-color: white;
}


.altListColor1 {
	background-color: #f2f2f2;
}

.altListColor2 {
	background-color: white;
}
.verifFont {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 0.81em;
	line-height: normal;*/
	font-weight: bold;
	font-style: italic;
}

UL {
	/*font : 12px/15px arial, helvetica, sans-serif;
	*/
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 10px;
	list-style: disc outside;
}

.nested {
	font-size: 1em;
}

.titleFont {
	font: 30px impact;
}

.vlgFont {
	font-size: 1.93em;
	line-height: normal;
}
.lgFont {
	font-size: 1.4em;
	line-height: normal;
}

.smFont {
	font-size: 0.85em;
	line-height: normal;
}

.smFont a:link {
	color: blue;
	text-decoration: underline;
}
.smFont a:visited {
	color: blue;
	text-decoration: underline;
}
.smFont a:hover {
	color: blue;
	text-decoration: none;
}

.smFont2 {
	font-size: 0.85em;
	line-height: normal;
}
.smFontbg {
	background-color: #f2f2f2;
	font-size: 0.85em;
	line-height: normal;
}

.vsmFont {
	font-size: 0.69em;
	line-height: normal;
}

.HLFontColor {
	color: blue;
}

.tabbrdColor {
	border: thin solid #008080;
}

.frameBorder {
	border-width: 0px;
	border-style: outset;
	border-color: blue black black blue;
}

.noticeFontColor{
	color: red;
}

.inColor {
	background-color: white;
}

.prBlock {
	background-color: white;
}

.hLightbgd {
	background-color: #99ffff;
	color: black;
	font-size: 0.85em;
	line-height: normal;
}

.hLightbgdL {
	background-color: #99ffff;
	color: black;
	/*font-size: 0.81em;
	line-height: normal;*/
}

.normrevFont {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #008080;
	color: white;
}

.lgrevFont {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #008080;
	color: white;
	font-size: 1.4em;
	line-height: normal;
}
.smrevFont {
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #008080;
	color: white;
	font-size: 0.85em;
	line-height: normal;
}
.smrevFonta {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #008080;
	color: white;
	font-size: 0.85em;
	line-height: normal;
}
.smrevFonta a:link {
	color: white;
	text-decoration: underline;
}
.smrevFonta a:visited {
	color: white;
	text-decoration: underline;
}
.smrevFonta a:hover {
	color: white;
	text-decoration: none;
}

.normrevFont a:link {
	text-decoration: underline;
	color: white;
}

.normrevFont a:visited {
	text-decoration: underline;
	color: white;
}

.normrevFont a:hover {
	text-decoration: none;
}

.normbanFont {
	background-color: black;
	color: white;
}

.lgbanFont {
	background-color: black;
	color: white;
	font-size: 1.4em;
	line-height: normal;
}
.smbanFont {
	background-color: black;
	color: white;
	font-size: 0.85em;
	line-height: normal;
}

input,select,textarea {
	/*font-size: 0.81em;
	line-height: normal;*/
	font-size: 1em;
	/*for NS*/	font-family: courier;
}

input.submit {
	/*font-size: 0.81em;
	line-height: 100%;*/
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
}

.msg a:hover {background-color: transparent; }
.msg a:link span {display: none;}
.msg a:visited span{ display: none;}
.msg a:hover span {
	position: absolute; 
	margin: 1.2em 0px 0px 0px;
	background-color: #FFFFE0;
	color: #000;
	font-weight: normal;
	font-size: smaller;
	max-width: 45%;
	border: 1px solid black;
	padding: 1px 3px 1px 3px;
	display: inline;}

@media all{
  dummy{}
  
body {
	font-size: inherit;
}

.smFont2 {
	font-size: 0.85em;
	line-height: normal;
}

input,select,textarea {
	font-family: Verdana, Geneva,Arial, Helvetica, sans-serif;
	color: black;
}

select.LofE {
	font-size: 0.85em;
}
/*
input.LofE {
	font-size: 0.85em;
}
*/
.inputLength {
	width: 480px;
}

input.submit {
	cursor: pointer;
	border-width: 3px;
	border-style: outset;
	border-color: #99ffff black black #99ffff;
	font-weight: bold;
	color: black;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #D3D3D3;
	background-image: url(../images/click.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 18px;
	text-align: left;
	width: 37ex;
}
input.charge {
	cursor: pointer;
	border-width: 3px;
	border-style: outset;
	border-color: #99ffff black black #99ffff;
	font-weight: bold;
	color: black;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: #D3D3D3;
	background-image: url(../images/click.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 18px;
	text-align: left;
}
input.admin {
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #99ffff black black #99ffff;
	font-weight: bold;
	color: black;
	margin-top: 1px;
	margin-bottom: 1px;
	background-color: #D3D3D3;
	background-image: url(../images/click.gif);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-left: 18px;
	text-align: left;
}
}

