/*This is a theme CSS file.  Which one will be loaded into the JSP depends on a variable passed in from FLASH.*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #A2BCF9;
	
}

h1 {
	font-size: large;
	background-color: #B4C8FE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
h2 {
	font-size: small;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-bottom: 1px;
    
 
}

th {
	font-size: small;
	color: #FFFFFF;
	background-color: #075A8B;
	text-align: left;
}

.formtablecontainer{
	text-align:center;
}

.datatablecontainer{
	width:100%;
}

.buttoncontainer {
	
}


input, select, textarea {
	font-family: 'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size: small;
}

.forms {
	border: 1px solid #999999;
	font-size: small;
	font-style: normal;
	width: 100%;
}

.formlabel {
	font-size: small;
	font-style: normal;
	text-align: right;
	width: 20%;
}

.formcontrol {
	font-size: small;
	font-style: normal;
	text-align: left;
}

/********* tab styles **********/
/** Tab layout **/
.tabmenu ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.tabmenu li{
	float: left;
	margin: 0px 0px;
	padding: 0px;
	text-align: center
}

/** Non Selected tab style **/
.tabitem .tableft{
	background: url(../images/aqua_tab_left.gif) no-repeat top left;
}
.tabitem .tabright{
	background: url(../images/aqua_tab_right.gif) no-repeat top right;
}
.tabitem a, .tabitem a:hover, .tabitem a:active, .tabitem a:visited{
    background: url(../images/aqua_tab_centre.gif) 0 0 repeat-x;
    margin:0px 8px;
    font-size: 11px;
    padding: 4px 10px 1px 10px;
    color: #000000;
    text-decoration:none;
}

/** Selected tab style **/
.tabitem_selected .tableft{
	background: url(../images/aqua_tab_s_left.gif) no-repeat top left;
}
.tabitem_selected .tabright{
	background: url(../images/aqua_tab_s_right.gif) no-repeat top right;
}
.tabitem_selected a, .tabitem_selected a:hover, .tabitem_selected a:active, .tabitem_selected a:visited{
    background: url(../images/aqua_tab_s_centre.gif) 0 0 repeat-x;
    margin:0px 8px;
    font-size: 11px;
    padding: 4px 10px 1px 10px;
    color: #000000;
    text-decoration:none;
}


/*Tab content containers*/
.tabbody{
	width: 98%;
	
	background-color : #D9E8FF;
	float:left;

	margin : 0px 0px 0px 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0D3F59;
	border-left-color:  #0D3F59;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0D3F59;
	padding:5px;	

}