
input, select {
    font-size:0.9em;
}

h4 {
    font-size:1.4em;
    text-decoration:none;
    font-weight:bold;
    color:#23A4FF;
}

a {
    color:#23A4FF;
}

#right-container {
    width:320px;
    color:#686c70;
    text-align: left;    
   
}

#right-container h4{
    text-indent:8px;
}

#center-container {
    width:605px;
    height:470px; 
    left:0px;
    background-color:#1a1a1a;
    color:#ccc;
}

#inner-details {
    font-size:1.2em;
    list-style:none;
    margin:7px;
    height:470px;
}

#infovis {
    position:relative;
    width:650px;
    height:470px;
    margin:auto;
    overflow:hidden;
}

#wrapper {
	padding-bottom: 40px;
}

#main_container {
	display: inline-block;
	min-height: 600px;
	background-color: #fff;
	border-radius: 8px 0px 0px 8px;
	width: 100%;
	top:15px;
	position: relative;

}

#left_container {
	background-color: #FFFFFF;
	float: left;
	width: 726px;
	min-height: 950px;
	padding-bottom: 20px;
}

.ClsTRContentListGrey {
	background-color: #F4F4F4;
}

.ClsTRContentListWhite {
	background-color: #FFFFFF;
}
.section_title {
	font-family:Gravur-Condensed,'Helvetica Neue',Arial, sans-serif;
	font-size: 1.667em;
	line-height: 90%;
	color: #73C6CC;
	margin: 20px 0px 10px 25px;
}

.container_div {
	display: inline-block;
	min-height: 40px;
	width: 96%;
	margin: 5px 0px 10px 15px;
	padding-bottom: 5px;
	border: 0.1em solid #E2E2E2;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
}

button[disabled=true],button[disabled=disabled] ,input[type="button"][disabled=disabled],input[type="submit"][disabled=disabled],input[type="reset"][disabled=disabled]
{
	background: #E2E2E2;
}

/* button Styling Ends */
.button_right {
	margin: 15px !important;
}

.section_frm {
	margin-bottom: 20px;
}

body {
	background-repeat: no-repeat;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: 1em;
	background: -moz-linear-gradient(top, #F4F4F4 0%, #DADADA 100%);
	background: -webkit-gradient(linear, #F4F4F4 0%, #DADADA 100%);
	background: -webkit-linear-gradient(top, #F4F4F4 0%, #DADADA 100%);
	background: -ms-linear-gradient(top, #F4F4F4 0%, #DADADA 100%);
	background: -o-linear-gradient(top, #F4F4F4 0%, #DADADA 100%);
	background:linear-gradient(top, #F4F4F4 0%, #DADADA 100%);
	background-color: #DADADA;
	color: #3B3B3B;
	margin: auto;
	width: 100%;
}