﻿/***********************************
* { margin: 0; padding: 0; }
body { font: 14px Georgia, serif; }

h1 { 
	width: 660px; 
	margin: 0 auto;
	padding: 20px 0;
	color: #222;
}

.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}
/*
.tabrow {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 24px;
    margin-top:30px;
}
.tabrow li {
    margin: 0 10px;
    padding: 0 10px;
    border: 1px solid #AAA;
    background: #ECECEC;
    display: inline-block;
}

.tabrow li.selected {
    background: #FFF;
    color: #000;
}

.tabrow {
    position: relative;
}
.tabrow:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
    top:26px;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}

.tabrow:before {
    z-index: 1;
}
.tabrow li {
    position: relative;
    z-index: 0;
}
.tabrow li.selected {
    z-index: 2;
    border-bottom-color: #FFF;
}


.tabrow li:before,
.tabrow li:after {
    position: absolute;
    bottom: -1px;
    width: 6px;
    height: 6px;
    content: " ";
}

.tabrow li:before {
    left: -6px;
}
.tabrow li:after {
    right: -6px;
}
.tabrow li:after, .tabrow li:before {
    border: 1px solid #AAA;
}

.tabrow li {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.tabrow li:before {
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
}
.tabrow li:after {
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
}

.tabrow li:before {
    box-shadow: 2px 2px 0 red;
}
.tabrow li:after {
    box-shadow: -2px 2px 0 red;
}

.tabrow li:before {
    box-shadow: 2px 2px 0 #ECECEC;
}
.tabrow li:after {
    box-shadow: -2px 2px 0 #ECECEC;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}

.tabrow li {
    background:      -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:     -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background:    -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}



.tabrow {
		    text-align: center;
		    list-style: none;
		    margin: 20px 0 20px;
		    padding: 0;
		    line-height: 24px;
		    height: 26px;
		    overflow: hidden;
		    font-size: 12px;
		    font-family: verdana;
		    position: relative;
		}
		.tabrow li {
		    border: 1px solid #AAA;
		    background: #D1D1D1;
		    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		    display: inline-block;
		    position: relative;
		    z-index: 0;
		    border-top-left-radius: 6px;
		    border-top-right-radius: 6px;
		    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
		    text-shadow: 0 1px #FFF;
		    margin: 0 -5px;
		    padding: 0 20px;
		}
		.tabrow a {
			  color: #555;
			  text-decoration: none;
		}
		
		.tabrow li.selected {
		    background: #FFF;
		    color: #333;
		    z-index: 2;
		    border-bottom-color: #FFF;
		}
		
		.tabrow:before {
		    position: absolute;
		    content: " ";
		    width: 100%;
		    bottom: 0;
		    left: 0;
		    border-bottom: 1px solid #AAA;
		    z-index: 1;
		}
		
		.tabrow li:before, .tabrow li:after {
		    border: 1px solid #AAA;
		    position: absolute;
		    bottom: -1px;
		    width: 5px;
		    height: 5px;
		    content: " ";
		}
		
		.tabrow li:before {
		    left: -6px;
		    border-bottom-right-radius: 6px;
		    border-width: 0 1px 1px 0;
		    box-shadow: 2px 2px 0 #D1D1D1;
		}
		.tabrow li:after {
		    right: -6px;
		    border-bottom-left-radius: 6px;
		    border-width: 0 0 1px 1px;
		    box-shadow: -2px 2px 0 #D1D1D1;
		}
		
		.tabrow li.selected:before {
		    box-shadow: 2px 2px 0 #FFF;
		}
		
		.tabrow li.selected:after {
		    box-shadow: -2px 2px 0 #FFF;
		}


html,body,div,span,
applet,object,iframe,code,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-family: inherit;
	text-align: left; 
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
	list-style: none;
}
q:before,q:after,blockquote:before,blockquote:after {
	content: "";
}

h1 {
	color: #fff;
	text-align: center;
	padding: 80px 0 30px 0;
}

h2 {
	text-align: center;
	padding: 40px 0 0 0;
	width: 75%;
	margin: 0 auto;
}

body {
	background: #131925;
}

ol {
	list-style: decimal;
	font-size: 14px;
	width: 400px;
	padding: 10px 0 0 60px;
	margin: 0 auto;
}

ul#navigation {
	height: 36px;
	padding: 10px 10px 0 10px;
	width: 680px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	margin-top:20px;
}

ul#navigation li {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	float: left;
	width: 90px;
	margin: 0 5px 0 0;
	background-color: #2B477D;
	border: solid 1px #ccc;
	position: relative;
	z-index: 1;
}

ul#navigation li.selected {
	z-index: 3;
}

ul#navigation li.shadow {
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -3px;
	left: 0;
	border: none;
	background: none;
	z-index: 2;
	-webkit-box-shadow: #111 0 -2px 6px;
	-moz-box-shadow: #111 0 -2px 6px;
	box-shadow: #111 0 -2px 6px;
}

ul#navigation li a:link, ul#navigation li a:visited {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	text-align: center;
	width: 90px;
	height: 40px;
	line-height: 25px;
	font-family: Arial;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	float: right;
	background:gray;
	-webkit-transition: background-color 0.3s linear;
	-moz-transition: background-color 0.3s linear;
	-o-transition: background-color 0.3s linear;
}

ul#navigation li a:hover {
	background-color: #ccc;
}

ul#navigation li.selected a:link, ul#navigation li.selected a:visited {
	color: #000;
	border: solid 1px #fff;
	-webkit-transition: background-color 0.2s linear;
	background: -moz-linear-gradient(top center, #d1d1d1, #f2f2f2 80%) repeat scroll 0 0 #f2f2f2;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(.2, #f2f2f2),color-stop(.8, #d1d1d1));
	background-color: #000;
}

#content {
	width: 700px;
	background: #f2f2f2;
	padding: 0 0 10px 0;
	margin: 0 auto;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	height:700px;
}
*************************************/

/**********************************************************************************************/
.container
{
    width: 761px;
    margin: 20px auto;
}
ul.tabs
{
    margin: 0;
    padding: 0;
    float: right;
    direction: rtl;
    list-style: none;
    height: 32px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 100%;
}
ul.tabs li
{
    float: left;
    margin: 0;
    padding: 0;
    height: 31px;
    line-height: 31px;
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
}
ul.tabs li a
{
    text-decoration: none;
    float: left;
    color: #000;
    display: block;
    font-size: 16px;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
}
ul.tabs li a:hover
{
    background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover
{
    background: #fff;
    border-bottom: 1px solid #fff;
}
.tab_container
{
    border: 1px solid #999;
    border-top: none;
    clear: both;
    float: right;
    direction: rtl;
    width: 99.8%;
    background: #fff;
    -moz-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    height: 1030px;
}
.tab_content
{
    padding: 10px;
    font-size: 1.2em;
}
.tab_content h2
{
    font-weight: normal;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 1.8em;
    text-align: center;
}
.tab_content h3 a
{
    color: #254588;
}
.tab_content img
{
    float: right;
    direction: rtl;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    padding: 5px;
}

.CompanyName_GroupTextBox
{
    width: 250px;
    border: 1px solid #000;
    font-family: Arial, serif;
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin-right: -10px;
}

.FormView1
{
    font-family: Arial, serif;
    padding: 14px;
    font-weight: bold;
}

.AgentNameTextBox
{
    width: 350px;
    border: 1px solid #ccc;
    font-family: Arial, serif;
    font-size: 14px;
    padding: 5px;
    margin-top: 3px;
    margin-right: -10px;
}

.RadioButtonList_style
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 350px;
    margin-right: -20px;
}

.InsertButton
{
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    height: 25px;
    margin-right: 70px;
    box-shadow: 2px 5px 5px #888;
    -webkit-box-shadow: 2px 5px 5px #888;
    -o-box-shadow: 2px 5px 5px #888;
    -moz-box-shadow: 2px 5px 5px #888;
}

.darkColorRow
{
    background-color: #ccc;
}

.tab_content #imagesBanner3
{
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    border:1px solid #000;
}

.tab_content #imagesBanner5
{
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    border:1px solid #000;
}

.tab_content #imagesBanner6
{
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    border:1px solid #000;
}

.tab_content #imagesBanner1
{
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    border:1px solid #000;
}


.tab_content #imagesBanner2
{
    margin-right: 0px;
    margin-bottom: 5px;
    margin-top: 0px;
    border:1px solid #000;
}

.tab_container #tab1
{
    background-color:#f7d102;
    height:1008px;
    border:1px solid #ccc;
}


.tab_container #tab2
{
    background-color:#70cbee;
    height:1008px;
    border:1px solid #ccc;
}


.tab_container #tab3
{
    background-color:#0082b6;
    height:1008px;
    border:1px solid #ccc;
}


.tab_container #tab4
{
    background-color:#dec5cb;
    height:1008px;
    border:1px solid #ccc;
}


.tab_container #tab5
{
    background-color:#d5d3d6;
    height:1008px;
    border:1px solid #ccc;
}

.tab_container #tab6
{
    background-color:#fffcd7;
    height:1008px;
    border:1px solid #ccc;
}