html, body {
	background: #FFFFFF; 
	font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	height: 100%; 
	width: 100%; 
}

img { 
	border: 0px; 
}

label {
	cursor: pointer;
}

a:link { font-weight: bold; text-decoration: none; color:#0000AA;} 
a:visited { font-weight: bold;text-decoration: none; color:#0000AA;} 
a:hover { font-weight: bold; text-decoration: none; color:#0077FF;} 
a:active { font-weight: bold; text-decoration: none; color:#0000AA;}

.big-text {
	font-size: 30px;
	font-weight: bold;
	padding-left: 80px;
	color: #007700;
	text-shadow: 1px 1px 1px #FF9999;
	padding-top: 0px;
	padding-bottom: 20px;
	display: block;
}
	
.mcSummary {
	height: 40px;
	width: 100%;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 22px;
}

.mcNavBar {
	height: 80px;
	padding-left: 25px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 22px;
	white-space: nowrap;
}

#dvNavigationBar {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

.mcBack {
	height: 20px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	white-space: nowrap;
}

.mcSmrContainer {
	border-top: 1px solid #EEEEEE;
	background: #ffffff url(/design/summary_bar.png) repeat-x left bottom;
	width: 100%;
	height: 150px;
	white-space: nowrap;
}

.mcLogout {
	font-size: 12px;
	text-align: right;
	padding-right: 20px;
	white-space: nowrap;
}

#dvSummaryBar {
 	margin-top: 2px;
	font-size: 18px;
	color: #999999;
}

#mcHdrContainer {
	width: 100%;
}

.mcHdrLogo {
	width: 180px;
	font-size: 24px;
	font-weight: bold;
	white-space: nowrap;
}

.mcHdrText {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
	
.mcHdrHelp {
	text-align: right;
	width: 120px;
}
	
#mcBdContainer {
	width: 100%;
}

.mcBdLeft {
	width: 3%;
}

.mcBdRight {
	width: 3%;
}
	
.gadget {
	width: 100%;
	text-align: center;
}
	
.gadget td {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
}

.module {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #DDDDDD;
	background-color:#FFFFFF;	
	width: 140px;
	height: 140px;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
	float: left;
	
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.module:hover {
	border: 1px solid #000000;
	cursor: pointer;
}

.s_gadget {
	width: 100%;
	text-align: center;
}
	
.s_gadget td {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.s_module {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #DDDDDD;
	background-color:#FFFFFF;	
	width: 86px;
	height: 86px;
	margin-left: 10px;
	margin-bottom: -45px;
	margin-top: 5px;
	padding: 5px;
	float: right;
	
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	position:relative;
	list-style-type: none; 
	z-index: 1000;	
}

.s_module:hover {
	border: 1px solid #000000;
	cursor: pointer;
}

.st_gadget {
	width: 100%;
	text-align: center;
}
	
.st_gadget td {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}

.st_module {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px dashed #DDDDDD;
	background-color:#FFFFFF;	
	width: 120px;
	height: 55px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 5px;
	float: left;
	
	-webkit-border-radius: 7px;
	-khtml-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	
	position:relative;
	list-style-type: none; 
	z-index: 1000;	
}

.st_module:hover {
	border: 1px solid #000000;
	cursor: pointer;
}


.new-account {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
}

.new-account-field {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.new-account-input {
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.new-account-spacer {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	border: 1px solid black;
	background-color: #AAFFAA;
}

.captcha {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.acc-container {
	color: #000000;
	display: table;
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	padding-right: 60px;
	margin-bottom: 20px;
	background: #F4FCE8;
	border: 1px solid #F7931D;
	overflow-x: auto;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
}

.name-container {
	white-space: nowrap;
	font-size: 26px;
	font-weight: bold;
}

.acc-green-button {
	color: #000000;
	padding: 10px;
	__background: #CCFFAA;
	background: #FFFFFF url(/design/btn_green_gradient.png) repeat-x left bottom;
	width: 230px;
	cursor: pointer;
	text-align: center;
	border: 1px solid #F7931D;
	overflow-x: auto;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 3px 3px 3px #888;
	-webkit-box-shadow: 3px 3px 3px #888;
	box-shadow: 3px 3px 3px #888;
}


.nav-link {
	color: #000000;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	border: 1px solid #AAAAAA;
	overflow-x: auto;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.nav-red-del-button
{
	color: #000000;
	background: #FFFFFF url(/design/btn_red_gradient.png) repeat-x left bottom;
	__background-color: #FFAAAA;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FF4444;
	overflow-x: auto;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.tool-button
{
	color: #333333;
	background: #FFFFFF url(/design/btn_gray_gradient.png) repeat-x left bottom;
	background-color: #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	display: inline;
	margin-left:5px;
	margin-right:5px;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #999999;
	overflow-x: auto;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.tool-button-red
{
	color: #882222;
}

.tool-button-disabled
{
	color: #999999;
	background-color: #EEEEEE;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left:5px;
	margin-right:5px;
	display: inline;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #999999;
	overflow-x: auto;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.nav-red-link {
	color: #000000;
	background: #FFFFFF url(/design/btn_red_gradient.png) repeat-x left bottom;
	__background-color: #FFAAAA;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #FF4444;
	overflow-x: auto;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.nav-yellow-link {
	color: #000000;
	background: #FFFFFF url(/design/btn_yellow_gradient.png) repeat-x left bottom;
	__background-color: #FFFFAA;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #BBBB00;
	overflow-x: auto;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.nav-green-link {
	color: #000000;
	background: #FFFFFF url(/design/btn_green_gradient.png) repeat-x left bottom;
	__background-color: #DDFFDD;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: inline;
	white-space: nowrap;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #008800;
	overflow-x: auto;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;
}

.nav-gray-link {
	color: #888888;
	background: #FFFFFF url(/design/btn_gray_gradient.png) repeat-x left bottom;
	__background-color: #DDDDDD;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
	display: inline;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #888888;
	overflow-x: auto;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
    -moz-border-radius: 6px;
	border-radius: 6px;
}

.account-container {
	width: 100%;
}

.account-container-toolbar {
	white-space: nowrap;
	text-align: right;
}

.transact-table {
	text-align: center;
	border: 1px solid #999999;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	background: #EEFFEE;
}

.transact-table th {
	text-align: center;
	font-weight: bold;
	color: #555555;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #007700;
	font-size: 12px;
}

.transact-table td {
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
}

.transact-table-hl {
	background-color: #FFAA00;
}

.transact-table-1 {
	background-color: #DDEECC;
}

.transact-table-0 {
	background-color: #FFFFFF;
}

.transact-table-dl {
	border-top: 1px solid #007700;
	font-size: 12px;
}

.pg-separator {
	background: #EEEEEE;/* url(/design/summary_bar.png) repeat-x left bottom;*/
	width: 100%;
	text-align: left;
	border: 1px solid #DDDDDD;
	padding: 2px;
	color: #005500;
}

.pg-separator a:link { font-weight: bold; text-decoration: none; color:#005500;} 
.pg-separator a:visited { font-weight: bold;text-decoration: none; color:#005500;} 
.pg-separator a:hover { font-weight: bold; text-decoration: none; color:#00AA00;} 
.pg-separator a:active { font-weight: bold; text-decoration: none; color:#005500;}

.dv-red-box {
	border: 1px solid red;
	padding: 3px;
	text-align: center;
	background-color: #FFEEEE;
	width: 300px;
}

.dv-green-box {
	border: 1px solid green;
	padding: 3px;
	text-align: center;
	background-color: #EEFFEE;
	width: 300px;
}

#help-window { display: none; }

.select-field { 
	padding: .4em; 
/*	width: 100%;*/
	background: #FFFFCC;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input-text { 
	padding: .4em; 
/*	width: 100%;*/
	background: #FFFFCC;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.input-text-ro { 
	padding: .4em; 
/*	width: 100%;*/
	background: #DDDDDD;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.user-info-page {
	border: 1px solid #F7931D;
	padding: 30px;
	position: relative;
	margin-bottom: 20px;
	-moz-box-shadow: 2px 2px 2px #555;
	-webkit-box-shadow: 2px 2px 2px #555;
	box-shadow: 2px 2px 2px #555;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
}

.user-info-pic {
	position: absolute;
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border:1px solid #F7931D;
	border-radius:12px;
	vertical-align: top;
	left: -20px;
	top: -10px;
}

.user-info-name {
	padding-bottom: 30px;
	padding-left: 60px;
	font-size: 28px;
	font-weight: bold;
}

.error-message {
	display: inline-block;
	background-color:#FFEEEE;
	color:#FF0000;
	border:1px solid #FF0000;
	border-radius:7px;
	padding:10px;
	margin-bottom:20px;
}

.ok-message {
	display: inline-block;
	background-color:#EEFFEE;
	color:#008800;
	border:1px solid #008800;
	border-radius:7px;
	padding:10px;
	margin-bottom:20px;
}

.no-data-message {
	display: inline-block;
	background-color:#EEEEEE;
	color:#888888;
	border:1px solid #888888;
	border-radius:7px;
	padding:10px;
	margin-bottom:20px;
}

.user-names-list:link { font-weight: bold; text-decoration: none; color:#000000;} 
.user-names-list:visited { font-weight: bold;text-decoration: none; color:#000000;} 
.user-names-list:active { font-weight: bold; text-decoration: none; color:#000000;}
.user-names-list:hover { font-weight: bold; text-decoration: none; color:#0077FF;} 

.user-names-list-ia:link { font-weight: bold; text-decoration: none; color:#DDDDDD;} 
.user-names-list-ia:visited { font-weight: bold;text-decoration: none; color:#DDDDDD;} 
.user-names-list-ia:active { font-weight: bold; text-decoration: none; color:#DDDDDD;}
.user-names-list-ia:hover { font-weight: bold; text-decoration: none; color:#FF7700;} 

.ui-progress-dialog .ui-dialog-titlebar-close { display: none; }

#mcMain {
	min-height:100%;
	position:relative;
}
#mcHeader {
	background:#FFFFFF;
	height: 150px;
}
#mcBody {
	padding-bottom:80px;	/* Height of the footer */
}
#mcFooter {
	height: 80px;
	border-top: 1px solid #DDDDDD;
	font-size: 14px;
	font-weight: bold;
	background: #EBF6DC;
	text-align: right;
	position: absolute;
	white-space: nowrap;
	bottom:0;
	width:100%;
}

.mcLegalItem
{
	width:24%;
	text-align:center;
	float:left;
	padding-top:10px;	
}

.mcLegalItem a:link { font-weight: bold; text-decoration: none; color:#005500;} 
.mcLegalItem a:visited { font-weight: bold;text-decoration: none; color:#005500;} 
.mcLegalItem a:hover { font-weight: bold; text-decoration: none; color:#00AA00;} 
.mcLegalItem a:active { font-weight: bold; text-decoration: none; color:#005500;}

.LoginSignup {
	border:1px solid #CCCCCC;
	border-radius:10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
}
.LoginSignup a:link { font-weight: normal; text-decoration: none; color:#999999;} 
.LoginSignup a:visited { font-weight: normal; text-decoration: none; color:#999999;} 
.LoginSignup a:hover { font-weight: normal; text-decoration: none; color:#005500;} 
.LoginSignup a:active { font-weight: normal; text-decoration: none; color:#005500;}

.nav-bar-buttons {
	padding-left:70px;
	font-size:18px;
	font-weight:bold;
	color: #E37F1C;
}

.nav-bar-buttons a:link { font-weight: bold; text-decoration: none; color:#355E00;} 
.nav-bar-buttons a:visited { font-weight: bold; text-decoration: none; color:#355E00;} 
.nav-bar-buttons a:hover { font-weight: bold; text-decoration: none; color:#509000;} 
.nav-bar-buttons a:active { font-weight: bold; text-decoration: none; color:#355E00;}

#signup-window { display: none; }
#video-popup-window { display: none; }
#dvStatusMessage { color: #FF0000; text-align: right;}

.input-fields-right { text-align: right; }
.input-text { 
	padding: .4em; 
	width: 300px;
	background: #FFFFCC;
	border: 1px solid #AAAAAA;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
