
.reg_groupWrapper {
	width: 50%;
	float: left;
	margin-right: 1%;
	min-height: 400px;
}

* html .reg_groupWrapper {
	height: 400px;
	overflow: visible;
}

.registrationItem {
	margin-bottom: 20px;
}

.registrationItem .itemHeader {
	line-height: 25px;
	background-image: url('../images/reg_box_top.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	cursor: move;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	position: relative;
}

.registrationItem .itemHeader .inner {
	padding: 0 10px;
}

.registrationItem .itemHeader a {
	position: absolute;
	right: 10px;
	color: #FFFFFF;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.registrationItem .itemFooter {
	background-image: url('../images/reg_box_bottom.jpg');
	background-repeat: no-repeat;
	font-size: 1px;
	height: 18px;
}

.registrationItem .itemContent {
	background-image: url('../images/reg_box_middle.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.registrationItem .itemContent .inner {
	padding: 6px;
}



.registrationItem .new_itemHeader {
	line-height: 25px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	cursor: move;
	font-weight: bold;
	font-size: 12px;
	height: 25px;
	position: relative;
}

.registrationItem .new_itemHeader .new_inner {
	padding: 0 10px;
}


.registrationItem .new_itemFooter {
	font-size: 1px;
	height: 18px;
}

.registrationItem .new_itemContent {
	background-image: url('../images/login_start.png');
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
    height: 388px;
}

.registrationItem .new_itemContent .inner {
	padding: 6px;
}

.registrationItem .new_itemContent .inner td{
	padding-left: 4px;
}



.registrationItem td.label {
	font-size: 12px;
	padding-right: 10px;
	width: 125px;
}

.registrationItem td.inputfield {
	font-size: 12px;
	padding-right: 0px;
}

.registrationItem div.inputmiddlesmall select {
	margin: 3px 2px 2px 3px;
	border: 0px;
	color: #0E334D;
	font-weight: bold;
	width:115px;
}


.registrationItem div.inputmiddle, div.inputmiddlesmall {
	width: 211px;
	height: 25px;
	background-image: url('../images/bg_input_middle.jpg');
	background-repeat: no-repeat;
	margin: 4px 0px 4px 0px;
}

.registrationItem div.inputmiddle input.text, div.inputmiddle input.password {
	width: 190px;
}

.registrationItem div.inputmiddle input, div.inputmiddlesmall input, div.inputmiddle select {
	margin: 2px 5px 2px 5px;
	border: 0px;
	color: #0E334D;
	font-weight: bold;
}

.registrationItem div.inputmiddle select {
	width: 198px;
	height: 16px;
}


.registrationItem div.inputmiddlesmall {
	width: 130px;
	background-image: url('../images/bg_input_middle_small.jpg');
}

.registrationItem div.inputmiddlesmall input {
	width: 110px;
	padding:0px;
}

.registrationItem div.inputmiddlesmall input.date {
	width: 90px;
}


/* New Login */
.loginItem {
	margin-bottom: 20px;
}

.loginItem .itemHeader {
	line-height: 14px;
	background-image: url('../images/login_box_top.jpg');
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	cursor: move;
	font-weight: bold;
	font-size: 16px;
	height: 15px;
	position: relative;
}

.loginItem .itemHeader .inner {
	padding: 0 10px;
}

.loginItem .itemHeader a {
	position: absolute;
	right: 10px;
	color: #FFFFFF;
	top: 0px;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

.loginItem .itemFooter {
	background-image: url('../images/login_box_bottom.jpg');
	background-repeat: no-repeat;
	font-size: 1px;
	height: 18px;
}

.loginItem .itemContent {
	background-image: url('../images/login_box_middle.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

.loginItem .itemContent .inner {
	padding: 6px;
}

.loginItem td.label {
	font-size: 12px;
	padding-right: 10px;
	width: 125px;
}

.loginItem td.inputfield {
	font-size: 12px;
	padding-right: 0px;
}

.loginItem div.inputmiddlesmall select {
	margin: 3px 2px 2px 3px;
	border: 0px;
	color: #0E334D;
	font-weight: bold;
	width:115px;
}


.loginItem div.inputmiddle, div.inputmiddlesmall {
	width: 211px;
	height: 22px;
	background-image: url('../images/bg_input_middle.jpg');
	background-repeat: no-repeat;
	margin: 4px 0px 4px 0px;
}

.loginItem div.inputmiddle input.text, div.inputmiddle input.password {
	width: 190px;
}

.loginItem div.inputmiddle input, div.inputmiddlesmall input, div.inputmiddle select {
	margin: 2px 5px 2px 5px;
	border: 0px;
	color: #0E334D;
	font-weight: bold;
}

.loginItem div.inputmiddle select {
	width: 198px;
	height: 16px;
}


.loginItem div.inputmiddlesmall {
	width: 130px;
	background-image: url('../images/bg_input_middle_small.jpg');
}

.loginItem div.inputmiddlesmall input {
	width: 110px;
	padding:0px;
}

.loginItem div.inputmiddlesmall input.date {
	width: 90px;
}


.loginItem .itemContent p.error {
	color: #FF0000;
	margin: 5px 0px 10px 0px;
}

.loginItem .text {
	font-size: 11px;
	color: #000000;
	float: left;
	display: inline;
}

.loginItem .itemContent p {
	font-weight: bold;
	color: #0E334D;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

.loginItem .itemContent p.sep {
	font-size: 1px;
	height: 7px;
}

.loginItem .itemContent p a {
	font-weight: bold;
	color: #0E334D;
	text-decoration: underline;
}

.loginItem .itemContent p a.small {
	font-size: 10px;
}

.dialogboxpes{
    width:750px;
    background-color:#D3C1C1;
}

.dialogboxpes .head {
	width: 750px;
	height: 13px;
	/* background-image: url('../images/dialog_head_long.gif'); */
	font-size: 1px;
}

.dialogboxpes .content {
	/*background-image: url('../images/dialog_content_long.gif'); */
	color: #000000;
}

.dialogboxpes .content .inner {
	padding: 0px 10px 0px 10px;
}

.dialogboxpes .content h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.dialogboxpes .content p, .dialogbox .content label, .dialogbox .content input {
	font-size: 14px;
}

.dialogboxpes .content input.text {
	width: 510px;
}

.dialogboxpes .content input.button {
	width: 75px;
}

.dialogboxpes .content input.buttonbig {
	width: 150px;
}

.dialogboxpes .foot {
	width: 750px;
	height: 18px;
	/*background-image: url('../images/dialog_foot_long.gif');*/
	font-size: 1px;
}

/* simple css-based tooltip */
.tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}

.legend_span{
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
    float:left;
    font-weight:bold;
    color:blue;
    padding-left:3px;
    padding-top:3px;
}

/*---------- bubble tooltip -----------*/
a.mytt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.mytt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.mytt:hover{ z-index:25; color: #aaaaff; background:;}
a.mytt:hover span.mytooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.mytt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url('../images/bubble.gif') no-repeat top;
}
a.mytt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url('../images/bubble_filler.gif') repeat bottom; 
}
a.mytt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url('../images/bubble.gif') no-repeat bottom;
}	

.exer_tr_1{
    border-bottom:1px solid;
    border-right:1px solid;
    text-align:left;
    vertical-align:middle;
}

.exer_tr_2{
    border-bottom:1px solid;
    text-align:left;
    vertical-align:middle;
}

.nb{
    background-color: #EDF3FE;
    height:22px;
    vertical-align:middle;
    width:100%;
    float:left;
    padding-top: 7px;
    padding-bottom:3px;
    padding-left:2px;
    font-weight: bold;
    font-size: 11px;
}

.nb a:link{
    color:#666666;    
}

.booked{
    padding:2px;
    vertical-align:middle;
    color: #00558E;
    font-weight: bold;
    font-size: 11px;
}

.not_booked{
    font-weight: bold;
    color:#ff0000;
    padding:3px;
    margin-top:5px;
    vertical-align:middle;
}

.tree span.month_view, .tree span.week_view, .tree span.day_view { padding: 1px 0 1px 20px; display: block; }

.tree span.month_view { background: url('../images/30days.gif') 0 0 no-repeat; }
.tree span.week_view { background: url('../images/7days.gif') 0 0 no-repeat; }
.tree span.day_view { background: url('../images/1day.gif') 0 0 no-repeat; }

.new_search {
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  max-width: 660px;
  width: 660px;
}

.new_search fieldset {
  clear: both;
  font-size: 12px;
  border-color: #D4D4D4;
  border-style: solid none none none;
  border-width: thin 0 0 0;
  
  padding-bottom: 5px;
  margin: 0 0 0 0;
}

.new_search fieldset legend {
  font-size: 12px;
  font-weight: bold;
  
  color: #666666;
  margin: 0 0 0 0;
  padding: 0 5px;
}

div.contentbox1top_b {
	width: 725px;
	height: 22px;
	background-image: url('../images/content_box1_top_b.jpg');
	background-repeat: no-repeat;
	float: left;
}

#content div.contentbox1top_b h1 {
	color: #0d4e62;
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0px 0px 10px;
	float: left;
}

.sp_odd{
    background-color: #E7F3F8;
}
.sp_evem, .sp_even{
    background-color: white;
}

.latest_news_main_tbl{
	border:none;
    width:290px;
}	

.latest_news_main_tbl tr, .latest_news_main_tbl td {
	border:none;
}	


.latest_news_zero_news{
    font-size:12px;
    margin:10px;
}

.news_box_cell_1{
    text-align: center;
    width:44px;
    font-weight: bold;
}



.news_box_cell_1_today{
    color:#ff9900;
}

.data_series{
    height:400px;
    overflow: auto;
    border:1px solid #FFF;
    margin:15px;
}
.data_series table.default{
    border: 1px solid #000;
    border-collapse: collapse;
    border-spacing: 2px;
    width : 100%;
    background-color:#FFF;
    color:#000;
}

.data_series table td{
    -moz-border-radius: 0 0 0 0;
    color:#000;
    font-size: 12px;
    border: 1px solid #000;
    padding: 2px;
}

.data_series table th{
    font-size: 12px;
    font-weight: bold;
}
.td_center{
    text-align: center;
}
.td_left{
    text-align: left;
}

.latest_news_main_tbl td{
	 padding:3px;
}	

.latest_news_main_tbl td a{
	text-decoration:none;
	color:#0b6373;
	}	
	
.latest_news_main_tbl td a:hover{
	text-decoration:none;
	color:#ff9900;
	}
	
.latest_news_main_tbl td{
	border-bottom:1px solid #cccccc;
	}
 
.news_box_cell_1_no_border{
    text-align: center;
    width:44px;
    font-weight: bold;
    border:none;
    border-bottom:none;
}
	
.latest_news_main_tbl .even_row{
  background-color:#ffffff;
}

.latest_news_main_tbl .odd_row{
  background-color:#f1f5e4;
}

.new_trainingday_hdr_align{
    text-align:left;
    vertical-align: top;
}
