/* ---------------------------------------------------------------------------------------
   ZitoList.com
   ----------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------------
   Initial Settings
   ----------------------------------------------------------------------------------- */
html, body {
	text-align: center;
	padding:0;
	vertical-align:top;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #FFFFFF;
	margin:10px auto;
}
.divClear {
	clear:both;
}
/* Links ------------------------------------------------------*/
a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
img {
	border:none; 
}
div {
	margin:0;
	padding:0;
	/*border:1px solid black;*/
}

/* Header Elemnts ----------------------------------------------*/
h1 { 
	font-size:34px;
	color:#333333;
	text-align:center;
}
h2 { /*  All Headers  */
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	color:#FFFFFF;
	padding:8px 0px 0px 48px;
}
h5 {
	font-size:18px;
	color:#666666;
	font-weight:normal;
}
/* Span Elements ------------------------------------------------*/
.black_11 {
	font-size:11px;
}
.black_12 {
	font-size:11px;
}
.black_14 {
	font-size:14px;
}
.black_16 {
	font-size:16px;
}
.black_20 {
	font-size:20px;
}
.grey_12 {
	font-size:12px;
	color:#666666;
}
.grey_16 {
	font-size:16px;
	color:#666666;
}
.grey_18 {
	font-size:18px;
	color:#666666;
}
.grey_20 {
	font-size:20px;
	color:#666666;
	font-weight:bold;
}
.white_10 {
	font-size:10px;
	color:#FFFFFF;
}
.white_12 {
	font-size:12px;
	color:#FFFFFF;
}
.white_14 {
	font-size:14px;
	color:#FFFFFF;
}
.white_16 {
	font-size:16px;
	color:#FFFFFF;
}
.white_22 {
	font-size:22px;
	color:#FFFFFF;
}
.red_12 {
	font-size:12px;
	color:#FF0000;
}
.red_14 {
	font-size:14px;
	color:#FF0000;
}
.red_16 {
	font-size:16px;
	color:#FF0000;
}
.red_18 {
	font-size:18px;
	color:#FF0000;
}
.red_20 {
	font-size:20px;
	color:#FF0000;
}
.jobViewHeaders {
	font-size:13px;
	color:#666666;
	font-weight:bold;
}
#align_center {
	text-align:center;
	width:100%;
}
/* ---------------------------------------------------------------------------------------
   Containers
   ------------------------------------------------------------------------------------ */
#container {
	width:818px;
	margin:auto;
}
#body_container {
	width:100%;
	height:100%;
	background-image:url(../images/background.jpg);
	background-repeat:repeat-y;
	background-position:left;
	margin-top:0px;
	border:0px;
	text-align:center;
	/*border:1px solid black;*/
}
/* ----------------------------------------------------------------------------------------
   Masthead Elements
   ------------------------------------------------------------------------------------- */
#header {
	height: 110px;
	text-align:left;
	background-color:#FFFFFF;
}
#head_logo {
	float:left;
	width:461px;
	height:68px;
	border:none;
}
#head_right {
	float:right;
	background-image:url(../images/header_box.jpg);
	background-repeat:no-repeat;
	background-position:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:140%;
	text-align:center;
	width:150px;
	height:65px;
	padding:5px 6px 0px 0px;
}
#head_right a:link {
	color:#000000;
}
#head_right a:visited {
	color:#000000;
}
#buttons {
	clear:both;
}
#index_image {
	clear:both;
	height:255px;
	width:818px;
	background-image:url(../images/index_image.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#rounded_top {
	background-image:url(../images/header_slice.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:14px;
	width:818px;
	text-align:left;
	font-size:10px;
	padding:7px 0px 0px 15px;
}

/* ---------------------------------------------------------------------------------------
   Footer Elements
   --------------------------------------------------------------------------------------- */
#footer {
	clear:both;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	vertical-align:bottom;
	height:20px;
	width:818px;
	font-size:6px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:0px;
	text-align:center;
}
#footer p {
	text-align:center;
	font-size:16px;
}

/* ---------------------------------------------------------------------------------------
   Main Columns
   ----------------------------------------------------------------------------------- */
#main_col {
	float:left;
	margin:0px 10px 0px 10px;
	width:375px;
	height:100%;
	text-align:center;
}	
#main_col p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
}
#main_col_single {
	text-align:center;
	margin:15px auto;
}	
/* ---------------------------------------------------------------------------------------
   Sidebars
   -------------------------------------------------------------------------------------- */

/* Sidebar A  ------------------------------------------*/
#sidebar_a {
	float:left;
	margin:0px 0px 0px 10px;
	width:195px;
	height:100%;
	text-align:center;
	font-size:12px;
}	
#sidebar_a p {
	text-align:left;
	padding:0px;
	margin:0px;
}

/* INDEX ------------------------------------------*/
#sidebar_index_left {
	float:left;
	margin:0px 0px 10px 20px;
	width:180px;
	text-align:center;
	font-size:12px;
}	
#sidebar_a p {
	text-align:left;
	padding:0px;
	margin:0px;
}
#index_box_center {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 15px 0px 10px;
	font-weight:normal;
}

/* ------------------------------------------------------------------------------------
   Form Elements
   -------------------------------------------------------------------------------- */
#form_reg {
	width:339px;
	height:465px;
	background-image:url(../images/background_paper_3.jpg);
	margin-left:30px;
	margin-top:20px;
	padding:15px 0px 0px 25px;
	border:0px;
	background-repeat:no-repeat;
	text-align:left;
}
#form_reg_2 {
	width:339px;
	height:465px;
	background-image:url(../cabo/images/background_paper_3.jpg);
	margin-left:30px;
	margin-top:20px;
	padding:25px 0px 0px 25px;
	border:0px;
	background-repeat:no-repeat;
	text-align:left;
}
/* Login Form ---------------------*/
#form_login {
	width:181px;
	height:220px;
	clear:both;
	background-image:url(../images/login_box.jpg);
	background-repeat:no-repeat;
	padding:10px 0px 0px 15px;
	text-align:left;
	float:left;
}
#form_login input {
	font-size:11px;

}
td input p {	
	text-align:left;
	vertical-align:top;
}



/* ----------------------------------------------------------------------------------
   Table Elements
---------------------------------------------------------------------------------- */
fieldset {
	border:none;
	color:#000000;
}
	
td input type, submit{
	text-align:center;
}	
/*This is for the checkbox section of the form_reg ---------------------*/
#check_box td p {
	font-weight:lighter;
	font-size:10px;
}


/* ---------------
   Column formating for Registration form
   --------------- */
#main_col_2 {
	float:left;
	margin:20px 20px 20px 30px;
	width:350px;
	text-align:left;
}	
/* sidebar_a ------------------------------------------------------------*/
#sidebar_a_2 {
	float:left;
	margin:20px;
	width:350px;
	text-align:left;
}	
/* --------------------------------------------------------------------------------------
   Misc Div Tags
   ---------------------------------------------------------------------------------- */
#globe {
	background-image:url(../images/globe.jpg);
	background-repeat:no-repeat;
	font-size:17px;
	font-weight:bolder;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:12px;
	width:172px;
	height:172px;
	text-align:center;
}
/* -------------------------------------------------------------------------------------
   Border Tags
   -------------------------------------------------------------------------------------- */
#index_box {
	height:100%;
	width:100%;
}
/* Top Row ------------------------------------------------------------------------------------------*/
#top_row {
	background-image:url(../images/borders/top_right.jpg);
	background-repeat:repeat-x;
	text-align:left;
	background-position:top right;
	height:40px;	
}
#top_left {
	float:left;
	height:40px;
	width:40px;
}
/* Middle Row ------------------------------------------------------------------------------------------*/
#middle_row {
	clear:both;
	background-image:url(../images/borders/left.jpg);
	background-position:left;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	height:100%;
}
#middle_row p {
	font-size:12px;
	text-align:justify;
}
#middle_row p a {
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	
}
#inner_container {
	float:right;
	clear:right;
	background-image:url(../images/borders/right.jpg);
	background-position:right;
	padding:10px 5px 5px 0px;
	width:97%;
	text-align:left;
}
/* Bottom Row ------------------------------------------------------------------------------------------*/
#bottom_row {
	clear:both;
	background-image:url(../images/borders/bottom_right.jpg);
	background-repeat:repeat-x;
	background-position:top right;
	text-align:right;
	height:20px;
}
#bottom_left {
	float:left;
	background-image:url(../images/borders/bottom_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:15px;
	width:42px;
	text-align:left;
}

/* Post Job Page ------------------------------------------*/
#leftDiv {
	float:left;
	width:420px;
	font-size:13px;
	padding-right:10px;
}

#rightDiv {
	float:left;
	width:200px;
	margin:20px 0px 0px 20px;
	text-align:center;
	font-size:13px;
}
#blackBox {
	width:185px;
	height:185px;
	background-image:url(../images/blackBox.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:20px 0px;
	text-align:center;
	margin-left:5px;
}
#blackBoxLogin {
	width:181px;
	height:207px;
	background-image:url(../images/blackBoxLogin.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding:3px;
	text-align:center;
	margin-left:5px;
	float:left;
}
/* View Job Page ------------------------------------------*/
#jobDiv {
	background-color:#FFFFFF;
	padding:0px 5px 0px 5px;
	width:680px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
}
#leftJobDiv {
	float:left;
	width:500px;
	font-size:12px;
}

#rightJobDiv {
	float:left;
	width:150px;
	margin:5px 0px 0px 10px;
	text-align:left;
	font-size:12px;
}
#leftBotJobDiv {
	float:left;
	width:250px;
	font-size:12px;
	margin-top:22px;
}

#rightBotJobDiv {
	background-color:#e6e6e6;
	float:left;
	width:380px;
	margin:15px 10px 0px 20px;
	line-height:190%;
	text-align:left;
	font-size:12px;
	padding:5px;
	border:1px solid #CCCCCC;

}
#confirm {
	text-align:center;
}
#confirm table {
	font-size:12px;
	line-height:180%;

}
#confirm th {
	text-align:right;
	vertical-align:top;
}
#confirm td {
	text-align:left;
	vertical-align:top;
}
/*----------------------------------------------------------------*/
#control {
	text-align:center;
}
#control table {
	font-size:12px;
	line-height:200%;
	width:95%;

}
#control th {
	text-align:left;
	vertical-align:top;
	width:50%;
	
}
#control td {
	text-align:left;
	vertical-align:top;
	width:50%;

}