﻿/* File Created: October 8, 2012 */

body {
	min-height: 0px !important;
	min-width: 0px !important;
}

form {
	margin: 0px;
	min-width: 1024px;
}

.top {
	height: 55px;
	padding-left: 5px;
	/*font-size: 36px;*/
    /*display:inline-block;*/
}

.title-heading {
	/*float:left;*/
    /*width: 907px;*/
}

.logo {
	padding-right: 5px;
    display:inline-block;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: RGB(64,64,64);
	/*background-color: 	RGB(145, 140, 98);*/
}

.body-content {
	margin: 12px 15px 5px 15px;
	background-color: #ffffff;
	/*min-height: 500px;*/
	/*border-radius: 5px;*/
    /*box-shadow: 0 0 5px 5px RGB(105, 103, 79);*/
}
#sube {
    position:relative;
    top:-30px;
}
.multi-column {
	min-height:500px;
}

.multi-column .column-wrapper .column-left {
	padding:5px;
}

.multi-column .column-wrapper .column-center {
	padding:5px;
}

.multi-column .column-wrapper .column-right {
	padding: 5px;
	min-height: 500px;
}

.terms-conditions {
   padding-left: 15px;
   overflow: auto;
   overflow-x: hidden;
   /*white-space: pre-wrap;      /* CSS3 */   
   /*white-space: -moz-pre-wrap; /* Firefox */    
   /*white-space: -pre-wrap;     /* Opera <7 */   
   /*white-space: -o-pre-wrap;   /* Opera 7*/
   word-wrap: break-word;
   width:1130px; 
   height:50vh;
   padding-left:20px;
}

.terms-conditions-ul{
	margin-left:20px;
	}
}

.requirements {
    font-size: 10pt;
    font-weight: bold;

}
.help {
    padding:0 15px 15px 15px;
    margin: 0 15px 15px 15px;
    height: 500px;
}

.help tr 
{
    border-bottom: 2px solid #E0E0E0;
    height: 60px;
}