@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EBEBEB;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	}
.loginboxclass {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 2px 2px 2px 2px;
	background-color: #FF9999;
	border: 2px inset #FFFFFF;
	margin-bottom: 0px;
	vertical-align:top;
	float: right;
}
.CountryDetail {
	background-color:#FFFFFF ;
	text-align: justify;
	
}

.wrappls {
max-width:460px;
}

.wrappls260 {
max-width:260px;
width: expression(this.width > 510 ? 510: true);
_width: 510px;
}

.tdwordbreak {
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
/*  white-space: pre-wrap;       /* css-3 */
 

  /*white-space: -moz-pre-wrap;   Mozilla, since 1999 */

/* white-space: -pre-wrap;      /* Opera 4-6 */

/* white-space: -o-pre-wrap;    /* Opera 7 */ 
 
}
.noDamnWrap {
   -moz-binding: url(noDamnWrap.xml#noDamnWrap);
  
}

.loginerror {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	background-color:#FFFFFF;
	padding-left: 8px;
}

.signupNow {
	color:#0000FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.headerlinks {
	color:#CCCCCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#headerHomepagelink{
	display:block;
	width: 540px;
	height: 45px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	text-decoration: none;
	color: #000000;
}

.bannertext A:visited {color:#FFFFFF}
.bannertext {
	color:#FFFFFF;
	text-decoration:none;
	}



.footlinks {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.submit {
color: #000;
width: 110px;
} 


.button {
	margin-bottom: 0px;
	padding-bottom: 0px; 
}	
	
.tpp {
	vertical-align: top;
	padding: 0px;
}
.roundedcornr_box_191341 {
   background: #cc3333;
}
.roundedcornr_top_191341 div {
   background: url(CSScorners/roundedcornr_191341_tl.png) no-repeat top left;
}
.roundedcornr_top_191341 {
   background: url(CSScorners/roundedcornr_191341_tr.png) no-repeat top right;
}
.roundedcornr_bottom_191341 div {
   background: url(CSScorners/roundedcornr_191341_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_191341 {
   background: url(CSScorners/roundedcornr_191341_br.png) no-repeat bottom right;
}

.roundedcornr_top_191341 div, .roundedcornr_top_191341, 
.roundedcornr_bottom_191341 div, .roundedcornr_bottom_191341 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_191341 {
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	text-align: justify;	
}



.backgrou {	
	Background-Attachment: fixed;
	background-repeat: no-repeat;
	background-image: url("/images/RedHrt2.jpg");
	background-position: 64% 50%;
}
.trans{
	background-color: Transparent;
}
.search {
	padding: 5px 0px 5px 5px;
}
.pdding {
	padding-left: 5px;
	padding-right: 10px;
}

.twoColFixLtHdr #container {
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #CC3333; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background: #CC3333;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 36px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CC3333;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.twoColFixLtHdr #mainContent {
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 180px;
} 
.twoColFixLtHdr #mainContentNOsidebar {
	padding: 10px 5px 10px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 30;
	margin-left: 5px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CC3333; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	margin-bottom: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.roundedcornr_box_207121 {
	background: url(CSScorners/2roundedcornr_207121_tl.png) no-repeat top left;
}
.roundedcornr_top_207121 {
	
	background: url(CSScorners/roundedcornr_207121_tr.png) no-repeat top right;
}
.roundedcornr_bottom_207121 {
	background: url(CSScorners/roundedcornr_207121_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_207121 div {
	background: url(CSScorners/roundedcornr_207121_br.png) no-repeat bottom right;
}
.roundedcornr_content_207121 {
	background: url(CSScorners/roundedcornr_207121_r.png) top right repeat-y;
}

.roundedcornr_top_207121 div,.roundedcornr_top_207121,
.roundedcornr_bottom_207121 div, .roundedcornr_bottom_207121 {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.roundedcornr_content_207121, .roundedcornr_bottom_207121 {
	margin-top: -19px;
}
.roundedcornr_content_207121 { padding: 0px 5px 0px 5px; }


.TableRowSpacing {
	height: 20px;
	}

