/* CSS Document */

/*General elements*/
html { 
	margin: 0px;
	padding: 0px; 
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	line-height: 18px;
	position: relative;
}
a {
 text-decoration:   none;
 color:             #330099;
 background-color:  transparent;
}
  
a:visited {
 color:             #330099;
 background-color:  transparent;
}

a:hover {
 color:             #C72000;
 text-decoration:   underline;
 background-color:  transparent;
}
.textcolour {
	color: #C72000;
}
.textcolour2 {
	color: #FDF8D8;
	font-size: 24px;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.smBoldtext {
	font-size: 11px;
	font-weight: bold;
}
.smText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.boldText {
	font-weight: bold;
}
.smBoldText2 {
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
.medBoldColorText {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C72000;
	margin-left: 2px;
	font-weight: bold;
	text-decoration: underline;
}
.vsmTextBold {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.medBoldText {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.vsmText {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.smBoldColorText {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #C72000;
	margin-left: 2px;
}
h6{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330099;
	text-align: left;
}
.dropcap {
	float:left;
	color:#c72000;
	font-size:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 46px;
	padding-right: 4px;
	padding-bottom: 2px;
} 


/* Form Elements */
form {
 margin:            0;
 padding:           0;
 border:            0;
}
.textfield {
	color:             #000000;
	font-family:       Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	font-size:         14px;
	width: 340px;
	background-color: #ffffff;
	border: 1px solid #A29237;
	height: 18px;
}
.textfieldmedium {
	color:             #000000;
	font-family:       Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	font-size:         14px;
	width: 275px;
	background-color: #ffffff;
	border: 1px solid #A29237;
	height: 18px;
}
.textfieldsmall {
	color:             #000000;
	font-family:       Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	font-size:         14px;
	width: 45px;
	background-color: #ffffff;
	border: 1px solid #A29237;
	height: 14px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 4px;
}
.textfieldPhoto {
	color:             #000000;
	font-family:       Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
	font-size:         12px;
	width: 350px;
	background-color: #ffffff;
	border: 1px solid #A29237;
	height: 22px;
}
.select {
	border: 1px solid #A29237;
	width: 340px;
	background-color: #ffffff;
}
.selectFieldset {
	border: 1px solid #C72000;
	width: 90%;
	background-color: #ffffff;
	margin-top: 5px;
}
.textarea {
	width: 340px;
	border: 1px solid #A29237;
	height: 140px;
}
.textareaSmall {
	width: 275px;
	border: 1px solid #A29237;
	height: 100px;
}
fieldset {
	border: 2px solid #C72000;
	padding: 5px;
}
legend {
	color: #FDF8D8;
	background-color: #C72000;
	padding: 2px 4px;
	font-weight: bold;
}
/*layout Elements */
#pagebox {
	background-color: #FDF8D8;
	/*min-height: 200px;*/
	left: 15px;
	border: 1px solid #676767;
	position: relative;
	margin: 0px;
	width: 970px;
}
#pagebox2 {
	background-color: #FDF8D8;
	/*min-height: 200px;*/
	left: 15px;
	border: 1px solid #676767;
	position: relative;
	margin: 0px;
	width: 500px;
}
#titlebox {
	background-color: #C72000;
	margin: 0px 0px 5px;
	padding: 5px;
	height: 40px;
	position: relative;
	background-image: url(../images/redtitle.gif);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF8D79;
	border-left-color: #FF5C40;
	border-right-color: #AA1A00;
	border-bottom-color: #AA1A00;
}
#PYNbox {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
	width: 30%;
	color: #FDF8D8;
	padding: 5px;
	position: relative;
}
#datebox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FDF8D8;
	position: relative;
	float: left;
	width: 40%;
	padding: 4px 2px 2px;
	margin-left: 15px;
}
#pagenamebox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FDF8D8;
	padding: 5px 2px 2px;
	position: relative;
	width: 25%;
	text-align: right;
	float: left;
	margin-left: 12px;
}
#userloginbox {
	position: relative;
	top: 20px;
	left: 270px;
	width: 420px;
	border: 1px solid #8579A7;
	clear: both;
	float: left;
}
#registerbox {
	position: relative;
	top: 20px;
	left: 200px;
	width: 550px;
	border: 1px solid #8579A7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
}
#confirmbox {
	width: 500px;
	padding: 4px;
	position: relative;
	left: 225px;
}
#profilebox {
	position: relative;
	top: 20px;
	left: 35px;
	width: 900px;
	border: 1px solid #8579A7;
	clear: both;
	float: left;
}
#viewbox {
	position: relative;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8579A7;
	border-bottom-width: 6px;
	border-bottom-style: double;
	border-bottom-color: #8579A7;
	float: left;
	margin-top: 9px;
}
#photobox {
	float: right;
	padding: 8px;
	text-align: center;
	font-size: 10px;
	margin-left: 10px;
	position: relative;
	border: 1px solid #C1C1C1;
	margin-bottom: 5px;
}
#photobox2 {
	float: left;
	padding: 8px;
	text-align: center;
	font-size: 10px;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #C1C1C1;
	margin-bottom: 5px;
}
#footerbox {
	clear: both;
	float: left;
	width: 99%;
	padding-top: 12px;
	padding-bottom: 30px;
}
#ratingbox {
	float: left;
	width: 430px;
	position: relative;
	margin-top: 15px;
	clear: both;
}
#avgRatingBox {
	float: left;
	width: 430px;
	position: relative;
	margin-top: 25px;
	clear: both;
}
.footer {
	font-size: 9px;
	text-align: center;
	top: 25px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#contentRight {
	width: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	float: right;
	padding: 10px;
}

/* Default page elements*/
#layoutbox1 {
	width: 18%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	float: left;
	position: relative;
	padding: 10px 10px 10px 15px;
}
#layoutbox2 {
	width: 50%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	float: left;
	padding: 20px;
}
#layoutbox3 {
	width: 23%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	float: left;
	padding: 10px;
	text-align: right;
}
#layoutbox4 {
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	float: left;
	padding: 20px;
	text-align: justify;
}
/* Index page elements*/
#FPbackground {
	background-image: url(../images/backdrop.gif);
	background-repeat: no-repeat;
	left: 85px;
	top: 0px;
	height: 615px;
	width: 864px;
	position: relative;
}
#FPpanel1 {
	position: absolute;
	left: 59px;
	top: 192px;
	width: 148px;
	height: 311px;
	padding: 6px 14px 14px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
}
#FPpanel2 {
	position: absolute;
	left: 237px;
	top: 224px;
	width: 360px;
	height: 278px;
	padding: 6px 14px 14px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: justify;
}
#FPpanel3 {
	position: absolute;
	left: 628px;
	top: 213px;
	width: 128px;
	height: 256px;
	padding: 14px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #5F5F5F;
}

/*General Navigation */
#navbar {
	position: absolute;
	height: 25px;
	width: 389px;
	left: 237px;
	top: 183px;
	background-color: #FDF8D8;
	text-align: center;
}
#navbar2 {
	position: relative;
	float: left;
	clear: both;
}
#navlist
{
}
#navlist ul, #navlist li
{
	list-style-type: none;
	display: inline;
	padding-right: 4px;
}
#navlist a:link, #navlist a:visited
{
	color: #330099;
	font-size: 11px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-weight: bold;
}
#navlist a:hover {
	color: #333333;
	border-bottom: 3px solid #C72000;
	background: transparent;
	text-decoration: none;
}
#navfront
{
}
#navfront ul, #navfront li
{
	list-style-type: none;
	display: inline;
	padding-right: 35px;
}
#navfront a:link, #navfront a:visited
{
	color: #330099;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-weight: bold;
}
#navfront a:hover {
	color: #333333;
	border-bottom: 3px solid #C72000;
	background: transparent;
	text-decoration: none;
}

#sidemenu {
	position: relative;
	width: 70%;
	height: 300px;
	border-top: 3px solid #C72000;
	padding-bottom: 10px;
}
#sm1, #sm2, #sm3, #sm4, #sm5, #sm6, #sm7, #sm8, #sm9, #sm10, #sm11 {
	position: relative;
	width: 100%;
	padding-bottom: 10px;
	line-height: 25px;
	padding-left: 2px;
}
#sm1 a:link, #sm1 a:visited, #sm2 a:link, #sm2 a:visited, #sm3 a:link, #sm3 a:visited, #sm4 a:link, #sm4 a:visited, #sm5 a:link, #sm5 a:visited, #sm6 a:link, #sm6 a:visited, #sm7 a:link, #sm7 a:visited, #sm8 a:link, #sm8 a:visited, #sm9 a:link, #sm9 a:visited, #sm10 a:link, #sm10 a:visited,  #sm11 a:link, #sm11 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330099;
	text-decoration: none;
	padding-bottom: 5px;
}
#sm1 a:hover, #sm2 a:hover, #sm3 a:hover, #sm4 a:hover, #sm5 a:hover, #sm6 a:hover, #sm7 a:hover, #sm8 a:hover, #sm9 a:hover, #sm10 a:hover, #sm11 a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #C72000;
}
.hideMenu {
	display: none;
}

/* Table Elements */
.bg-tb-heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FDF8D8;
	background-image: url(../images/PurpleBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 6px;
	border-top: 1px solid #D2CEDF;
	border-right: 1px solid #584E78;
	border-bottom: 1px solid #584E78;
	border-left: 1px solid #D2CEDF;
	font-weight: bold;
}
.bg-tb-td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/lightcopper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #F9F8EC;
	border-right: 1px solid #F9F8EC;
	border-bottom: 1px solid #CDC278;
	border-left: 1px solid #CDC278;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left: 6px;
}
.bg-tb-td-warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E4241F;
	background-image: url(../images/lightcopper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #F9F8EC;
	border-right: 1px solid #F9F8EC;
	border-bottom: 1px solid #CDC278;
	border-left: 1px solid #CDC278;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
}
.bg-tb-td-warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E4241F;
	background-image: url(../images/lightcopper.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #F9F8EC;
	border-right: 1px solid #F9F8EC;
	border-bottom: 1px solid #CDC278;
	border-left: 1px solid #CDC278;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
}
.bg-tb-td-large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/bg-sand-large.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #F9F8EC;
	border-right: 1px solid #F9F8EC;
	border-bottom: 1px solid #CDC278;
	border-left: 1px solid #CDC278;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
}
.bg-tb-td-large-warning {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E4241F;
	background-image: url(../images/bg-sand-large.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #F9F8EC;
	border-right: 1px solid #F9F8EC;
	border-bottom: 1px solid #CDC278;
	border-left: 1px solid #CDC278;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 8px;
	padding-left: 8px;
}

/*Button Elements */
.button {
	background-color: #8579A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2CEDF;
	border-right-color: #584e78;
	border-bottom-color: #584e78;
	border-left-color: #D2CEDF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FDF8D8;
	height: 22px;
	width: 75px;
	vertical-align: middle;
	font-weight: bold;
}
#button2 {
	background-color: #8579A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2CEDF;
	border-right-color: #584E78;
	border-bottom-color: #584E78;
	border-left-color: #D2CEDF;
	text-align: center;
}
#button2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FDF8D8;
	text-decoration: none;
	padding: 1px 22px;
	font-weight: bold;
}
#button3 {
	width: 160px;
	height: 20px;
	background-color: #8579A7;
	border-top: 1px solid #D2CEDF;
	border-right: 1px solid #584E78;
	border-bottom: 1px solid #584E78;
	border-left: 1px solid #D2CEDF;
	left: 314px;
	position: relative;
	top: 8px;
}
#button3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FDF8D8;
	text-decoration: none;
	padding: 1px 22px;
	font-weight: bold;
}
.buttonSmall {
	background-color: #8579A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2CEDF;
	border-right-color: #584e78;
	border-bottom-color: #584e78;
	border-left-color: #D2CEDF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDF8D8;
	height: 18px;
	width: 65px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
}
.buttonLarge {
	background-color: #8579A7;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2CEDF;
	border-right-color: #584e78;
	border-bottom-color: #584e78;
	border-left-color: #D2CEDF;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDF8D8;
	height: 20px;
	width: 160px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
}
.buttonSmFieldset {
	background-color: #C72000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFAA9B;
	border-right-color: #881400;
	border-bottom-color: #881400;
	border-left-color: #FFAA9B;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDF8D8;
	height: 20px;
	width: 65px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.buttonSmFieldset2 {
	background-color: #C72000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFAA9B;
	border-right-color: #881400;
	border-bottom-color: #881400;
	border-left-color: #FFAA9B;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDF8D8;
	height: 18px;
	width: 56px;
	font-weight: bold;
	font-size: 12px;
	margin-top: 15px;
}

/* Clear Float Element */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#adtopbox {
	height: 60px;
	width: 970px;
	left: 15px;
	position: relative;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 2px;
}
#adboxleft1 {
	float: left;
}
pre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 500;
	line-height: 18px;
}

