/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent;*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* TOOLS */

.float-right{
	float:right;
}

.float-left{
	float:left;
}

.newline{
	clear:both;
}

.spacer_5px {
	clear:both;
	height: 5px;
}

.centre-div{
  /* display:-moz-inline-stack; */
  display:-moz-inline-box;
  display:inline-block;
  -moz-box-orient: vertical;
	zoom:1;
	*display:inline;
}

/* BODY */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #555753;

	}
	body a {
		color: #039;
		text-decoration:none; 
		}
		body a:hover{
		color: #039;
		text-decoration:underline; 
		}

	body hr {
		color: #e8edff;
		background-color: #e8edff;
		border: 0;
		margin: 0;
		height: 1px;		
	}
	body h1 { 
		padding:0 0 15px 0;
		font-size: 14px;
		font-weight: bold;
		color: #039;
		text-align: center; 
	}
	body h2 { 
		padding:10px 0 5px 0;
		font-size: 10px;
		font-weight: bold;
		color: #666699;
		text-align: left; 
	}

	
.underline {
	text-decoration:underline; 
}

.main-content {
	display:block;
  text-align: center;

  
}


/* HEADER */


#login-and-register {
  margin: 5px 10px 5px 10px;


	
}

#login{
	float:left;
	padding:5px 10px 5px 10px;
	height:35px;
	width:217px;
	border:2px solid #e7e7e7;
	}
	#login input {
		background:no-repeat;
	}
	#login tbody {
		width:207px;
	}
	#login tbody td{
		width:103px;
	}


#register{
	float:left;
	padding:5px 10px 5px 10px;
	height:35px;
	width:335px;
	Border:2px solid #e7e7e7;
	}
	#register input {
		background:no-repeat;
	}
	#login tbody {
		width:315px;
	}
	#login tbody td{
		width:105px;
	}


#header {
	width:100%;
	height:10px;
	/*background:url('/tomcat/images/header-bg.gif') repeat-x;*/
	background:#e8edff;
}

#headerfull {
	width:100%;
	height:161px;
	/*background:url('/tomcat/images/header-bg.gif') repeat-x;*/
	background:#e8edff;
}


#logo{
	margin:0 0 0 7px;
	padding:0;
	height:161px;
	float:left;
}

#irha-logo{
	margin:35px 7px 0 0;
	padding:0;
	float:right;
}

.menu {
	width:100%;
	height:43px;
	/*background:url('/tomcat/images/menu-bg.gif') repeat-x;*/
	/*background:#e8edff;*/
	background:#eff2ff;
}

.menuheader {
	float:left;
  margin:16px 0 0 10px; 
  letter-spacing: 1px;
	}
 	.menuheader li {
  	display:inline;
 		}


#menufooter {
	float:right;
  margin:6px 10px 0 0;
  margin-top: 6px;
  letter-spacing: 1px;
	}
 	#menufooter li {
  	display:inline;
 		}


/* PROFILE */

.profile-container {
	margin:0 auto; 
	width: 700px;
	
}

.profile-left {
 	float: left;
	width: 290px;
	margin-right: 10px;
}


.profile-right {
 	float: left;
	width: 350px;
}


.profile-links {
  
  float: left;
  width: 250px;
  padding: 5px 15px 5px 15px;
  margin: 0 10px 10px 10px;
  vertical-align: top;
  text-align: justify;
  border: .1em solid #909090; 
}

.profile-link-icon {
	float: left;
	width: 32px;
	margin-right: 10px;
}


.profile-link-text {
	float: left;
	margin-top:10px;
	}
	.profile-link-text a {
		text-decoration:none;
		}


.profile-photo {
  
  width: 250px;
  height: 352px;
  padding: 5px 15px 5px 15px;
  margin: 10px 10px 10px 10px;
  vertical-align: top;
  text-align: justify;
  border: .1em solid #909090; 
}



/* WALL */


.wall {
  display:inline-block;
	text-align:justify;
	width:312px;
	margin-top: 10px;
  
  padding: 5px 15px 5px 15px;
  vertical-align: top;
  border: .1em solid #909090; 	
}

.wall-photo {
	float:left;
	width:60px;

	}
	.wall-photo img {
		width:50px;
		height:50px;
		}

.wall-content {
	float: left;
	width:250px;

}

.wall-post-info {
	color: #909090;
	margin-bottom: 5px;
}


/* PHOTOS */




.photo {
  
  /* display:-moz-inline-stack; */
  display:-moz-inline-box;
  display:inline-block;
  -moz-box-orient: vertical;
	zoom:1;
	*display:inline;

  width: 250px;
  height: 352px;
  padding: 5px 15px 5px 15px;
  margin: 10px 10px 10px 10px;
  vertical-align: top;
  text-align: justify;
  border: .1em solid #909090; 
}

.photo-no-centre {

  display:inline-block;
	width: 250px;
  height: 352px;
  padding: 5px 15px 5px 15px;
  margin: 10px 10px 10px 10px;
  vertical-align: top;
  text-align: justify;
  border: .1em solid #909090; 
}
.photo-text-top {
	height: 15px;
	color: #909090;
}

.photo-image {
	height: 254px;
	}
	.photo-image img{
		border: .1em solid #909090; 
		}
	.photo-image a img{
		border: .1em solid #909090; 
		}
		.photo-image a:hover img{
			border: .1em solid #000000; 
			}

.photo-text-main {
	min-height: 70px;
	height: auto !important;
	height: 70px;	
}

.photo-text-bottom {
	height: 15px;
	color: #909090;
}





/* MISC */

div#progress-bar-hidden{
  
  position:absolute; 
  top:150px; 
  display:none;

	width:342px;
	height:30px;
	background:#FFF; 	
	border:solid 1px #0f0;	
}

#progress-bar-placeholder {
	width:100%;
	height:100%;
}

#upload-counter-progress{
	height:100%;
	background-color: #cfc; 

}


.options{
  display:-moz-inline-box;
  display:inline-block;
  -moz-box-orient: vertical;
	zoom:1;
	*display:inline;	
	text-align:left;
	width:312px;
	}
.options-left {
		float:left;
		width:100px;
		text-align:center;
}
.options-right {
		float:right;
		width:100px;
		text-align:center;
}

.content-column {
  display:-moz-inline-box;
  display:inline-block;
  -moz-box-orient: vertical;
	zoom:1;
	*display:inline;
	
	text-align:justify;
	width:450px;
  
  padding: 0 15px 5px 15px;
  vertical-align: top;

}

.content-column-x2 {
  display:-moz-inline-box;
  display:inline-block;
  -moz-box-orient: vertical;
	zoom:1;
	*display:inline;
	
	text-align:justify;
	width:930px;
  
  padding: 0 15px 5px 15px;
  vertical-align: top;

}



.private-message-panel {
  display:-moz-inline-box;
  display:inline-block;
  -moz-box-orient: vertical;
	zoom:1;
	*display:inline;
	text-align:justify;
	width:600px;
}

.button {
	margin-top: 5px;
	padding: 10px;
	border:2px solid #e8edff;
	background:#FFF;
	font-size: 14px;
	font-weight: bold;
	color: #039;
	text-align: center; 
	
}

.error {
	margin:40px 0 0 0;
	padding:10px;
	border:solid 1px #dd3c10;
	background:#ffebe8;
}


.success {
	margin:0 10px 10px 10px;
	padding:10px;
	background-color: #cfc; 
	border:solid 1px #0f0;

}

.heading {
	font-weight: bold;

}


/* Pagination*/

#pagination li { 
	border:0; 
	margin:0; 
	padding:0; 
	font-size:9px; 
	list-style:none; /* savers */ 
	float:left; 
	text-align:justify;
}

#pagination a { 
	border:solid 1px #e8edff; 
	margin-right:1px; 
}

#pagination .previous-off,
#pagination .next-off   { 
	border:solid 1px #e8edff; 
	color:#039; 
	display:block; 
	float:left; 
	font-weight:bold; 
	margin-right:2px; 
	padding:3px 3px; 
}

#pagination .next a,
#pagination .previous a { 
	font-weight:bold; 
}	

#pagination .active { 
	background:#039; 
	color:#FFFFFF; 
	font-weight:bold; 
	display:block; 
	float:left; 
	padding:3px 3px; /* savers */ 
	margin-right:2px; 
}

#pagination a:link, 
#pagination a:visited   { 
	color:#039; 
	display:block; 
	float:left; 
	padding:3px 3px; 
	text-decoration:none; 
}

#pagination a:hover { 
	border:solid 1px #039;  
}





#hor-zebra {
	width:450px; 
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th {
	font-size: 14px;
	font-weight: normal;
	padding: 10px 8px;
	color: #039;
	background: #e8edff;
}
#hor-zebra tr{
	position: relative;
}
#hor-zebra tr:hover {
	background-color: #e8edff;
}
#hor-zebra td {
	padding: 8px;
	background-image: none;
	width:150px; 
	vertical-align:top;

}
#hor-zebra td a{
	color: #669;
	display:block;
	text-decoration: none;
}
#hor-zebra .table-row-0{
	position: relative;
	background-color: #eff2ff;
}
#hor-zebra .trhoverForIE6 {
	background-color: #e8edff;
}

	



.ver-zebra {
	width: 450px;
	text-align: left;
	border-collapse: collapse;
	}
	.ver-zebra tr {
		background-image:none;
		position: relative;
	}
	.ver-zebra td {
		padding: 8px 15px;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		color: #669;
		background-image:none;
		vertical-align:top;
		}
.vzebra-odd {
	background: #eff2ff;
	width:180px;
}
.vzebra-even	{
	background: #e8edff;
}


.add-height {
	height:490px;
}
.list-height {
	min-height: 270px;
	height: auto !important;
	height: 270px;	
}

.details-height {
	height:220px;
}


.details-panel {
	padding:5px;
	border: .1em solid #e8edff; 
}


.twitter-logo {
	float:left;
	margin:11px 0 0 25px;
}


	.mainmenu ul{ float: left; height: 41px; width: auto; margin:0 0 0 0; /*background: #e8edff;*/ }
	.mainmenu li{ 
		float: left; 
		height: 41px; 
		min-width: 90px;
		width: auto !important;
		width: 90px; 
		text-align:center; 
		font-size: 14px; 
		font-weight: bold;
	}
	.mainmenu li li{ position: static; text-indent: 0; font-size: 10px; font-weight: bold; width: auto; height: auto; }
	.mainmenu li li a{ color: #666699; background: #e8edff; width: auto; height: 27px; padding: 16px 20px 0 20px; }

	.mainmenu li li a:hover,
	.mainmenu li li.selected a,
	.mainmenu li li a.active { color: #003399; text-decoration:underline;}

	.mainmenu ul ul{ position: absolute; left: 0; height: 40px;  width: 900px; margin: 0; display: none; }
	.mainmenu ul ul.selected,
	.mainmenu ul ul.active{ display: block; }
	/* .mainmenu ul li:hover ul{ display: block; } */
	
	
	.mainmenu li a{ display: block; height: 31px; padding: 10px 20px 0 20px;}
	
	.mainmenu li a:hover,
	.mainmenu li a.selected,
	.mainmenu li a.active{ background: #e8edff; text-decoration:underline;}
	
	.mainmenu li li a{ 
			min-width: 110px;
			width: auto !important;
			width: 110px; 
		}

.takejobatprice{
cursor:pointer;
border-style:solid;
font-style:normal;
font-variant:normal;
font-weight:normal;
text-align:center;
}


/* timer styles */
.timer {	width:107px;}
.timer strong { text-align:center; display:block; padding:0; }

.timer .ticker-label { color:#414141; font-size:11px; } /* To keep the text from getting branded. */
.timer .ticker{ font-size:24px; padding-top:0 !important; color: #003399;}

.timer .top-curve,
.timer .bottom-curve,
.timer .body { 
	/*background-image: url('../img/sys/common_new/timer-sprites.png');*/
	background-repeat:no-repeat;
}

.timer .top-curve,
.timer .bottom-curve {
	font-size:0;
	height:5px;
	width:107px;
}

.timer .top-curve {	background-position:0 top }
.timer .body {
	background-color:#fff;
	background-position:-107px bottom;
	padding:0 3px;
	border-left:1px solid #a9a9a9;
	border-right:1px solid #a9a9a9;
}
.timer .bottom-curve {	background-position:0 bottom }



/* Filter Menu */

.filter-menu{
	background:#ededed;
	border:1px solid #a29592;
	color: #555753;
	float:left;
	width:930px;
}

.filter-menu-row {
	width:100%;
	height:50px;
}

.filter-menu select{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #666699;
	width:100%;
	height: 100%;
}

.filter-menu input{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	color: #666699;
	width:100%;
	height: 100%;
}



.filter-option-5 {
	padding:5px 0 5px 5px; 
	width:19%;
	float:left;
}

.filter-option-4 {
	padding:5px 0 5px 5px; 
	width:24%;
	float:left;
}

.filter-option-3 {
	padding:5px 0 5px 5px; 
	width:32%;
	float:left;
}

.filter-option-2 {
	padding:5px 0 5px 5px; 
	width:49%;
	float:left;
}


.filter-option {
	padding:5px 0 5px 5px; 
	width:24%;
	float:left;
}



.filter-option-select-name {
	padding:4px 0 0 0px;
	width:40%;
	float:left;
	text-align:right;
}

.filter-option-select-value {
	width:59%;
	float:left;
}

.filter-option-input-name {
	padding:4px 0 0 0px;
	width:55%;
	float:left;
	text-align:right;
}

.filter-option-input-value {
	width:44%;
	float:left;
}

.filter-apply-button {
	float:right;
	padding:0 13px 7px 0;
}



/* wForms */


.duplicateLinkHidden {
	display: none;
}

