/***********************************

	CSS2 styles for OPT
	ActiveIdea 2005

Changelog:
- JDE: creation (nov 05)

************************************/


/**** general styles **********/
body {
	background-color: #F0EFED;
	margin: 0; padding: 0;
	/* text-align: center; */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/* font-size:medium; */
	/* line-height:130%; */
	text-align: center;
}

a:link, a:visited, a:active {
	color: #82224E;
	text-decoration: underline;
}

a:hover {
	color: #82224E;
	text-decoration: none;
}

hr {
	height: 1px; border:0;
	color:#868481;
	background-color:#868481; 
}

h3 {
	padding-top: 8px;
	font-size:18px;
	/* font-size:large; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #666;
}

p {
	margin-top: 11px;
	margin-bottom: 11px;
}

p.formLabel {
	margin-top: 11px;
	margin-bottom: 2px;
}

p.formField {
	margin-top: 2px;
	margin-bottom: 11px;
}

a.txtButton, a.txtButton:visited {
	margin:0;
	padding: 3px 6px 3px 6px;
	background-color: #3C3A38;
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a.txtButton:hover {
	background-color:#999;
	color:#fff;	
	text-decoration: none;
}

.leftCol {
	float: left;
	width: 49%;
	/* padding: 8px; */
	/* border: 1px solid yellow; */
}

.rightCol {
	float: right;
	width: 49%;
	/* padding: 8px; */
}

.clearFloating {
	clear:both;
}

a.imageButton, a.imageButton:visited  {
	font-size:9px;
	/* line-height: 10px; */
	color: white;
	/* 
	padding:0;
	margin:0;
	*/
	text-decoration: none;
}

a.imageButton:hover {
	color: yellow;
}


/* not used:
.formLabel {
	border: 1px solid blue;
	left: 10px;
	text-align:right;
}

.formField {
	border: 1px solid red;
	width: 50%;
	left: 120px;
}
*/

/*** page ***/
#page {
	background-color: #FFFFFF; 
	border-left: solid 3px #DBDAD8;
	border-right: solid 3px #DBDAD8;
	padding: 0 10px 0 10px;	
	width: 726px; /* add padding and margins to width, eg 726+10+10 */
	display:block;
	
	margin:0 auto; /* this little trick makes sure the DIV is centered in opera,Firefox */
	text-align: left;
	
	z-index:1;
}

/*** header ***/

#header {
	/* border: 2px solid yellow; */
	background-image:url(../images/header_bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color: #794256; 
	padding: 10px;
	float: left;
	display:block;
	width: 706px;
	/* border: 4px solid red; */
}

#header a:link, #header a:visited, #header a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	color: #CCC;
	text-decoration: underline;
}

#header #mainlogo {
	/* border: 1px solid yellow; */
	float:left;
}

#header #smalllogos p{
	margin: 0;
	float:right;
	text-align:right;	
	/*  border: 1px solid green; */
}

#header #smalllogos p img{
	margin: 6px 0 0 0;
	/* border: 1px solid green; */
}

#headerline {
	clear: both;
	background-image:url(../images/header_line.gif);
	background-repeat:repeat-x;
	background-position:top;
	height:11px;
	/* border: 1px solid blue; */
}

/*** content ***/

#content {
	/* clear:both; */ 
	
	padding: 0; margin: 0 auto;
	float:left;
	width: 726px;

	background-image:url(../images/columnbg.gif);
	background-repeat:repeat-y;
	background-position:left;


	/* border: 3px solid yellow; */
}

#content.onecol {
	background-image:none;
}

/*** column ***/ 

#column {
	/* border: 1px solid red; */
	float: left;
	padding: 5px;
	font-size: 11px;
	/* font-size: small; */
	width: 173px;
	/* height: 100%; */
	background-color: #EFEDE9;
}

#column .title{ /* title for columns */
	font-size: 12px;
	color:#5E5B58;
}

/*** form elements **/

form {
	margin: 0; padding: 0;
}

select, input {
	font-size: 12px;
	/* font-size: smaller; */
	color: #333;
}

#column select {
	width: 170px;
}

#column input {
	width: 130px;
}

#column input.noWidth {
	width: auto;
}


#main{
	float: left;
	width: 503px;
	/* border: 3px solid green; */
	padding: 20px;
	font-size: 11px;
	/* font-size: smaller; */
	color: #6C6A68;
	letter-spacing: 0.03em;
	line-height: 13px;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	
}

#main.fullWidth { /* use this if content needs to appear full width */
	width: 686px;
	background:#fff url(../images/content_bg.jpg) repeat-x top;
	
}

/*
.contentNav {
	text-align: center;
	border: 1px solid red;	
	width: 99%;
}
*/

#searchResults {
	clear: left; 
	/* width: 600px; */
	/* border: 1px solid purple; */
}

.result{
	clear:both;
	border-top:1px solid #BBBBBB;
	padding:10px 0px 10px 0px;
	width:100%;
}

.resultbottom{
	clear:both;
	border-top:1px solid #BBBBBB;
	border-bottom:1px solid #BBBBBB;
	padding:10px 0px 10px 0px;
	margin-bottom: 10px;
	width:100%;
}

.title {
	/* font-size: 11px; */
	color: #6C6A68;
	letter-spacing: 0.03em;
	line-height: 20px;
	font-weight: bold;
}

#themelist {
	/* border: 5px solid green; */
	display: block;
	clear: both;
}

#themelist .themeItem {
	/* border: 2px solid red; */
	clear:left;
	color:	#5E5B58;
	/* margin-top: 10px; */
	width: 90%;
	height: 93px; /* height of image + 20px */
}

#themelist .themeItem .themeIMG {
	/* border: 3px solid blue; */
	float:left;
	margin-right: 15px;
}

#themelist .themeItem .themeTEXT {
	/* border: 1px solid yellow; */
}

#themelist .themeItem .themeTEXT strong {
	border 1px solid green;
	font-size: 11px;
	/* font-size: smaller; */
}


/*** topNav ****/
/*
	for the moment topnav is very similar to bottomnav
	
*/

#topNav {
	clear:both;
	background-color: #fff;
	width: 726px;
	float: left;
	/* padding-top: 10px; */
	/* padding-bottom: 10px; */
	/*text-align: left;  margin-top: 16px; */
	
}

#topNav ul {
	margin: 0; 
	padding: 10px 0 24px 0; 
	list-style: none;
	/* border: 1px solid blue; */
}

#topNav ul li {
	float:left;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #ccc;
	font-weight:bold;
}

#topNav ul li a {
	color: #494F5D;
	text-decoration: none;
}

#topNav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#topNav p {
	color: #ccc;
	font-size: 11px;
	/* font-size: smaller; */
	float: right;
	margin: 0px;
}

/*** bottomNav ****/

#bottomNav {
	clear:both;
	background-color: #fff;
	width: 726px;
	height: 16px;
	margin: 0; 
	padding: 10px 0 10px 0; 
	/*text-align: left;  margin-top: 16px; */
	/*  border: 1px solid blue; */
}

#bottomNav ul {
	margin: 0; padding: 0; 
	list-style: none;
	/* border: 1px solid blue; */
}

#bottomNav ul li {
	float:left;
	padding-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #ccc;
	font-weight:bold;
}

#bottomNav ul li a {
	/* font-size: smaller; */
	color: #494F5D;
	text-decoration: none;
}

#bottomNav ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#bottomNav p {
	color: #ccc;
	font-size: 11px;
	/* font-size: smaller; */
	float: right;
	margin: 0px;
}

/**** footer ***/
#footer {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-size:x-small; */
	text-align: center;
	height: 70px; /* change if you need more space */
	background-color: #F0EFED;
	background-image:url(../images/img_footer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-size:x-small; */
	color: #5E5B58;
	text-align: center;
	text-decoration: none;
}

#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-size:x-small; */
	color: #000;
	text-align: center;
	text-decoration: underline;	
}


#footer p {	
	padding: 8px 0 0 0; margin: 0px;
}

/*** personal box on top right hand (login info etc) ***/

#boxHolder {
	float:right;
	position:relative;
	top: -45px; left: 20px;
	/* border: 2px solid blue; */
}

#persoBox {
	margin:0;
	/* float:right; */
	/*display:block; */
	width: 200px;
	padding: 10px;
	border: 6px #999 solid;
	background-image:url(../images/personBoxBg.jpg);
	background-repeat:repeat-y;
	background-position:right;
	
	background-color:#666;
	color: #FFF;
	/*top: -50px; left: -200px;  726 - 200*/
	/*
	left: 526px; top: 120px;
	z-index:100;
	position:absolute;
	*/
}

#persoBox p {
	/* border: 1px solid yellow; */
	text-align:left;
	margin: 0;
	padding: 3px 0 0 3px;
}

#persoBox .info {
	/* info text in personal box */
	color: #C9C9C9;
	font-size: 9px;
	text-decoration: none;
}

#persoBox a {
	color: #C9C9C9;
}

#persoBox a:hover
{
	color: #fff;
	text-decoration: none;
}

