form{
	margin: 2px;
}

table.LayoutTable {
	width: 100%;	
	border-collapse: collapse;
	margin:0px;
	padding:0px;
}

table.LayoutTable td {
	vertical-align: top;
	margin:0px;
	padding:0px;
}

form input[type="submit"].DefaultHiddenSubmit {
	display: none;
}


table.LayoutTable td.Select {
	/* Internet explorer really really sucks */
	border-right: 1px solid #F4F6DD;	
}
	
table.LayoutTable td.MagmaLabel{
	text-align:right;
	width: 120px;
	font-weight: bold;
	font-size: 90%;
	padding-right: 5px;
	vertical-align: top;
}

.MagmaLabel label{
	display: block;
}

.MagmaField select{
	width: 98%;
	border: 1px solid #B3B3B3;
	background: #FFFFFF;
	background-image: url("inputBg.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

.NoSize input{
	width: 97%;
}

.TextField input {
	/*border-bottom: 1px solid gray;
	border-right: 1px solid gray;*/
	background: #FFFFFF;
	border: 1px solid #B3B3B3;
	background-image: url("inputBg.gif");
	background-repeat: repeat-x;
	background-position: top left;
}

table.LayoutTable tr td{
	border-bottom: 1px solid #C6C5C5;
	padding-bottom: 5px;
	vertical-align: top;
}

form table.LayoutTable tr td{
	border-bottom: 0px; 
	padding-bottom: 3px;
}

table.LayoutTable table tr td{
	border-bottom: none;
	padding-bottom: 0px;
}


input[type="submit"]{
	border: 2px solid #C6C5C5;
	background-image: url("button.png");
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #EFF4F7;
	font-weight: bold;
	font-size: 100%;
	color: #231F58;
	margin-right: 2px;
}

input[type="submit"].MagmaRefreshButton {
	border: 1px solid #C6C5C5;
	background: #EFF4F7;
	font-weight: normal;
	color: #231F58;
	float: right;	
}

textarea{
	width: 96%;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	background: #FFFFFF;	
}

.ErrorsZone{
	font-size: 80%;
	font-style: oblique;
	color: #C7000A;
	padding-bottom: 8px;
}

td.WithErrors input{
	background-color: #FFFFAE;
}

td.WithErrors select{
	background-color: #FFFFAE;
}

table.LayoutTable td.ForBean{
	text-align: left;
	font-style: oblique;
	text-indent: 15px;
	border-bottom: 1px dotted #fa8080;
	padding-bottom: 8px;
	width: 100%;
}

table.LayoutTable td.ForBean.MagmaLabel {
	padding-bottom: 0px;
	padding-top:8px;	
}

.ErrorsSign{
	display: none;
}


.MagmaList{
	width: 100%;
	border-collapse: collapse;
}

.MagmaList a {
	text-decoration: none;	
}

.MagmaList a img {
	border: none;	
}

.MagmaList-HeaderCell {
	background-color: #C5E8FA;
	border: 2px solid #D1D0D0;
	text-align: center;		
}

.MagmaList-Cell{
	border: 1px solid #D1D0D0;
	text-align: center;
}

.MagmaList tr:hover td{
	background-color: #E8F6FD;
}



.MagmaPagination{
	font-size: 80%;
	padding-left: 5px;
	padding-right: 5px;
}

.BeforeList{
	padding-bottom: 1px;
	padding-top: 5px;
}

.AfterList{
	padding-top:5px;
	padding-bottom: 5px;
}

.PaginationInfoElement{
	display: none;
}

.PaginationInfoPage{
	float: left;
	font-style: oblique;
}

.PaginationNavigation a{
	padding-right: 2px;
}

.PaginationNavigation b{
	background-color: #000000;
	color: #FFFFFF;
	padding-left: 1px;
	padding-right: 1px;
}

.PaginationNavigation{
	text-align: right;
}

