/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/

.centered_container {
	text-align: center;
}

.centered_container table {
	margin: 0 auto;
}

.required, h4 {
	font-size: small;
	color: red;
	margin-left: 5px;
}

#private_form, #commercial_form {
	display: none;
}

/* #private_form { background: #1484e6; } */

#private_choice {
	font-size: normal;
	padding-top: 40px;
	display:none;
	margin: 0;
}

#fragment-2 a,
#calculate,
#fragment-3 a,
#private_choice a.button {
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
	margin: 20px;
	background: #1484e6 url(images/1484e6_40x100_textures_02_glass_70.png) 0 50% repeat-x;
	color: #03b;
	border: 1px solid blue;
}

#calculate img,
#fragment-2 a img,
#fragment-3 a img,
#private_choice a.button img {
	vertical-align: middle;
	width: 32px;
	height: 32px;
	border: 0;
}

#fragment-2 a:hover, #fragment-3 a:hover, a#calculate:hover, #private_choice a.button:hover {
	background: #0000ad url(images/0000ad_40x100_textures_02_glass_70.png) 0 50% repeat-x;
	color: yellow;
	border: 1px solid yellow;
}

table {
	border-collapse: collapse;
	text-align: center;
	font-size: 80%;
	margin-top: 10px;
}

table thead{
	font-size: normal;
	font-weight: bold;
}

input {
	text-align: center;
	font-weight: bold;
	color: gray;
	border: 1px solid gray;
}

#fragment-1 table {
	font-size: 80%
}

.ui-tabs-nav a img {
	border: 0;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	margin-right: 10px;
	margin-left: -10px;
}

#mycontent {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	text-align: center;
	/* height: 700px; 
	background-color: #39c;*/
	padding-bottom: 50px;
	padding-top: 30px;
	background: url(images/content_bg.jpg) repeat-x;
	background-position: bottom;
	min-height: 300px;
}

/*
#header {
	background: url(http://www.overkillix3d.com/legal/templates/legalBusiness/images/myheader2.jpg) no-repeat;
	background-color: #39c;
	margin: 10px;
	height: 133px;
	margin-left: 50px;
	margin-right: 50px;
}
*/

/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size: normal;
	font-weight: bold;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid gray;
	bottom: -1px;
	margin-left: 50px;
}
.ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid gray;
	border-right: none;
}
.ui-tabs-nav li a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: normal;
	font-weight: bold;
	text-decoration: none;
	padding: .5em 1.7em;
	color: #03B;
	background: #1484e6 url(images/1484e6_40x100_textures_02_glass_70.png) 0 50% repeat-x;
}
.ui-tabs-nav li a:hover {
	background: #1484e6 url(images/1484e6_40x100_textures_02_glass_70.png) 0 50% repeat-x;
	color: #03b;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: gray;
}
.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #0000ad url(images/0000ad_40x100_textures_02_glass_70.png) 0 50% repeat-x;
	color: yellow;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	clear:left;
	border: 1px solid gray;
	margin-right: 50px;
	margin-left: 50px;
	/* background: #d8d8de url(images/d8d8de_40x100_textures_01_flat_20.png) 0 0 repeat-x; */
	/* background: #A9D0F5; */
	background: url(images/background.png);
	color: gray;
	padding: 20px;
	padding-bottom: 30px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}


/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!
*/

/*component global class*/
.ui-component {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Arial, sans-serif;
	font-size:normal;
}
/*component content styles*/
.ui-component-content {
	border: 1px solid #0000ff;
	/* background: #d8d8de url(images/d8d8de_40x100_textures_01_flat_20.png) 0 0 repeat-x; */
	color: gray;
}
.ui-component-content a {
	color: gray;
	text-decoration: underline;
}
/*component states*/
.ui-default-state {
	border: 1px solid #0000ff;
	background: #1484e6 url(images/1484e6_40x100_textures_02_glass_70.png) 0 50% repeat-x;
	font-weight: bold;
	color: #000000 !important;
}
.ui-default-state a {
	color: #000000;
}
.ui-default-state:hover, .ui-hover-state {
	border: 1px solid #0000ff;
	background: #1484e6 url(images/1484e6_40x100_textures_02_glass_70.png) 0 50% repeat-x;
	font-weight: bold;
	color: #000000 !important;
}
.ui-hover-state a {
	color: #000000;
}
.ui-default-state:active, .ui-active-state {
	border: 1px solid #0000ff;
	background: #0000ad url(images/0000ad_40x100_textures_02_glass_70.png) 0 50% repeat-x;
	font-weight: bold;
	color: gray !important;
	outline: none;
}
.ui-active-state a {
	color: gray;
	outline: none;
}

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */

