/* ======================================================================================= */
/* Description: Used in pages with similar look to the Competition pages
				e.g. Competition entry pages, PNVirl* pages.  
*/
/* ======================================================================================= */

/* ======================================================================================= */
/* S. Common */
body { background-color: #fff; margin: 0px; padding: 0px;  }
img { border: 0; }

/* Font Formatting */
p {line-height: 1.4em; margin: 10px 0px; color: #585858;}
h1 {color: #3A4789; font-size: 120%; font-weight: bold;}
h2 {font-weight: bold; font-size: 90%; padding:8px 0px;}
li {margin: 5px 20px 0px 20px; list-style-image: url('../commonimages/icon_li_redArrow.gif');}
label strong {color: red; padding-right: 2px;}

/* Links */
a#close-button:link,a#close-button:visited,a#close-button:hover,a#close-button:active { color: #66633E; text-decoration: none; }
a#close-button:hover { color: #000; text-decoration: underline; }

/* Grid Layout */
/*#doc3 { margin: auto; }*/
/*#hd { background-color: #DBD8C5; height: 76px; }*/
#bd { background-color: #EBEBE4; }
#ft { background-color: #E0DDCC; }

/* Content Area */
.toptext{float:left;display:block;clear:both;}
#bd #content-container { background-color: #fff; }
#bd #content-pic { width: 100%; text-align:center; padding: 10px 0px 10px 0px;  } /* MUST NOT EXCEED 327px IMAGE WIDTH */
#bd #content-text { width: 100%; padding: 0px 0px 0px 0px; } /* Left align our copy with the closest form label */

/* Forms */
.validator_msg,label,input,textarea,select { display: block; width: 245px; float: left; margin-bottom: 2px; padding: 1px;}
br { clear: left; }

/* Copyright */
p#copyrite { font-size: 10px; color: #6B6B6B; text-align: center;}

/* Close button for pop ups such as TNC */
#close-button { position: relative; left: 665px; top: 35px; } 

/* E. Common */
/* ======================================================================================= */

/*#gfx_main { border-style: solid; border-width: 1px; border-color: #CDCDCD; padding: 2px;}*/
