﻿div.form
{
	background-color:#d6e4ed;
	padding:15px;	
	margin-bottom:10px;
}

div.form-out
{
    /*padding:10px;*/
    padding:8px;
    height:100%;
    background-color:#f3f3f3;
}
div.form-in
{
    padding:15px;
	height:100%;
    background-color:#fff;
}

div.form-in hr
{
	height:1px;
	margin-top:10px;
	margin-bottom:5px;
	border-bottom:solid 1px #EAEAEA;
	width:100%;
	margin:0;	
}
div.form-bottombuttons
{
    margin-top:8px;
}
div.form-topbuttons
{
    text-align:right;
    width:auto;
}
div.form-separator
{
	height:8px;	
}

div.form-table
{
}

div.row
{
	padding-top:5px;
	padding-bottom:5px;
	clear:both;
}

div.column
{
	float:left;
	display:block;
	margin:0px;
	margin-right:3px;
}

div.form-in br {
	clear:left;
	margin-bottom:4px;
}

div.form-out br {
	clear:left;
	margin-bottom:4px;
}

ul.item-submenu
{
	display:inline;
	margin-left:0;
}

ul.item-submenu li
{
	display:inline;vertical-align:middle;
}

.w50
{
	width:50px;	
}
.w75
{
	width:75px;	
}
.w100
{
	width:100px;	
}
.w125
{
	width:125px;	
}
.w150
{
	width:150px;	
}
.w200
{
	width:200px;	
}
.w250
{
	width:250px;	
}
.w285
{
	width:285px;	
}
.w300
{
	width:300px;	
}
.w350
{
	width:350px;	
}
.w450
{
	width:450px;	
}
.w550
{
	width:550px;	
}
.w100p
{
	width:100%;	
}
.w80p
{
	width:80%;	
}
.w90p
{
	width:90%;	
}
.h360
{
	height:360px;	
}

iframe
{
	width:100%;
	height:100%;	
}

div.subtitle 
{
	font-family:Arial;
    font-size:140%;
    font-weight:bold;
	margin-bottom:13px;
	border-bottom:dotted 3px #f6f6f6;
	/*color:#3a6a8d;*/
	color:#000;
}

.modalpopupbackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

div.form-modalpopup
{
	padding:10px;
	background-color:#fff;
	border:solid 1px Gray;
}

.pt4
{
    padding-top:4px;
}

div#main #main-content
{
	/*margin-top:1px;*/
	border:solid 1px #999999; 
	/*width:285px;*/
	padding:10px;
	background:url(../../Images/background-top-box-main.gif) repeat-x top;
	background-color:#fff;
}

div#box
{
	/*margin-top:1px;*/
	border:solid 1px #999999; 
	/*width:285px;*/
	padding:10px;
	background:url(../../Images/background-top-box-main.gif) repeat-x top;
}

div#box .title
{
	font-family:Arial;
	font-size:140%;
	font-weight:bold;
	color:#000;
	margin-bottom:20px;
}

div#box .row
{
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #f1f1f1;
}

div#box .row-noborder
{
	float:left;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}

div#box .separator
{
	border-bottom: solid 2px #3a6a8d;	
	width:100%;
}

div#box .col1
{
	float:left;
	width:170px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #f1f1f1;
}

div#box .col2
{
	float:left;
	width:30px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	border-bottom:solid 1px #f1f1f1;
}

div#box .col3
{
	float:left;
	width:85px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:right;
	border-bottom:solid 1px #f1f1f1;
}

.hide
{
    display:none;
}

table
{
    border-collapse:collapse;
}

td
{
    padding:0;
}