/*
///////////////////////////////////////

                        Basic Structure

///////////////////////////////////////
*/

body
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:8pt;
}
a
{
	color:black;
	text-decoration:none;
}
a:visited
{
	color:black;
	text-decoration:none;
}
#container
{
}
#page
{
	text-align:left;
}
.left
{
	float:left;
	margin: 0 15px 15px 0;
}
.right
{
	float:right;
	margin: 0 0 15px 15px;
}
.disabled
{
	color:gray;
}

/*
///////////////////////////////////////

                                 Header

///////////////////////////////////////
*/

#header
{
}
#logo .hidden
{
	display:block;
	font-size:2.3em;
	font-weight:bold;
	color:black;
	border-bottom:1px solid #888;
	padding-bottom:10px;
	margin-bottom:20px;
}

/*
///////////////////////////////////////

                                   Menu

///////////////////////////////////////
*/

#menu
{
	display:none;
}

/*
///////////////////////////////////////

                                Content

///////////////////////////////////////
*/

#primary
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:black;
}
#primary h1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}
#primary h2
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	font-weight:normal;
	margin-top:0;
}
#primary h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:1.1em;
	line-height:1.6em;
}

/*
///////////////////////////////////////

                     Footer & Copyright

///////////////////////////////////////
*/

#footer
{
	padding-top:15pt;
}
#copyright
{
	text-align:center;
	font-size:8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#copyright a
{
	color:black;
	text-decoration:none;
}

/*
///////////////////////////////////////

            General Purpose Data Table
					 
///////////////////////////////////////
*/

table.data
{
	border-spacing:0 0;
	border-collapse:collapse;
	border:1px solid #ccc
}
table.data td, table.data th
{
	padding:5px;
	font-size:1.0em;
	border:1px solid #ccc;
	background:white;
}
table.data th
{
	background:#eeeae0 url("../images/interface/table_topheader_bg.gif") repeat-x center center;
	border:1px solid #ccc;
}

/*
///////////////////////////////////////

                   Search Results Table
					 
///////////////////////////////////////
*/

table.search_results
{
	margin-top:10px;
	border-top:1px solid #aaa;
	padding-top:10px;
}
table.search_results td, table.search_results th
{
	padding:3px;
	font-size:0.9em;
}

/*
///////////////////////////////////////

                      My Contacts Table
					 
///////////////////////////////////////
*/

table.contacts
{
	border-top:1px solid #aaa;
	padding-top:10px;
	margin-top:10px;
}
table.contacts td, table.contacts th
{
	padding:3px;
	font-size:0.9em;
}
table.contacts th.title
{
	font-size:1.2em;
	color:#7d663e;
	padding-bottom:10px;
}

/*
///////////////////////////////////////

                 Company Profile Table
					 
///////////////////////////////////////
*/

table.company_profile
{
}
table.company_profile td, table.company_profile th
{
	padding:5px;
	border-bottom:1px dotted #aaa;
	font-size:0.9em;
}


/*
///////////////////////////////////////

            General Purpose Data Table
					 
///////////////////////////////////////
*/

fieldset
{
	margin:0;
	padding-left:15px;
}
fieldset legend
{
	font-size:1.2em;
	font-weight:bold;
}
fieldset table
{
	margin-top:15px;
	margin-bottom:15px;
}
table.input
{
	padding:4px;
}
table.input td, table.input th
{
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	vertical-align:top;
}
table.input th
{
	text-align:right;
}
input, select, textarea, label
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
label
{
	font-weight:bold;
}

/*
///////////////////////////////////////

                          Button Styles
					 
///////////////////////////////////////
*/

a.button, a.button:link, a.button:visited, input.button
{
	padding:0.2em 0.5em;
	text-decoration:none;
	font-weight:bold;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	border:1px outset #7d663e;
}
a.button.small, a.button.small:link, a.button.small:visited, input.button.small
{
	font-size:0.85em;
	padding:0.3em 1em;
}
a.button:hover, input.button:hover
{
	color:#FFCC00;
	background:#937c54;
	border:1px outset #937c54;
}
.button { display:none }

/*
///////////////////////////////////////

                             Paging Bar

///////////////////////////////////////
*/

.paging_bar
{
	clear:both;
	height:30px;
	margin:10px 0;
}


