/* CSS Document */

/* anchor properties */
a { font-family:Tahoma;}
a:hover { color: #ff9900; text-decoration: none;}
.box_head_1_dyn a,
.box_head_1_dyn { color:#e8f3f6; text-decoration: none; font-weight: normal; white-space:nowrap;}
.box_head_1_dyn a:hover { color:#a5cceb; text-decoration: none; font-weight: bold;}
.box_head_2_dyn a { color:#e8f3f6; text-decoration: none; font-weight: normal; white-space:nowrap;}
.box_head_2_dyn a:hover { color:#DDDDDD; text-decoration: none; font-weight: bold;}
.box_head_2_flip a { color:#FFFFFF; text-decoration: none; font-weight: bold;}
.box_head_2_flip a:hover { color:#DDDDDD; text-decoration: none; font-weight: bold;}
.box_content_link {}
.box_content_link a { color:#000000; text-decoration: none; font-weight: normal;}
.box_content_link a:hover { color:#ff9900; text-decoration: underline; font-weight: normal;}
.submenu_buttons a { color:#336699; text-decoration: none; font-weight: bold;}
.submenu_buttons a:hover { color:#FFFFFF; text-decoration: underline; font-weight: bold;}
.submenu a { color:#000000; text-decoration: none; font-weight: normal;}
.submenu a:hover { color:#ff9900; text-decoration: none; font-weight: normal;}

/* Keep image links from having a border */
a img { border: none; }

body {
/*	background-color: #006c9d;		*/
/*	background: #bfd3dc;	*/
	background: #fff;
	margin: 0 0 0 0;
	font-size:12px;
	font-family:Tahoma;
	width: 1000px;
}
.bodytable {
	width: 100%;
	border: 0px solid #000000;
	border-collapse:collapse;
	padding: 0px;
	margin: 0px;
	
}

/* 3 column main table */
.maintable {
	width: 100%;	
	border: 0px solid #AAAAAA;
	border-collapse: collapse;
	padding: 2px;
	margin: -4px 2px 2px 0;
	
}

/*columns in main table */
.leftcolumn {
	width: 150px;
	padding:0.7em;
	padding-left: 4px;
	
}
.maintable .centercolumn {
	padding:4px ;
	padding-top: 0.7em;
	color: #000;
	
}
.rightcolumn {
	width: 150px;
	padding:0.7em;
	padding-right: 4px;
}

ul 
{
	margin-left:0;
	padding-left:1em;
}

ul li
{
	margin-left:0;
}


/*box defining properties */
.box_150 {
	width: 150px;
	border-collapse: collapse;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.box_content_1,
td.kat_content_1
{
	background: #7bbfe1;
	padding: 0.2em 0.2em 1em;
	font-size: 12px;
	border: 1px solid #666;
	border-top: 0;
	
	
}

td.kat_content_1 td
{
	background: #fff;
	padding: 0.3em;
	
}

.box_head_1_150 {
	width: 126px;
	background-color: #336699;
	background-image:url(images/boxhead2/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.box_head_1_left {
	width:12px;
	height:21px;
	background: #068cd3;
	
/*	background-color: #336699;	*/
/*	background-image:url(images/boxhead2/hd_336699_left.gif);
	background-repeat: no-repeat;	*/
}
.box_head_1_right {
	width:12px;
	height:21px;
	background: #068cd3;
	
/*	background-color: #336699;	*/
/*	background-image:url(images/boxhead2/hd_336699_right.gif);
	background-repeat: no-repeat;	*/
}
.box_head_2_150 {
	width: 126px;
	background-color: #ff9900;
	background-image:url(images/boxhead2/hd_336699_mid.gif); background-repeat:repeat-x;
	font-weight: bold;
	color: #FFFFFF;
}
.box_head_2_left {
	width:12px;
	height:21px;
	background: #b7ced6;
	border-top:1px solid #006c9d;
	border-left:1px solid #006c9d;
}
.box_head_2_right {
	width:12px;
	height:21px;
	background: #b7ced6;
	border-top:1px solid #006c9d;
	border-right:1px solid #006c9d;
}
.box_head_2_left_flip {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_left_flip.gif);
}
.box_head_2_right_flip {
	width:12px;
	height:21px;
	background-image:url(images/boxhead2/hd_ff9900_right_flip.gif);
}
.box_150_content_2 {
	width: 148px;
	background-color: #a5cceb;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	padding: 4px;
}

div#topmenu
{
	background: url(images/css/falogo_back.jpg) top left repeat-y;
	padding: 0.5em 0.3em 0.7em;
	margin: 0 0.3em 0.3em;
	border-top: 3px solid #fff;
}

div#headbox
{
	background:url(images/css/falogo_back.jpg) top left repeat-y;
	padding: 0.3em 0.5em 0.5em;
	margin: 0 0.3em;
}

div#newest_links
{
	float:right;
	text-align:right;
	
}

div#newest_label
{
	float:right;
	padding-right: 0.5em;
	color: #000;
	font-size: 0.9em;
}

div#newest_links a:link,
div#newest_links a:visited
{
	display:block;
	text-decoration:none;
	color: #fff;
	font-size: 0.9em;
	line-height:1.3em;

}

div#newest_links a:hover
{
	color: #006c9d;
}

div#topmenu div#topmenu_right
{
	float:right;
}

div#topmenu a,
div#topmenu span
{
	text-decoration:none;
	padding: 0.1em 0.6em 0.3em;
}


div#topmenu a:link,
div#topmenu a:visited
{
	background:#fff;
	font-weight:normal;
	color: #05293b;
	border: 1px solid white;
}

div#topmenu a:hover
{
	color: #fff;	
	background: #068cd3;
	border: 1px solid #068cd3;
	
}

.box_head_2_dyn {
/*	background: #b7ced6;	*/
	background: #068cd3 url(box_head_back.jpg) top left repeat-x;
	padding: 0.3em;
	font-weight: bold;
	font-family:Tahoma;
	font-size: 12px;
	color: #e8f3f6;
/*	border:1px solid #006c9d;	*/
	border: 1px solid #666;
	border-bottom:0;
}
.box_head_2_flip {
	background-color: #ff9900;
	background-image:url(images/boxhead2/hd_ff9900_mid_flip.gif); 
	background-repeat:repeat-x;
	font-weight: bold;
	font-family:Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.box_content_2 {
	background: #7bbfe1;
	border: 1px solid #666;
	border-top: 0;
	padding: 0.2em 0.4em;
	font-size: 12px;
}
/* Fix for IE 6 to inherit font size */
.box_content_2 td{
	font-size:12px;
}
.box_dyn {
	border-collapse: collapse;
	border: 0px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
.box_head_1_dyn {
	background: #068cd3 url(box_head_back.jpg) top left repeat-x;
	padding: 0.3em;
	font-weight: bold;
	color: #e8f3f6;
	font-family:Tahoma;
	font-size: 12px;
	border:1px solid #666;
	border-bottom:0;
	
}
.box_dyn_content {
	background-color: #068cd3;
	padding-left: 2px;
	padding-bottom: 2px;
	border: 1px solid #666;
	border-top: 0;
}

/*not boxes*/
.submenu {
	background: #fff;
	padding: 0.5em 0.2em 0.3em;
	font-size: 12px;
	text-align:left;
	border-bottom: 2px solid #fff;
	
}

.submenu a
{
	padding: 0 0.6em;
}

div#welcome
{
	float:right;
}

.submenu_buttons {
	padding: 0px 0px 0px 0px;
	border-collapse:collapse;
	border: 0;
	font-size: 12px;
}
.formbutton {
/*
Example css for form buttons
background-color: #a5cceb;
border: 1px solid #000000;
color: #000000;
font-size: 10px;
font-weight: bold;
*/
}
.user_admin_text1 {
color: #000000;
font-size: 12px;
font-weight: bold;
}
h1 {
font-size: 1.2em;
text-align: left;
font-weight:bold;
}
.footertext {
	font-size: 10px;}
.login_box_text1 { font-size: 12px; }
.login_box_text2 { font-size: 12px; }

/* ----- CSS for User Management Table ----- */
.use_man_table_container
{
  text-align: center;
  margin: 0px auto;
  width: 600px;
}
.use_man_table_header
{
     clear: both;
     width: 600px;
     padding-bottom: 0px;
     padding-top: 30px;
}
.use_man_table_left
{
  width: 295px;
  padding-right: 5px;
  float: left;
  clear: left;
}

.use_man_table_right
{
  width: 295px;
  padding-left: 4px;
  float: right;
  clear: right;
}
.use_man_table_footer
{
     clear: both;
     width: 600px;
     height: 1px;
}
.use_man_table_left div,
.use_man_table_right div{
	text-align:left;
}

.use_man_table_left div a,
.use_man_table_right div a {
	padding-left: 30px;
	text-decoration:none;
}
.use_man_table_left div img,
.use_man_table_right div img {
	width: 42px;
	height: 42px;	
}
.use_man_table_sep {
	width: 100%;
	height: 20px;
	border-bottom: 1px solid #dddddd;
	clear:both;
}

/* extra questions and extra checkboxes */
.extraCheckboxes {
	margin:0px;
	padding:0px;
	float:left;
	list-style-type: none;	
}
.extraCheckboxes li {
	background-image: url('images/checkbox_arw.gif');
	background-position: 0px 50%; /* X-pos Y-pos (from top-left) */
	background-repeat: no-repeat;
	padding-left: 15px;
	border: 0px solid black;
	white-space:nowrap;
	margin:0px;
}
.extraQuestionName,
.extraQuestionName li,
.extraQuestionValue,
.extraQuestionValue li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.extraQuestionName li,
.extraQuestionValue li {
	margin-bottom: 5px;
}













#galleryContainer
{
	width: 450px;
	height: 100%;
	margin: 0px auto; /* CENTER THE DIV */
	text-align: center;
}
#galleryBigImage
{
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin-top: 4px;
}
#galleryBigImage img
{
	margin: 0px auto;
}
#galleryThumbs
{
	width: 192px;
	
	float: right;
	padding: 3px;
	
	text-align: auto;
}

#galleryThumbs ul
{
	margin: 0px;
	padding: 0px;
}
#galleryThumbs ul li
{
	list-style: none;
	padding: 0px;
	margin: 1px;
	display: block;
	float: left;
	border: 1px solid #ccc;
	text-align: center;
	
}

#galleryThumbs ul li img
{
	margin: 0px auto;
	border: 0px;	
}

div.save_choices_button
{
	padding-top: 0;
	text-align:left;
	border-top: 1px solid #ccc;
	margin-top:2em;
	height: 2em;
	vertical-align:top;

}

input.save_choices_button,
input.submit_button
{
	background: #d9d5d5;
	border:0;
	padding: 0.2em 1.4em 0.2em 1.3em;
	color: #2699d6;
	font-size: 1.2em;
	margin:0.3em 0;
	font-family: Arial, Helvetica, sans-serif;
	
}

div.save_choices_button a.edit_ad_links img
{
	vertical-align:top;
	margin-top:-2em;
}

div.save_choices_button div
{
	display: inline;
}

.box_ad_listing_head_1
{
	border-top: 1px solid #9b9b9b;
	border-bottom: 1px solid #eff7fa;
	background: #e8eaea;
	padding: 0.2em;
	
}

tr.page_title td
{
	padding-top: 0.6em;
}

h2.doks
{
	font-size: 1.1em;
	margin-top: 1.6em;
}
