@import url(header.css);
@import url(nav_top.css);
@import url(nav_bottom.css);
@import url(footer.css);

* {
	margin:0;
	padding: 0;
	border:0;
	list-style:none;
}

html, body {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding:0;
	margin:0 auto;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:13px;
	color:#787778;
	text-align:center;
	background:#FFF url(../images/backgrounds/all.gif) no-repeat center top;
}

a{
	font-size:9px;
	color:#9E01B2;
	text-decoration:none;
}

a span{
	font-size:13px;
	color:#9E01B2;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	font-weight:normal;
	text-transform:uppercase;
}

sup{
	font-size:10px;
}

/* 
===========================================================
INPUTS
===========================================================
*/

input{
	height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#787778;
	border-left:1px solid #676767;
	border-top:1px solid #676767;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

textarea{
	height:70px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#787778;
	border-left:1px solid #676767;
	border-top:1px solid #676767;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

select{
	height:21px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#787778;
	border-left:1px solid #676767;
	border-top:1px solid #676767;
	border-right:1px solid #CDCDCD;
	border-bottom:1px solid #CDCDCD;
}

.ckeckbox{
	border:0;
	height:auto;
}

.radiobutton{
	border:0;
	height:auto;
}

.error{
	color:#FF0000;
	text-transform:uppercase;
}


/* 
===========================================================
TOOL TIP
===========================================================
*/

span#toolTipBox{
	display:block;
	width:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	float:left;
	font-size:9px;
	text-align:left;
	position:absolute;
	color:#535353;
	z-index:100;
}

div#tt_content{
	height:auto;
	width:200px;
	border-top:#DCDCDC solid 1px;
	border-left:#DCDCDC solid 1px;
	background:#FFF url(../images/illustrations/line_hor_tool_tip.gif) repeat-y right;	
}

span#toolTipBox dt{
	height:auto;
	color:#B206B2;
	text-align:left;
	padding:5px 10px 0 10px;
}
* html span#toolTipBox dt{width:200px;}

span#toolTipBox dd{
	height:auto;
	text-align:left;
	padding:0 10px 10px 10px;
	background:transparent url(../images/illustrations/line_bot_tool_tip.gif) repeat-x bottom;	
}
* html span#toolTipBox dd{width:200px; float:left; background:url(../images/illustrations/line_bot_tool_tip.gif) repeat-x bottom;}

span#toolTipBox span#tt_bottom{
	height:11px;
	width:200px;
	margin-top:-2px;
	float:left;
	background:transparent url(../images/illustrations/arrow_tool_tip.gif) no-repeat;	
}

div#container{
	width:930px;
	height:300px;
	margin:0 auto;
	position:relative;
}

/* 
===========================================================
CONTENT
===========================================================
*/

div#content{
	height:342px;
	background:transparent url(../images/backgrounds/content.jpg) no-repeat;
}

div#content_title{
	width:100%;
	padding:10px 0;
	float:left;
}

div#content_title #page_title{
	width:auto;
	font-size:14px;
	font-weight:bold;
	float:left;
	line-height:16px;
}

div#close_page{
	height:15px;
	width:15px;
	/*text-align:right;
	text-transform:uppercase;
	font-weight:bold;*/
	float:right;
}

div#close_page a{
	color:#787778;
}

div#flirtfame {
	width: 211px;
	height: 153px;
	z-index: 2;
	position: absolute;
	top: 300px;
	left: 650px;
}

/* 
===========================================================
THICKBOX
===========================================================
*/

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #787778;}
#TB_window a:visited {color: #787778;}
#TB_window a:hover {color: #787778;}
#TB_window a:active {color: #787778;}
#TB_window a:focus{color: #787778;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: absolute;
	z-index:100;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	min-height:100%;
	background-color:#7E6D98;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#TB_window {
	position: absolute;
	background: #F3F3F5;
	z-index: 102;
	/*color:#000000;*/
	display:none;
	border:none;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_closeAjaxWindow span{
	height:7px;
	width:7px;	
	margin:3px 3px 0 0;
	float:left;
	background:transparent url(../images/backgrounds/close.gif) no-repeat center;
}
* html #TB_closeAjaxWindow span{margin:-2px 3px 0 0;}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 20px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	/*padding:11px 25px 10px 0;*/
	text-transform:uppercase;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	/*margin-bottom:1px;*/
	text-align:right;
	text-transform:uppercase;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 20px;
}

#TB_title{
	height:27px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	color:#787778;
	background-color:#F3F3F5;	
}

#TB_ajaxContent{
	clear:both;
	/*padding:2px 15px 15px 15px;*/
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

#TB_iframeContent{
	clear:both;
	border:none;
	/*margin-bottom:-1px;
	_margin-bottom:1px;*/
}

