@CHARSET "UTF-8";
body	
{
	font-family: "Verdana";
	width: 100%;
}
#bodyDiv
	{
		width: 800px;
		position: absolute;
		display: table;
		border: 1px solid #cccccc;
		text-align: center;
	}
#pgMainDiv
	{
		background-color: #E8EEF7;
		border: 1px #C3D9FF solid;
	}
#inPageMenuDiv
	{
		width: 100%;
		height:25px;
		margin-bottom: 5px;
	}	
#pgAreaDiv
	{
		font-size: 10pt;
		width:100%;
		
	}	
#footerDiv
	{
		background-image:url("../images/supertakip_topmenu.png");
		background-repeat : no-repeat;
		width: 800px;	
		height: 100px;
		border: 3px solid #C3D9FF;
		position: absolute;
	}	
#topMenuDiv
	{
		background-image:url("../images/supertakip_topmenu.png");
		background-repeat : no-repeat;
		padding: 0px;
		width: 800px;	
		height: 100px;
		border: 3px solid #C3D9FF;
	}		
#topMenu 
	{
		color:#0000de;
		font-weight: bold;	
		font-size: 9pt;
		width: 100%;
		display: table;
		height: 20px;
		
	}
#topMenuRow 
	{
		background-color:#C3D9FF;
		padding-left: 5px;
		text-decoration: underline;
		float: left;
		line-height: 20px;
		vertical-align: middle;
		padding-right: 10px;
	}
.topMenu td
	{
		vertical-align: bottom;
		background-color:#C3D9FF;
		padding-left: 5px;
		padding-bottom: 10px;
		text-decoration: underline;
	}	
.topMenu a
	{
		font-size: 8pt;
		text-decoration: inherit;
		color: inherit;
	}	
		
.loadingDiv 
{
	border:1px solid #d3d3d3;
	background-color:#e3e3e3;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
	font-size: 10pt;
	text-align: center;
	z-index: 1;
	color:red;
}
.loadingDiv img
{
	padding-top: 10px;
}

.errMsg{

	padding: 5px;
	font-size: 10pt;
	color:red;
	display: block;
}

	
			
.inpageMenuButton
	{
		height: 25px;
		width: 117px;	
		vertical-align: middle;
		border: 1px solid #cccccc;
		font-size: 8pt;	
		margin-left: 1px;
		line-height: 25px;
		cursor: pointer;
		text-align: center;
		float:left
	}		
	
.footer 
	{
		border-top: 1px solid #d3d3d3;
		border-bottom: 1px solid #d3d3d3;
		font-size: 7pt;
		margin-bottom: 10px;
	}
.footer td
	{
		vertical-align: middle;
		padding-left: 5px;
		padding-bottom: 10px;
	}	
.footer a
	{
		font-size: 8pt;
		text-decoration: inherit;
		color: inherit;
	}