/* Table border */

.frame
{
	border: 1px solid #999933;
}

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	font-family: "Verdana", sans-serif;
	color: #000000;
	font-size: 11px;
}
a
{
	color:red;
	text-decoration:none;
	font-weight:bold;
}
/* Outer */
#outer
{
}
/* Header */
#header
{
	height: 95px;
	background-image: url('images/board.jpg');
	background-position: bottom left;
	padding-left: 40px;
	padding-top: 45px;
}
#header h1 a
{
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}
#header h1
{
	/*text-transform: lowercase;*/
	font-size: 1.6em;
}
#header h2 a
{
	color: #E8EFC2;
	text-decoration: none;
	font-size: 1.1em;
}
#header h2
{
	position: relative;
	top: -0.3em;
	color: #E8EFC2;
	font-weight: normal;
	font-size: 1.1em;
	/*text-transform: lowercase;*/
}
/* Menu */
#menu
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
	/*Fills up the sace above the example table*/
	padding: 3em 15px 1em 15px;
	line-height: 1.1em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #a5a5a5;
}
#content blockquote p
{
	margin-bottom: 0em;
}
#content table
{
	/*Set the size of the font for the table*/
	font-size: 1.0em;
	margin-bottom: 0.5em;
	border: 1px solid #4472C1;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	/*table title*/
	padding: 0.2em;
	border: 1px solid #4472C1;
	background-color:#4472C1;
	color:#FFFFFF;
}
#content table td
{
	padding: 5px;
	border: 1px solid #4472C1;
	
}
#content table tr.rowA
{
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #4472C1;
}
#content table tr.rowB
{
	background-color: #FFFFFF;
	color: black;
	border: 1px solid #4472C1;
}
/* Primary Content */
#primaryContentContainer
{
	float: left;
	margin-right: -460px;
	width: 100%;
}
#primaryContent
{
	margin: 5px 5px 5px 5px;
	padding: 1.5em 1.5em 1.5em 1.5em;
	color: #000000;
}

/*#primaryContent P
{
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	color: #000000;
}*/
#primaryContent h2, #primaryContent h3
{
	/*text-transform: lowercase;*/
	color: #333333;
	border-bottom: dotted 1px #999999;
	padding-bottom: 0.3em;
}
#secondaryContent h3, #tertiaryContent h3
{
	background: url('images/a1.gif') no-repeat;
	width: 185px;
	height: 27px;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 5px;
	text-transform: lowercase;
	color: #5D5F53;
}
/* Secondary Content */
#secondaryContent
{
	float: left;
	width: 215px;
}
/* Tertiary Content */
#tertiaryContent
{
	float: right;
	width: 215px;
	padding-right: 1em;
}
/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}

/* Styles for container */

#facebox .b {
  background:url(images/b.png);
}

#facebox .tl {
  background:url(images/tl.gif);
}

#facebox .tr {
  background:url(images/tr.gif);
}

#facebox .bl {
  background:url(images/bl.gif);
}

#facebox .br {
  background:url(images/br.gif);
}

#facebox {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  margin: auto;
  border-collapse: collapse;
}

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
}

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 5px;
  text-align: right;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

