
/*html, body {
height: 100%;
}

* html #container {
height: 100%;
}*/

body
{
	padding:0px;
	margin:0px;
	font-size:80%;
	color:#333;
	background-color:#333;
	background-attachment:fixed;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.4em;
}










#header-dash
{
border-bottom: 2px solid #666666;
color: #999999;
padding-top: 10px;
padding-right: 25px;
padding-bottom: 10px;
padding-left: 25px;
font-size: 1em;
background-color:#4E4E4E;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
height: 16px;
}

.clearfix:after, .rlinks:after {	
	content: ".";	
	display: block;	
	height: 0;	
	clear: both;	
	visibility: hidden;
}

#header-dash h1 
{
color: #333333;
font-size: 14px;
padding-bottom: 3px;
font-weight: bold;
}

#header-dash #site_title 
{
font-size: 12px;
line-height: 1.5em;
font-weight: bold;
display: inline;
color: #ffffff;
text-decoration:none;
}



#header-dash a, #header-dash a:visited 
{
color: #fff;
text-decoration: underline;
}

#header-dash #site_title a, #header-dash #site_title a:visited  
{
color:#FFFFFF;
text-decoration:none;
}

#header-dash #site_title a:hover
{
color:#eaeaea;
text-decoration:none;
}

#header-dash .left 
{
float: left;
}

#header-dash .right 
{
float: right;
}













#outerframe
{
	/*min-height: 100%;*/
}

#frame {
	
	margin:0px auto 0px auto;
	padding:0px;
	
}

#innerframe {
/*min-height: 100%;
height:100%;*/
background-color:#ffffff;
}



.rounded
{
		-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}




form input
{
	border:1px solid #ccc;
	padding:5px;
	background-image:url(../img/form_input_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}

form input:focus
{
	border:1px solid #999;
}

form input[type="submit"]
{
	margin-top:4px;
	border:1px solid #999;
	font-weight:bold;
	color:#333;
	
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}

#jobapplyform input[type="button"]
{
	margin-top:4px;
	border:1px solid #999;
	font-weight:bold;
	color:#333;
	
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;

border:2px solid #999;
padding:6px;
}







#header
{
	height:100px;
	background-color:#999;
}

#header #logoname
{
	width:65%;
}

#header_options
{
	float:right; width:300px; text-align:right; padding:3px;
}


#header_nav
{
	height:30px;
	background-color:#CC6;
}
	#header_nav ul li
	{
		display:inline;
		list-style:none;
	}

	#header_nav ul li a:link,#header_nav ul li a:visited,#header_nav ul li a:active 
	{
		padding:3px;
		line-height:30px;
		margin-left:7px;
		color:#900;
		text-decoration:none;
		font-weight:bold;
	
	}
	#header_nav ul li a:hover
	{
		background-color:#333;
		color:#fff;
	}
	

		#header_nav ul li a.current
		{
			background-color:#333;
			color:#FFF;
		
		}


	#header_nav #nav_date
	{
		margin:0px;
		color:white;float:right; font-weight:bold; padding:2px 0px 0px 0px;
	}


.clearfix
{
	height:1px;
	margin-top:-1px;
	clear:both;
}


/* BLOCKS */

.blockframe
{
	
	vertical-align:top;
	margin-bottom:6px;
	
}
	.blockframe .blocktitle
	{
		background-color:#333;
		padding:5px;
		font-weight:bold;
		color:#FFF;
	}
	.blockframe .blockcontent
	{
		border:1px solid #666;
		padding:3px;
		color:#333;
		word-wrap: break-word;
	}
	
	.blockframe .blockcontent p
	{
		margin-bottom: 7px;
	}




	#col-1
    {
        
        float:left;
    }
    
    #col-2
    {
    	
        float:left;
       /* background-color:#fff;*/
    }
    
    #col-2-wide
    {
    	
        float:left;
        /*background-color:#fff;*/
		
    }
	
	#col-2 p, #col-2-wide p
	{
		margin-bottom:7px;
	}
    
    #col-3
    {
       
        float:left;
    }
	
	.padding6
    {
    padding:6px;
    }


ul li
{
	/*list-style:none;*/
	display:block;
	padding:3px;
}

ul li.alt
{
	background-color:#E9E9E9;
}



/*#wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; 
}*/

	#push {
	 height: 30px;
	 clear:both;
	}

#footer
{
	margin-top:50px;
	height:30px;
	background-color:#CC6;
	margin-bottom:7px;
	clear:both;
}

#footer p, #footer a:link
{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	margin-left:6px;
	margin-right:6px;
}

#footer a:link
{
	text-decoration:underline;
}

#footer a:hover
{
	text-decoration:none;
}


@font-face {
	font-family: Delicious; src: url('../fonts/Delicious/font.otf');
}

@font-face {
	font-family: Harabara; src: url('../fonts/Harabara/font.ttf');
}






/* ===================== JOBS MODULE ============================================== */



#consideration
{
	margin:0px 0px 9px 0px;
	
}

#consideration h1
{
	padding:3px;
	border:1px solid #eaeaea;
	border-left:0px;border-right:0px;
	font-size:18px;
	margin-bottom:7px;
}


#consideration td.imgtd
{
	vertical-align:top;
	width:80px;
}

#consideration td img
{
	float:left;
	border:2px solid #eaeaea;
	margin:0px 6px 6px 0px;
}



#jobdiv
{
	border:0px solid #CCC;
	background-color:#fff;
	padding:2px 5px 2px 5px;
}

#jobsheader
{
	padding:0px;
	/*border-bottom:1px solid #999;*/
	margin-bottom:3px;
}

#jobsheader h1
{
font-size:16px;
float:left;
width:50%;
	

}

#jobsheader #jobsheader_search
{
	float:right;
	width:50%;
}

#jobsheader #jobsheader_search input
{
	float:right;
	color:#333;
	border:1px solid #999;
	background-image:#eaeaea;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	font-size:11px;
	padding:4px;
}

#featured_job
{
	margin-top:5px;
	border-bottom:1px solid #999;
}

#featured_job #featured_job_image
{
	width:200px;
	float:right;
	margin:0px 0px 10px 10px;
}

#featured_job #featured_job_image img
{
	width:100%;
	float:right;
	 border: 1px solid #999;
	 /* -moz-box-shadow: 3px 0px 3px 3px #666;
     -webkit-box-shadow: 3px 0px 3px 3px #666;
     box-shadow: 3px 0px 3px 3px #666;*/

	
}

#featured_job #featured_job_image #bigapply a
{
	display:block;
	margin-top:8px;
	border:1px solid #999;
	background-color:#eaeaea;
	text-align:center;
	text-decoration:none;
	
	font-weight:bold;
	font-size:14px;
	
	padding:10px;
	
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}


#featured_job #featured_job_image #bigapply a:hover
{	

	background-color:#ccc;
	color:#333;
	text-decoration:none;
}




#featured_job h2
{
	color:#390;
	padding-bottom:6px;
	margin:0px 0px 10px 0px;
}


#featured_job #job_title 
{
	float:left;
	margin:6px 0px 6px 0px;
	font-size:24px;
	text-shadow: 1px 1px 1px #FFF;
	clear:both;
}


#featured_job #job_title h1
{
	float:left;
	margin:0px 0px 0px 0px;
	font-size:24px;
	text-shadow: 1px 1px 1px #FFF;
}

#featured_job #job_title #job_options
{
	
	float:right;
	line-height:24px;
}



a.option:link
{
	text-decoration:none;
padding:4px;
background-color: #ffffcc;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
font-weight: bold;
font-family: "Lucida Grande",Tahoma,Arial,sans-serif;
text-transform: none;
font-size: 11px;
border:0px;
letter-spacing: 0.05em;

color: #666;
}

 a.option:visited,a.option:hover, a.option:active
{
background-color: #ffffff;
}


#featured_job  #job_options 
{
	text-align:right;

}

#featured_job #job_title #job_options a.option:link, a.option:visited
{
	text-align:right;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:10px;
	font-weight:bold;
}

#featured_job #job_title #job_options a.option:hover
{
	text-decoration:none;
}

#featured_job #featured_job_image #job_list
{
	margin:4px 0px 3px 0px;
}

#featured_job  #featured_job_content  #featured_job_image #job_list ul li span
{
	color:#999;
}


#featured_job_content ul li
{
	display:list-item;
	list-style-type: disc;
	list-style-image:none;
	list-style-position: inside;
	padding-left:10px;
	
	margin-left: 6px;
	padding-left: 1em;
	text-indent: -1em;

	
}

#job_list ul li
{
	
	list-style-type: none;
	list-style-image:none;

	

}



.joblisting
{
	margin-top:6px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	padding-bottom:3px;
}

.joblisting .joblisting_image
{
	width:75px;
	height:75px;
	float:left;
	margin:0px 4px 4px 0px;
	border:1px solid #999;
}

.job_listing .joblisting_content
{
	float:left;
	padding-left:2px;
	padding-bottom:3px;
}

.edit
{
	color:#900;
	font-size:10px;
}

#jobapplyform
{
	border:1px solid #FC3;
	background-color:#FFC;
	padding:10px;
	margin:20px auto 0px auto;
}

#jobapplyform .section
{
	padding-bottom:14px;
	margin:6px 0px 6px 0px;
}

#jobapplyform textarea
{
	width:100%;
}

#jobapplyform fieldset
{
	
	
	border: 1px solid #CCA383;
background: #FFE8EF;
padding: 8px;

}

#jobapplyform fieldset legend
{
	
	
	border: 1px solid #CCA383;
	background: #FFE8EF;
padding: 3px 6px 3px 6px;
font-weight: bold;
}

#jobapplyform .Apply
{
	margin-top:6px;
	border:2px solid #999; 
}




/* ===================== LOGIN DIV  ============================================== */


#logindiv_page
{
	width:100%;
}

#logindiv_page p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/

height: 1%;
}

#logindiv_page p.loginnote{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 0px; /*width of left column containing the label elements*/

}

#logindiv_page label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

#logindiv_page input[type="text"],#logindiv_page input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}


#logindiv_page fieldset {  
margin: 0.2em 0 0 0;  
padding: 0;  
}  
#logindiv_page legend {  
margin-left: 1em;  
color: #000000;  
font-weight: bold;  
}  
#logindiv_page fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;  
}  
#logindiv_page fieldset li {  
padding-bottom: 1em;  
}  
#logindiv_page fieldset.submit {  
border-style: none;  
}




/* - now for a block styling ---- */

#logindiv_block
{
	padding:3px;
}

#logindiv_block p{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
/*padding-left: 155px; width of left column containing the label elements*/
height: 1%;
}

#logindiv_block label{
font-weight: bold;
float: left;
/*margin-left: -155px; width of left column*/
width: 100%; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
clear:right;
}

#logindiv_block input[type="text"],#logindiv_block input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 90%;
border:1px solid #ccc;
	padding:3px;
	background-image:url(../img/form_input_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#logindiv_block input:focus
{
	border:1px solid #999;
}


#logindiv_block input[type="submit"]
{
	margin-top:3px;
	border:1px solid #999;
	font-weight:bold;
	color:#333;
	
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomleft: 2px;
-moz-border-radius-bottomright: 2px;
-webkit-border-top-right-radius: 2px;
-webkit-border-top-left-radius: 2px;
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
}




.sideblock_video 
{
	padding:2px;
}

.sideblock_video a img {
	margin:1px auto 2px auto;
    display: block;
	padding:2px;
    border: 1px solid #ccc;
	margin-bottom:6px;
}
.sideblock_video a img:hover {
    background-color:#CCC;
	padding:2px;
	border:1px solid #eaeaea;
}

.sideblock_video .videolink
{
	text-align:left;
	margin-bottom:8px;
	background-image:url(../../dashboard/images/icons/smallvid.png);
	background-position:left 4px;
	background-repeat:no-repeat;
	
	
}

.sideblock_video .videolink a:link,
.sideblock_video .videolink a:visited,
.sideblock_video .videolink a:hover,
.sideblock_video .videolink a:active
{
	padding-left:20px;
	display:block;
	
}

.sideblock_photos
{
	padding:2px;
}

.sideblock_photos a img {
	width:75px;
	height:75px;
	float:left;
	margin-left:6px;
	margin:1px auto 2px auto;
    display: block;
	padding:2px;
    border: 1px solid #ccc;

}
.sideblock_photos a img:hover {
    background-color:#CCC;
	padding:2px;
	border:1px solid #eaeaea;
}







/* ------------- SIGNUP page ------------------------- */

#signupdiv_page
{
	width:100%;
	
	
}

#signupdiv_page input, #signupdiv_page select
{
	border:1px solid #ccc;
	padding:5px;
	background-image:url(../img/form_input_bg.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
}

#signupdiv_page input:focus
{
	border:1px solid #999;
}

#signupdiv_page input[type="submit"]
{
	margin-top:4px;
	border:1px solid #999;
	font-weight:bold;
	color:#333;
	
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
}



#signupdiv_page #signup_title
{
padding:2px;
margin-bottom:6px;
border-bottom:1px solid #CCC; 
font-size:14px;
font-weight:bold;
}


#signupdiv_page #signup_content
{
padding:6px;
border:1px solid #f9f9f9;
	background-color:#F9F9F9;
	background-color:#FFF;
}


#signupdiv_page #signup_content table td
{
	padding:3px;
	vertical-align:top;
}


#signupdiv_page #signup_content p
{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 130px; /*width of left column containing the label elements*/

height: 1%;
margin-bottom:1px;
clear:both;
color:#666;
}

#signupdiv_page #signup_content p.wide
{
clear: left;
margin: 0;
padding: 5px 0 8px 0;
color:#666;

height: 1%;
margin-bottom:1px;
clear:both;
}


#signupdiv_page label.standardlabel{
font-weight: normal;
float: left;
margin-left: -20em; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
margin-right: 1em;    
text-align: right; 
width: 20em;   
}

#signupdiv_page label.standardlabelwide{
	padding:3px;
font-weight: normal;
float: left;
margin-right: 1em;    
text-align: left; 
clear:both;
}



#signupdiv_page input[type="text"],#signupdiv_page input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}



.mamainfo
{
	margin-top:10px;
	border:1px solid #6F3;
	background-color:#D5FFD5;
	padding:10px;
}

.mamainfo span
{
	padding:4px;
	margin-bottom:3px;
}

div.heading
{
	margin:0px;
	padding-left:0px;
	margin-bottom:7px;
	font-size:12px;
	color:#000;
	padding:3px;
	border-bottom:1px solid #CCC;
	font-weight:bold;
}









#myform .error
{
background-color: transparent;
background-image: url(../images/unchecked.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: 0px 0px;
padding-left: 5px;
padding-bottom: 2px;
font-weight: bold;
color:#900;
font-size:11px;
font-family:Verdana, Geneva, sans-serif;
}

label.errorMsg
{
	
	clear:none;
	margin-left:1px;
}



.errormsg
{
	background-color:#fde5e5;
	padding:8px;
	font-weight:bold;
	color:#da3638;
	border:1px solid #FF5353;
	margin-bottom:8px;font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.successmsg
{
	background-color:#e9ffbf;
	padding:8px;
	font-weight:bold;
	color:#7fbf13;
	border:1px solid #7fbf13;
	margin-bottom:8px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.errormsg p, .successmsg p
{
	padding:2px;
}

#page_title
{
	font-weight:bold;
	font-size:13px;
	border-bottom:1px solid #ccc;
	padding:3px 0px 3px 0px;
	margin-bottom:6px;
}

#page_title #title
{
	
	font-size:16px;
	
}





#talent_header
{
	padding:5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	border:1px solid #eaeaea;
	border-left:0px;
	border-right:0px;
	margin-bottom:4px;
}

#home #home_headshot
{
	float:right;
	margin:3px 3px 10px 10px;
}

#home #home_headshot img
{
	width:170px;
	float:right;
	margin:3px 3px 10px 10px;
}


#home #home_headshot {
  float:right;
  background: url(../img/shadowAlpha.png) no-repeat bottom right !important;
  background: url(shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

#home #home_headshot img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
  } 
  

#gad
{
	margin-top:5px;
	border:0px;
}

#gad .blockcontent
{
	border:0px;
	background-color:#FFF;
}

.loginwelcome
{
	background-color:#ffffe1;
	padding:5px;
	margin:3px 0px 3px 0px;
	border:1px solid #eaeaea;
}


.fileuploadlimit
{
	font-size:10px;
	font-weight:bold;
	color:#900;
}







#talent-profile
{
	
}

	#talent-profile .colwide 
	{
		
	}
	
	#talent-profile #talent-marg
	{
		padding:10px;
	}

	
	
	#talent-profile #talent-image
	{
		float:right;
		margin:0px 0px 10px 10px;
		border: 1px solid #eaeaea;
		padding: 5px;
		background-color: #fafafa;
	}
	
		#talent-profile #talent-image img
		{
			width:200px;
			
		}
	
	
	
	#talent-profile #talent-image2
	{
		float:right;
		margin:0px 0px 10px 10px;
		border: 1px solid #eaeaea;
		padding: 5px;
		background-color: #fafafa;
	}
	
		#talent-profile #talent-image2 img
		{
			width:180px;
			
		}
	
	
	
	#talent-profile h1
	{
		font-size:180%;
		color:#333333;
		float:left;
		margin-top:5px;
		clear:left;
	}
	
	
	#talent-profile #stat-list
	{
		clear:left;
		margin-top:30px;
		float:left;
		width:250px;
		margin-bottom:30px;
	}
		#talent-profile #stat-list ul li
		{
			color:#333;
			font-size:14px;
			font-weight:bold;
			
			display:block;
			list-style:none;
			padding:8px 8px 8px 0px;
			border-bottom:1px solid #eaeaea;
		}
		#talent-profile #stat-list ul li span
		{
			color:#999;
			width:150px;
		}
		
		
		#talent-profile #talent-bio
		{
			margin-top:10px;
			clear:both;
			
		}
		
			#talent-profile #talent-bio h2
			{
				padding:5px 5px 5px 0px;
				border-bottom:1px solid #eaeaea;
				margin-bottom:10px;
				font-size:120%;
				
			}
		
			#talent-profile #talent-bio p
			{
				line-height:1.6em;
			}
		
	
	
#download_resume 
{
	
	margin: 12px auto 8px auto;
	margin-left:14px;
	
}		
		
#download_resume a:link,#download_resume a:visited,#download_resume a:active 
{
	padding:4px;
	border:1px solid #b0b0b0;
	background-color:#f0f0f0;
	margin: 8px auto 8px auto;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
}

#download_resume a:hover
{
	
	border:1px solid #666;
	color:#000;

}

#about_email
{
	padding:6px 0px 6px 0px;
}

/* Talent home block */



.talent_home_resume{	margin-top:10px;}
.talent_home_resume a
{

	width:190px;
	display:block;
	padding:7px; 
	margin-bottom:2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border:1px solid #ccc;
	background-color:#eaeaea;
	/*background-image: -moz-linear-gradient(100% 100% 90deg, #eaeaea, #999999);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#999999), to(#eaeaea));*/
	text-align:center;
	color:#333;
}
.talent_home_resume a:hover
{
	color:#000;
	border:1px solid #999;
	/*
	background-image: -moz-linear-gradient(100% 100% 90deg, #999999, #eaeaea);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eaeaea), to(#999999));*/
	
}


