@charset "utf-8";

body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #333333;
}

a{
	color:#333333;
	text-decoration:underline;
}

a:hover, #secondary a:hover, #primary a:hover, #tafe a:hover, #parents a:hover{
	color:#666666;
	text-decoration:none;
}

table{
	background:#e2e2e2;
	width:100%;
}

table th{
	background:#e5f7f9;
	padding:3px;
	vertical-align:top;
}

table td{
	background:#ffffff;
	padding:3px;
	vertical-align:top;
}

table .alt td{
	background:#f3fbfd;
}

#header{
	background:#141a3e url(/tale/live/media/images/popup_header_bg.jpg) no-repeat right top;
	height:62px;
}

#header #title{
	padding:14px 0px 0px 9px;
	color:#FFFFFF;
}

#header #title img{
	vertical-align:middle;
}

#header #title .subhead{
	display:inline;
	vertical-align:bottom;
}

#primenavzone{
	background:#ecedec url(/tale/live/media/images/popup_icons_bg.jpg) repeat-x;
	padding:5px 0px 5px 10px;
}

#help #primenavzone{
	border-bottom:#dddddd 1px solid;
}

#primenavzone a{
	text-decoration:none;
}

#primenavzone a:hover{
	text-decoration:underline;
}


.printlink{
	background:url(/tale/live/media/images/popup_print.gif) no-repeat bottom left ;
	padding:3px 15px 4px 24px;
	display:inline-block;
}

.eventlink{
	background:url(/tale/live/media/images/popup_download.gif) no-repeat bottom left ;
	padding:3px 15px 4px 24px;
	display:inline-block;
}

#maincontent{
	padding:10px;
}

#maincontent h1{
	font-size:130%;
	font-weight:normal;
}

#maincontent h2{
	font-size:120%;
	font-weight:bold;
}

#maincontent h3{
	font-size:120%;
	font-weight:normal;
}

.floatRight{
	float:right;
}


.tabs{
	clear:none;/**/
	vertical-align:bottom;
	padding:0px 0px 1px 10px;
	margin-bottom:-6px;
	padding-left:0px;
}

.tabs a{
	text-decoration:none;
}

.tabs a:hover{
	text-decoration:underline;
}

.tab{
	float:left;
	background:#1c8cb0 url(/tale/live/media/images/right_tab_bg.gif) repeat-x;
	/*border:#CCCCCC 1px solid;
	padding:2px 5px 2px 5px;*/
	vertical-align:bottom;
	
}

.tab .left{
	background:url(/tale/live/media/images/right_tab_left.gif) repeat-y left top;
	float:left;
}

.tab .right{
	background:url(/tale/live/media/images/right_tab_right.gif) repeat-y right top;
	float:left;
}

.tab .tl{
	background:url(/tale/live/media/images/right_tab_tl.gif) no-repeat left top;
	float:left;
}

.tab .tr{
	background:url(/tale/live/media/images/right_tab_tr.gif) no-repeat right top;
	float:left;
}

.tab a{

	display:block;
	padding:6px 10px 6px 10px;
	color:#FFFFFF;
	white-space: nowrap;
}




.tabs .selected{
	background:#FFFFFF url(/tale/live/media/images/tab_hi_bg.gif) repeat-x;
}

.tabs .selected a{
	color:#1c8cb0;

}

.tabs .selected .left{
	background:url(/tale/live/media/images/tab_hi_line.gif) repeat-y left top;
	float:left;
}

.tabs .selected .right{
	background:url(/tale/live/media/images/tab_hi_line.gif) repeat-y right top;
	float:left;
}

.tabs .selected .tl{
	background:url(/tale/live/media/images/tab_hi_tl.gif) no-repeat left top;
	float:left;
}

.tabs .selected .tr{
	background:url(/tale/live/media/images/tab_hi_tr.gif) no-repeat right top;
	float:left;
}



/*
.tabs .selected .left{
	background:url(/tale/live/media/images/tab_hi_line.gif) repeat-y left top;
	float:left;
}

.tabs .selected .right{
	background:url(/tale/live/media/images/tab_hi_line.gif) repeat-y right top;
	float:left;
}
*/
#rightCol .tabs .selected .tl{
	background:url(/tale/live/media/images/right_tab_hi_tl.gif) no-repeat left top;
	float:left;
}

#rightCol .tabs .selected .tr{
	background:url(/tale/live/media/images/right_tab_hi_tr.gif) no-repeat right top;
	float:left;
}

#subNavigation{
	padding:10px 0 10px 10px;
}

#subNavigation .selected{
	font-weight:bold;
	text-decoration:none;
}

.helpItem .titleRow{
	padding:5px;
	
}

.helpItem .titleRow .showButton{
	float:right;
	padding-right:20px;
}

.helpItem .extraContent{
	padding:10px;
	
}


.altRow{
	background:#f3f2c6;
}