@import url("reset.css");

/* ---------------------------------------- NAV ---------------------------------------- */

.navbar {
	float: left;
	margin-left: 10px;
	margin-top: 28px;
}


.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 14px;
}
.nav li {
	margin: 0;
	padding: 0;
	display: inline;
}
.nav a {
	padding-left: 10px;
	padding-right: 10px;
	color:#FFFFFF;
	float: left;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #7400E8;
	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;	
}
.nav a:hover {
	color:#003399;
	background-color: #FFFFFF;
}


/* ---------------------------------------- SELECTORS ---------------------------------------- */

h1 {
	font-size: 25px;
	font-weight: bold;
	margin-top: 15px;	
	margin-bottom: 15px;	
}

h2 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;	
	margin-bottom: 15px;	
}

p {
	padding: 5px;
	font-size: 13px;
}





#container {
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	width: 915px;
	font-family: Verdana;
	font-size: 11px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	padding: 10px;
	height: auto;
	overflow: auto;
}

.top {
	background-color: #6600CC;
	width: 915px;
	height: 132px;
	margin-bottom: 30px;
	float: left;
	background-image: url(../_img/logo.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#submit {

	text-align: center;

	margin-top: 10px;

}



td.left {
	background-color: #E6E6E6;
	vertical-align: middle;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
tr.alt {
	background-color: #EEEEEE;
}





body {

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	background-color: #CCCCCC;

}

.text_area {

	width: 100%;

	height: 50px;

}

.buttons {

	height: 40px;

	width: auto;

	padding-right: 20px;

	padding-left: 20px;

	margin-left: 10px;

}

.buttons_view {

	height: 25px;

	width: 110px;

	padding-right: 10px;

	padding-left: 10px;

}



.roll td {

			background-color: #EEEEEE;

		}

		

		.revoked td {

	background-color: #EFEFEF;

	text-decoration: line-through;

		}

			.deceased td {
	background-color: #FFD2D2;
		text-decoration: line-through;

		}	

.right {

	border: 1px solid #EEEEEE;

	vertical-align: middle;

}

.search {

	background-color: #FFFFFF;

	width: 300px;

	height: 25px;

	vertical-align: middle;

	float: left;

	margin-top: 14px;

	padding: 3px;

	text-align: left;

}

a:link {

	text-decoration: none;

}

.logo {
	color: #FFFFFF;
	font-size: 28px;
	float: left;
	margin-left: 10px;
	margin-top: 40px;
	width:850px;
	font-weight: bold;
}



a:visited {

	text-decoration: none;

}

a:hover {

	text-decoration: none;

}

a:active {

	text-decoration: none;

}

#left_side {

	width: 450px;

	float: left;

	margin-right: 15px;

}

#bord {

	border: 1px solid #000000;

	padding: 10px;

	margin-bottom: 20px;

}

#inside {

	float: left;

	width: 100%;

}

#right_side {

	width: 450px;

	float: left;

}

.form_left {

	width: 180px;

	float: left;

	vertical-align: middle;

	background-color: #EEEEEE;

	margin: 4px;

}



.success {
	background-color: #00CC00;
	border: 1px solid #000000;
	padding: 5px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.error {
	background-color: #FF0000;
	border: 1px solid #000000;
	padding: 5px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

.td-error {
	font-weight: bold;
	color: #FF0000;
}

#left_side {

	width: 450px;

	float: left;

	margin-right: 15px;

}

#bord {

	border: 1px solid #000000;

	padding: 10px;

	margin-bottom: 20px;

}

#inside {

	float: left;

	width: 100%;

}

#right_side {

	width: 450px;

	float: left;

}

.form_left {

	width: 180px;

	float: left;

	vertical-align: middle;

	background-color: #EEEEEE;

	margin: 4px;

}

/* ---------------------------------------- SELECTORS ---------------------------------------- */

table { 
		border-spacing: 5px;

}

th {
	background-color: #CCCCCC;
	height: 30px;
	font-weight: bold;
	vertical-align: middle;
}
td {
	font-size: 14px;
}


table thead tr .header {
	background-image: url(../_img/small.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
	background-color: #CCCCCC;
	height: 30px;
}
table thead tr .headerSortUp {
	background-image: url(../_img/small_asc.gif);
}
table thead tr .headerSortDown {
	background-image: url(../_img/small_desc.gif);
}
table thead tr .headerSortDown, table thead tr .headerSortUp {
background-color: #999999;
}


/* JS TABS */

.tab_container {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 30px;
}

ul.tabs {
	padding: 0;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	display: block;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
	}


