﻿

body
{
	font-family:Century Gothic,verdena,arial,sans;
	font-size:12px;
	padding: 0; 
	color: #000;
	background:#fff;
	margin:0;
}

/* base styles that are common to all formats i.e. print and screen */
h1
{
	font-family:Century Gothic;
	font-size:28px;
	font-weight:bold;
	padding:1; 
	margin:1;
}

body {}
form,ul,dl,dd,dt,h2,h3,h4 {padding:0; margin:0;}
h2 {font-size: 1.2em;padding: 0 0 1em 0;}
h3 {font-size: 1.1em;padding: 0 0 1em 0;}
h4 {font-size: 1em;padding: 0 0 1em 0;}
h1,h2,h3,h4 {line-height:1em;}


input.text, select, textarea {font-size: 13px; border:1px solid #cacaca; padding:3px;font-family: arial,verdana,sans;}
input.long, textarea.long, select.long {width:240px;}
input.medium, textarea.medium, select.medium {width:160px;}
input.short, textarea.short, select.short {width:110px;}
img {border: 0;}
table {border-collapse:collapse;}
th {text-align:right;font-weight:normal;vertical-align:top;}

.floatleft {float: left;}
.floatright {float: right;}
.hidden {display: none; visibility: hidden;}
.nobg {background: none;}
.printonly {display: none; visibility: hidden;}
.clear {clear:both;}





.DefaultTextBox
{
	font-family: Century Gothic;
	font-size: 18px;
	font-style:normal;
	padding:4px 4px 4px 4px;
}

.DefaultDropDownList
{
	font-family: Century Gothic;
	font-size: 18px;
	font-style:normal;
	padding:4px 4px 4px 4px;
}

.DefaultButton
{
	font-family: Century Gothic;
	font-size: 18px;
	font-style:normal;
	padding:3px 3px 3px 3px;
}

.ajax__tab_header 
{
	
}

.ajax__tab_header .ajax__tab_tab
{
    margin-right:0px;
	background-color:LightGrey;
    width:100px;
    text-align:center;    
    color:#006699;
    font-family:Century Gothic;
    height:20px;
    font-size:18px;
    display:block;
    padding:5px 10px 5px 10px;
}
.ajax__tab_active .ajax__tab_tab 
{
    font-weight:bold;
}
.ajax__tab_body 
{
     border:solid 1px LightGrey;
     padding:10px 10px 10px 10px;
}

.ajax__tab_outer
{

}

.ajax__tab_inner
{
	
}

/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:350px;
	padding: 10px 10px 10px 10px;
}



.modalPopupImageDisplay {
	background-color:white;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	padding: 5px 5px 5px 5px;
	text-align:center;
}

.Test 
{
	display:block;
	font-size:2.3em;
	letter-spacing:-0.05em;
	color:Black;
}
	
