html {
    height: 100%;
}
body {
	min-width: 770px;
    height: 100%;
}

#container {
	position: relative;
    width: 100%;
    margin:auto;
    height: 100%;
}

#container .column {
	position: relative;
	float: left;
    height:100%;
}

#content {
	position: relative;
    width:100%;
    height:100%;
}

#content .editable {
    cursor: pointer;
    border: 1px solid #ed7d00;
}

#content .jeip-editfield, #content .jeip-editor {
    width: 90%;
}

#pad {
	position: relative;
    height:100%;
    padding: 10px 10px 10px 10px; /* CC padding */
}

#left {
	position: relative;
	width: 180px; /* LC width */
	padding: 10px 10px; /* LC padding */
	/*border-right: 1px solid #6e6e6e;*/
	float:left;
	min-height:250px;
	height: 100%;
}

#right {
	position: relative;
	width: 180px; /* RC width */
	padding: 10px 10px; /* RC padding */
	margin-right: -100%;
	/*border-left: 1px solid #6e6e6e;*/
	min-height:250px;
	height: 100%;
}

#footer {
	clear: both;
    height:100%;
}

/*** End of The Essential Code ***/

#scrn-read {
	display:none
}

body,html {
	font-size:100%;
	padding:0;
	margin:0;
}

body {
	/*background: #FFF;*/
	font-size:0.8em;
}

li,p,td,div,body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

#header {
	padding: 0;
	background: #ed7d00;
	height: 66px;	
    text-align: right;
}
#header img {
    height: 66px;
    padding: 0;
    margin:0;
}

#footer {
	padding: 0.3em ;
	background: #fff;
	color: #888;
	font-size: 0.8em;
	text-align: center;
	margin-top: 10px;
    border-top:1px solid #6e6e6e;
}
#container {
	/*background: #dfdfdf;*/
}

#left {
	background: #dfdfdf;
}

#content {
	background: #ffffff;
}

#right {
	background: #dfdfdf;
}

#container .column {
	/*padding-top: 1em;*/
	text-align: left;
}

h1,h2,h3,h4,h5 {
	color: #339966 /*#306FDF*/;
	font-weight: normal;
	margin-top:0px;
	padding-top:0px;
}

a, a:link, a:visited {
	text-decoration:none;
}

a {
	color: #ed7d00 /*#306FDF*/;
    cursor: pointer;
}

a:link, a:visited  {
	color: #ed7d00;
}

a:hover {
	color: #339966 /*#16448A*/;
	text-decoration: underline;
}

#right-ad {
	margin-left: 10px;
}

#reviews {
    list-style-type: none;
    padding-left: 0;
}

#reviews li {
    margin-bottom: 2em;
}

#reviews .review-meta {
    font-size: 0.8em;
    color: #888;
    margin-bottom: 0.5em;
}

#reviews .review-body {
    margin-top: 0;
}

.reviewLink {
    text-decoration: none;
    border: 1px solid #666;
    background-color: #ccc;
    color: black;
    padding: 1px 2px;
}

a.reviewLink:hover {
    text-decoration: none;
    background-color: #666;
    color: #fff;
}

#menu {
    background-color: #ffffff;
    width: 100%;
}
#menu p
{
    padding-bottom: 4px;
    padding-right: 10px;
    margin: 4px;
    color: #ed7d00;
}

#menu p a
{
    background-color: inherit;
    color: #ed7d00;
    text-decoration: none;
}

#menu p a:hover
{
    text-decoration: underline;
}

.highlight {
	background-color: #ffcc66;
}

.tr-hover:hover {
	background-color: #cecece;
}

.errors
{
	color:#f00000;
}

.caption
{
	font-weight:normal;
	font-style:italic;
}

.bold
{
	font-weight:bold;
}

.hover 
{
	cursor:help;
}

.clear{
	clear:both;
}

/* MyLEARNZ Form */
.mylearnz_form {
	
}
.mylearnz_form tr:hover{
	background-color: #ffffff;
}
.mylearnz_form tr{
	vertical-align: top;
	border-bottom: 1px solid #6e6e6e;
}
.mylearnz_form th{
	background-color: #dedede;
	text-align: right;
	width: 300px;
}
.mylearnz_form .hint{
	text-align: left;
	width: 250px;
}
.mylearnz_form .element{
	text-align: left;
	width: 250px;
}
.mylearnz_form .element ul{
	margin: 2px 15px;
	padding: 0px;
}

#loading {
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
	width:100%;
	height:100%;
	margin:auto;
	background:#ed7d00 /*#FDFCE9 url(/images/loading.gif) no-repeat center*/;
	/*border:1px solid #ed7d00;*/
	padding-top:300px;
	display:none;
	text-align:center;
	-moz-opacity: 0.6;
	opacity: 0.60;
	filter: alpha(opacity=60);
}

html>body #container {
    min-height: 250px;
    height: auto;
}

.ambassadorParticipation {
    background:#FADEBF;
}
.ambassadorParticipation td {
    background:#FADEBF;
}