﻿body
{
	margin: 0px 0px 0px 0px;
}

.WelcomeText
{
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}

.LoginText
{
	font-family: Trebuchet MS;
	font-size: 12px;
	font-weight: bold;
	color: #86242a;
	text-decoration: none;
}

.bodyBoldText
{
	font-family: Arial;
	font-size: 14px;
	
	color: #111111;
	text-decoration: none;
}

.bodyNormalText
{
	font-family: Arial;
	font-size: 12px;
	color: #252525;
	text-decoration: none;
}

.bodyWhiteText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.bodyMenuText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.bodyMenuText:hover
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}

.bodyRedText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #852329;
	text-decoration: none;
}

.bodyOrangeText
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #e65b2b;
	text-decoration: none;
}

.advtHead
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #832329;
	text-decoration: none;
}

.advtText
{
	font-family: Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	color: #3d3d3d;
	text-decoration: none;
}

.registerText
{
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #832329;
	text-decoration: none;
}

.bodyBlackHeading
{
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	color: #252525;
	text-decoration: none;
}

.bodyOrangeHeading
{
	font-family: Trebuchet MS;
	font-size: 24px;
	font-weight: bold;
	color: #e65b2b;
	text-decoration: none;
}

.landingPageText
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.password
{
	font-size: 10px;
	width: 150px;
	font-family: arial, sans-serif;
}

.pstrength-minchar
{
	font-size: 10px;
}

.CatDD
{
text-decoration:none;
}

.CatDD:hover
{
text-decoration:underline; 
} 











#container {
    width:780px;
    margin:0 auto;
    position: relative;
}

#content {
    width:520px;
    min-height:500px;
}
a:link, a:visited {
    color:#27b;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a img {
    border-width:0;
}
#topnav {
    padding:10px 0px 12px;
    font-size:11px;
    line-height:23px;
    text-align:right;
}
#topnav a.signin {
    background:#88bbd4;
    padding:4px 6px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background:transparent url("Images/signin-nav-bg-ie.png") no-repeat 0 0;
    padding:4px 12px 6px;
}
#topnav a.signin:hover {
    background:#59B;
    background:transparent url("Images/signin-nav-bg-hover-ie.png") no-repeat 0 0;
    padding:4px 12px 6px;
}
#topnav a.signin, #topnav a.signin:hover {
   background-position:0 3px!important;
}

a.signin {
    position:relative;
    margin-left:3px;
}
a.signin span {
    background-image:url("Images/toggle_down_light.png");
    background-repeat:no-repeat;
    background-position:100% 50%;
    padding:4px 16px 6px 0;
}
#topnav a.menu-open {
    background:#ddeef6!important;
    color:#666!important;
    outline:none;
}
#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    margin:25px 0 0;
    width:170px;
}
a.signin.menu-open span {
    background-image:url("Images/toggle_up_dark.png");
    color:#789;
}

#signin_menu {
    -moz-border-radius-topleft:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    display:none;
    background-color:#ddeef6;
    position:absolute;
    width:210px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 24.5px; 
    right: 0px; 
    margin-top:5px;
    margin-right: 0px;
    margin-right: -1px;
    color:#789;
    font-size:11px;
}

#signin_menu input[type=text], #signin_menu input[type=password] {
    display:block;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border:1px solid #ACE;
    font-size:13px;
    margin:0 0 5px;
    padding:5px;
    width:203px;
}
#signin_menu p {
    margin:0;
}
#signin_menu a {
    color:#6AC;
}
#signin_menu label {
    font-weight:normal;
}
#signin_menu p.remember {
    padding:10px 0;
}
#signin_menu p.forgot, #signin_menu p.complete {
    clear:both;
    margin:5px 0;
}
#signin_menu p a {
    color:#27B!important;
}
#signin_submit {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('Images/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;
}
#signin_submit::-moz-focus-inner {
padding:0;
border:0;
}
#signin_submit:hover, #signin_submit:focus {
    background-position:0 -5px;
    cursor:pointer;
}

.Signin
{

 -moz-border-radius:4px;
    -webkit-border-radius:4px;
    background:#39d url('Images/bg-btn-blue.png') repeat-x scroll 0 0;
    border:1px solid #39D;
    color:#fff;
    text-shadow:0 -1px 0 #39d;
    padding:4px 10px 5px;
    font-size:11px;
    margin:0 5px 0 0;
    font-weight:bold;}


.HomeCatFont
{
color:#252525;
font-size:11px;
font-family:Arial; 
font-weight:bold;
}

.HomeCatFont:hover
{
text-decoration:underline;
}

.HeadingH1
{
color:#E65B2B;
font-size:24px;
font-family:Arial; 
font-weight:bold;
}

.HeadingH3
{
color:#434445;
font-size:14px;
font-family:Arial; 
font-weight:normal;
}

.HeadingH2
{
color:#111111;
font-size:20px;
font-family:Arial; 
font-weight:normal;
}

/* PAGINATOR Flickr */
/*actual .PagesFlickr { text-align: center; margin-bottom: 20px; margin-top: 20px; }*/
.PagesFlickr {font-family:Arial, Helvetica, sans-serif;}
.Paginator { font-size: 12px; padding-top: 10px; padding-bottom:10px; margin-left: auto; margin-right: auto; /* padding-bottom: 10px;  background-image: url(http://l.yimg.com/g/images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */ }
.Paginator a, .pageList .this-page { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator .AtStart { margin-right: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .Prev { margin-right: 20px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.Paginator .break { padding: 2px 6px; border: none; background: #fff; text-decoration: none; }
.Paginator .Next { margin-left: 20px; padding: 2px 6px; border: solid 2px #ddd; background: #fff;}
.Paginator .AtEnd { margin-left: 20px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; vertical-align: top; background: #fff; color: #852329; }
.Paginator a:hover {color: black; background: #edf8d6; border-color: #0b9004; text-decoration: none;}
/* 
.Paginator .ranking {display: block; margin-top: 0.5em; font-weight: bold;}
.Paginator .ranking a {padding: 0; border: 0; background: transparent;} 
*/
.Pages div.Results { text-align: center; font: 11px/15px Arial, Helvetica; color: #aaa; margin-top: 8px; }

.completionList
{
    height:100px;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
    color:Blue;   
    overflow:auto;
}
.completionList:hover
{
    height:200px;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;  
    overflow:auto;
}
.MyCalendar .ajax__calendar_container
{
    width:195px;
    border:1px solid #646464;
    background-color:White;
    line-height:15px;
    color: #82082c;
    cursor:pointer;
}		
		
		
.getintouchtextbox
{
	font-size: 12px;
	color: #898989;
	font-family:arial 
}
.sitelinks
{
	font-size: 25px;
	color: #ceee7e;
	font-family:arial;
	text-decoration:none  
	
}
.errortext
{
	font-size: 14px;
	font-family:arial
}
.PngFix
{
    behavior: url('iepngfix.htc');
}
.sitetext
{
	font-size: 12px;
	color: #ceee7e;
	font-family:arial;
	text-decoration:none;
	font-weight:bold;     
	
}


