
/* original styles
table {
	width: 80%;
	margin: 1em auto;
	border-collapse: collapse;
}

thead th,
tfoot th {
	padding: 0.5em;
	text-align: left;
	border: 1px solid black;
	background-color: #AAF;
}

tfoot td {
	border-top: 1px solid black;
}

tbody td {
	padding: 0.5em;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

tbody tr.odd {
	background-color: #DDF;
}

td.numeric,
th.numeric {
	text-align: right;
}
 */

/* http://programs.educationalimpact.com/cms_cfmods/newCSSfiles/style.css */
#firstContainerTop {
	width:1014px;
	height:53px;
	margin-top:50px;
	padding:2px 0;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	background-color:#cc0000;
	}
	
#firstContainerTop .title,
#secondContainerTop .title {
	color:#fff;
	font-family:Arial;
	font-size:24px;
	margin: 0 0 0 20px;
	}

#firstContainerTop .description {
	color:#fff;
	font-family:Arial;
	font-size:12px;
	margin: -5px 0 0 20px;
	
	}

#firstContainerBottom {
	border:1px solid #333;
	border-top:none;
	width:1012px;
	height:100%;
	}

#firstInsideLeft {
	float:left;
	width:600px;
	padding:10px 20px;
	font-size:12px;
	color:#333;
	}


#firstInsideRight {
	float:left;
	width:328px;
	padding:10px 20px;
	}
	
.clear {
	clear:both;
	}
	
#firstLoginTop {
	width:325px;
	height:25px;
	margin-top:15px;
	padding:2px 0;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	background-color:#cc0000;
	}
	
#firstLoginTop .title {
	color:#fff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin: 3px 0 0 20px;
	}
	
#firstLoginBottom {
	border:1px solid #333;
	border-top:none;
	width:303px;
	height:100%;
	padding:20px 10px;
	}

#firstFields {
	text-align:left;
	width:300px;
	}

.formTitle {
	font-family:Arial;
	font-size:14px;
	text-align:right;
	color:#333;
	margin:0;
	margin-left:10px;
	font-weight:bold;
	}
	
.formInput {
	width:195px;
	height:25px;
	margin-bottom:10px;
	margin-left:2px;
	font-family:Arial;
	font-size:12px;
	color:#333;
	}

.formLogin {
	margin-left:90px;
	}

.forgotLogin {
	font-family:Arial;
	font-size:12px;
	margin:0;
	padding:0;
	}
	
.forgotLogin a:link,
.forgotLogin a:visited,
.forgotLogin a:active {
	text-decoration: none;
	color:#006699;
	}

.forgotLogin a:hover {
	text-decoration: none; 
	background-color:transparent;
	color:#333;
	}
	
	
	
	
	
#secondContainerTop {
	width:1014px;
	height:35px;
	margin-top:50px;
	padding:2px 0;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	background-color:#cc0000;
	}

#secondContainerBottom {
	border-top:none;
	width:1012px;
	/*height:535px;*/ /* hidden for python version */
	border:1px solid #333;
	border-top:none;
	}
	
	
	
	
	

#secondInsideLeft {
	float:left;
	border-right:1px solid #333;
	border-top:none;
	width:464px;
	height:515px;
	padding:10px 20px;
	}

#secondInsideLeft .title {
	font-family:Arial;
	font-size:24px;
	color:#333399;
	font-weight:bold;
	margin: 0;
	}

#secondInsideLeft .description {
	font-family:Arial;
	font-size:12px;
	color:#333399;
	font-weight:bold;
	margin: -5px 0 0 0;
	}
	
#secondLeftLoginTop {
	width:465px;
	height:25px;
	margin-top:15px;
	padding:2px 0;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	background-color:#333399;
	}
	
#secondLeftLoginTop .title {
	color:#fff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin: 3px 0 0 20px;
	}

.newUser {
	text-align:right;
	float:right;
	margin-right:20px;
	font-weight:bold;
	font-size:11px;
	}

#secondLeftLoginTop .newUser a:link,
#secondLeftLoginTop .newUser a:visited,
#secondLeftLoginTop .newUser a:active {
	text-decoration: none;
	color:#ccccff;
	}

#secondLeftLoginTop .newUser a:hover {
	text-decoration: none; 
	background-color:transparent;
	color:#fff;
	}

#secondLeftLoginBottom {
	border:1px solid #333;
	border-top:none;
	width:443px;
	height:100px;
	padding:20px 10px;
	}
	
	
	
	

#secondInsideRight {
	float:left;
	width:465px;
	/*height:445px;*/ /* hidden for python version */
	padding:10px 20px;
	}
	
#secondInsideRight .title {
	font-family:Arial;
	font-size:24px;
	color:#006633;
	font-weight:bold;
	margin: 0;
	}

#secondInsideRight .description {
	font-family:Arial;
	font-size:12px;
	color:#006633;
	font-weight:bold;
	margin: -5px 0 0 0;
	}

.textArea a:link,
.textArea a:visited,
.textArea a:active {
	text-decoration: none;
	color:#006699;
	}

.textArea a:hover {
	text-decoration: none; 
	background-color:transparent;
	color:#333;
	}

#rightLogin	{margin-top: 45px;}	/* added for python version */

#secondRightLoginTop {
	width:465px;
	height:25px;
	margin-top:15px;
	padding:2px 0;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	background-color:#006633;
	}
	
.tabTitle {
	margin-top:-25px;
	padding:0;
	position:absolute;
	}

.tabTitle .titleLogin {
	color:#fff;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	margin: 0 0 0 20px;
	padding-top:-20px;
	}

.tabTitle .newUser {
	margin-left:190px;
	}
	
.tabTitle .newUser a:link,
.tabTitle .newUser a:visited,
.tabTitle .newUser a:active {
	text-decoration: none;
	color:#99ffcc;
	}

.tabTitle .newUser a:hover {
	text-decoration: none; 
	background-color:transparent;
	color:#fff;
	}


#secondRightLoginBottom {
	border:1px solid #333;
	border-top:none;
	width:443px;
	height:100px;
	padding:20px 10px;
	margin-top:0;
	}


.infoButton {
	margin:10px 150px;
	}
	
	
ul.tabs {
	margin-top: -31px;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
	}

ul.tabs li {
	float: left;
	margin: 0;
	margin-right:5px;
	padding: 0;
	height: 31px;
	line-height: 31px;
	margin-bottom: -1px;
	background: #ccc;
	overflow: hidden;
	position: relative;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	}

ul.tabs li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	outline: none;
	font-weight:bold;
	color:#333;
	}

ul.tabs li a:hover {
	background: #ccc;
	color:#fff;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	}	

html ul.tabs li.active, 
html ul.tabs li.active a:hover,
html ul.tabs li.active a {
	background: #006633;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	color:#fff;
	}


.textArea {
	height:170px;
	}

.footer {
	font-size:10px;
	margin-top:20px;
	}