/* CSS Document */
h1, h2, h3, h4, p, ul, form, body
{
	padding:0;
	margin:0;
	border:0;
	font-weight:normal;
}

img
{
	border:0px;
}

input, select, textarea
{
	font-size:100%;
	padding:2px;
}

.left
{
	float:left;
	left:0px;
	top:0px;
}

.right
{
	float:right;
	right:0px;
	top:0px;
}

.aln_center
{
	text-align:center;
}

.aln_right
{
	text-align:right;
}

.aln_left
{
	text-align:left;
}

.img_left
{
	float:left;
	padding:5px 8px 8px 0px;
}

.img_right
{
	float:right;
	padding:5px 0px 8px 8px;
}

.clr
{
	clear:both;
}


/** ajax loader **/

	div.loading
	{
		background-image:url(public/images/spinner.gif);
		background-position:15px;
		background-repeat:no-repeat;
		padding:15px;
		padding-left:35px;
		border:1px solid #CCCCCC;
		color:#999999;
	}
	
	div.sticky_loading, div.progress
	{
		background-image:url(public/images/spinner.gif);
		background-position:15px;
		background-repeat:no-repeat;
		padding:15px;
		padding-left:35px;
		border:3px solid #333;
		background-color:#FFF;
		font-size:12px;
		color:#380609;
	}
	
	/** Message **/
	div.error
	{
		padding: 15px 20px 15px 45px;
		border-top:2px solid #333;
		border-bottom:2px solid #333;
		color:#FF0000;
		margin:0 0 18px 0;
		background:15px 15px url(public/images/delete.gif) no-repeat #fff;
	}
	
	div.message
	{
		padding: 15px 20px 15px 45px;
		border-top:2px solid #6EBACE;
		border-bottom:2px solid #6EBACE;
		margin:0 0 18px 0;
		color:#6EBACE;
		background:15px 15px url(public/images/accept.gif) no-repeat #FFF;
	}
	
	div.error ul, div.message ul
	{
		margin:0px;
		list-style:square;
		padding:0 0 0 15px;
	}
	
	div.error ul li, div.message ul li
	{
		padding:0px;
		margin:0px;
		line-height:1.5em;
	}
	
	div.error b, div.message b
	{
		display:block;
		padding:0 0 8px 0;
	}
	
	div.note
	{
		padding:15px;
		border:1px solid #CCCCCC;
		color:#666666;
		font-size:90%;
		line-height:1.5em;
		background-color:#f4F4F4;
		margin:0 0 18px 0;
	}

	.rgtImg
	{
		float:right;
		padding:5px 0 5px 10px;
	}
	
	.lftImg
	{
		float:left;
		padding:5px 10px 5px 0;
	}
/* CSS Document */
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	text-align:center;
	color:#666;
	background:url(public/images/site/bg.jpg) repeat-x;
}

#root
{
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	margin:0 auto 0 auto;
	text-align:left;
	background:url(public/images/site/col_bg.jpg) repeat-y;
	font-size:1.1em;
}

#root_child
{
	background:url(public/images/site/header.jpg) no-repeat 0 0;
	width:100%;
}

#header
{
	height:270px;
}

#page
{
}

#page div.left_col
{
	position:relative;
	left:0px;
	top:0px;
	width:239px;
	height:800px;
	background:url(public/images/site/right_col.gif) no-repeat -200px 60px;
}

#page div.center_col
{
	width:661px;
}

#main div.content
{
	width:431px;
	padding:20px 15px 25px 15px;
}

#main div.right_col
{
	position:relative;
	left:0px;
	top:0px;
	width:200px;
	height:500px;
	overflow:visible;
	background:url(public/images/site/right_col.gif) no-repeat 0px -33px;
}

#footer
{
	border-top:5px solid #87D0F2;
	background-color:#FFF;
	padding:10px 0 15px 0;
}

#footer a
{
	color:#666;
	text-decoration:none;
}

#footer a:hover
{
	background-color:#FFF;
	color:#666;
	text-decoration:underline;
}


h1
{
	display:block;
	color:#87d0f2;
	font-size:2.2em;
	padding-bottom:5px;
	margin-bottom:16px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(public/images/site/dot_body.jpg) repeat-x bottom;
}

h2
{
	font-size:1.5em;
	color:#87d0f2;
	font-weight:normal;
	margin-bottom:5px;
}

div.center_col h2 a
{
	color:#3764b4;
	font-weight:bold;
	font-size:15px;
}

div.center_col h2 a:hover
{
	color:#FFF;
	background-color:#0463b9;
}

h3
{
	font-size:1.1em;
	color:#87d0f2;
	font-weight:normal;
	margin-bottom:5px;
}


p
{
	line-height:16px;
	margin-bottom:15px;
}

a
{
	color:#0463b9;
}

a:hover
{
	color:#FFF;
	background-color:#0463b9;
	text-decoration:none;
}


div.search
{
	margin-top:43px;
	padding:0px 12px 0px 15px;
	
}

div.office
{
	margin-top:70px;
	padding:0px 12px 25px 15px;
	background:url(public/images/site/dot_right.gif) repeat-x bottom;
	padding-top:25px;
	text-align:right;
	color:#0463b9;
	font-size:95%;
	line-height:16px;
}

div.office h3
{
	font-size:10px;
	font-weight:bold;
	color:#0463b9;
	margin-bottom:0px;
}

/** Links **/
	div.links
	{
		margin-bottom:18px;
	}
	
	div.links a
	{
		background-color:#6EBACE;
		padding:5px 8px 5px 8px;
		margin-right:5px;
		text-decoration:none;
		color:#FFF;
	}

div.office p
{
	line-height:15px;
}

div.sponsor
{
	padding:0px 0px 8px 239px;
}

div.date_time
{
	color:#FFF;
	padding:17px 0px 0px 15px;
}

div.client_login
{
	padding-left:75px;
}

div.client_login h2
{
	margin-top:50px;
	background:url(public/images/site/right_col.gif) -16px 0px;
	height:30px;
}

#lnkHome
{
	text-decoration:none;
	position:absolute;
	left:0px;
	top:45px;
	width:65px;
	height:400px;
}
#lnkHome:hover
{
	background:none;
}


/** Data Entry Section **/
	div.entry
	{
		margin-bottom:18px;
		background-color:#FFF;
		/*border:1px solid #DDD;*/
		padding:0px;
	}
	
	div.entry table
	{
	}
	
	div.entry table tr th
	{
		padding:5px;
		color:#FFFFFF;
	}
	
	div.entry table tr td.group_title
	{
		border-bottom:1px dashed #333;
		font-weight:bold;
	}
	
	div.entry table tr td
	{
		padding:5px;
	}
	
	div.entry table tr td i
	{
		color:red;
		font-style:normal;
		padding-left:2px;
	}
	
	div.entry table tr.alt td
	{
		padding:5px;
	}
	
	div.entry table tr td p
	{
		margin:0px;
	}
	
	div.entry table tr td.grid_container, div.grid_container
	{
		background-color:#FFFFFF;
		border:1px solid #CCC;
		padding:10px;
	}
	
ul
{
	list-style:square;
	line-height:16px;
	padding-left:35px;
	margin-bottom:16px;
}

ul li
{
	padding-bottom:2px;
}	
/* CSS Document */

div.v_menu
{
	margin-top:21px;
	width:155px;
	color:#0463b9;
	font-size:12px;
	padding-left:75px;
}

div.v_menu ul
{
	padding:0px;
	margin:0px;
}

div.v_menu a
{
	color:#0463b9;
	text-decoration:none;
}

div.v_menu a:hover
{
	color:#0463b9;
	background:url(public/images/site/bullet_large.gif) no-repeat left;
}

div.v_menu ul, div.v_menu ul li ul, div.v_menu ul li ul li ul
{
	list-style:none;
}

div.v_menu ul li, div.v_menu ul li ul li, div.v_menu ul li ul li ul li
{
	display:inline;
}

div.v_menu ul li ul, div.v_menu ul li.current ul li ul
{
	display:none;
}

div.v_menu ul li.current ul, div.v_menu ul li.current ul li.current ul
{
	display:block;
}

div.v_menu ul li a
{
	display:block;
	text-decoration:none;
	padding:18px 0px 18px 18px;
	border-bottom:1px dashed #FFF;
	background:url(public/images/site/bullet_large.gif) no-repeat left;
}

div.v_menu ul li a:hover
{	
	/*font-weight:bold;*/
}



div.v_menu ul li.current a 
{
	font-weight:bold;
	padding-bottom:5px;
	background-position:left 20px;
}

div.v_menu ul li.current a:hover
{
	/*font-weight:bold;*/
	padding-bottom:5px;
	background-position:left 20px;
}


div.v_menu ul li.current ul li a
{
	font-size:10px;
	padding:3px 0px 3px 12px;
	font-weight:normal;
	background:url(public/images/site/bullet_small.gif) no-repeat left;
}

div.v_menu ul li.current ul li a:hover
{
	padding-top:3px;
	padding-bottom:3px;
	background:url(public/images/site/bullet_small.gif) no-repeat left;
}

div.v_menu ul li.current ul li.current a
{
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
	background:url(public/images/site/bullet_small.gif) no-repeat left;
}

div.v_menu ul li.current ul li.current ul li a
{
	font-size:10px;
	font-weight:normal;
	color:#666;
	background:none;
}

div.v_menu ul li.current ul li.current ul li a:hover
{
	/*font-weight:bold;*/
	background:none;
}

div.v_menu ul li.current ul li.current ul li.current a
{
	font-weight:bold;
}

/* CSS Document */

div.dj_document_list
{
	border-bottom:1px dashed #333;
	margin-bottom:15px;
	padding-bottom:5px;
}

div.dj_document_list h3
{
	font-weight:bold;
	font-size:12px;
}

div.dj_document_list img
{
	float:left;padding-right:5px;
}

div.dj_document_list div.date
{
	color:#666;
	font-size:11px;
	margin:5px;
}
