/* 

	STYLE SHEET FOR SOUTH LAKE HIGH SCHOOL DNN WEB PORTAL
	
	Created by:  Will Strohl (strohlw@lake.k12.fl.us)

 */
 
 .TitleText{
 	color: #000947;
	font-size: 18px;
 }
 
 td.TitleText{
 	height: 30px;
	vertical-align: middle;
 }
 
 a:link.TitleText, a:visited.TitleText, a:active.TitleText{
 	color: #000947;
	font-size: 18px;
	text-decoration: none;
 }
 
 a:hover.TitleText{
 	color: #000947;
	font-size: 18px;
	text-decoration: underline;
 }
 
 .Ctr_Title_Bg_Blue{
 	height: 30px
 }
 
 .Ctr_Title_Bg_Gradient{
 	background-image: url(slh_ctr_top_gradient.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
 	height: 30px;
 }
 
 .Ctr_Title_Left_Blue{
 	background-image: url(slh_ctr_tlc_blue.jpg);
	width: 10px;
	height: 30px;
 }
 
 .Ctr_Title_Right_Blue{
 	background-image: url(slh_ctr_trc_blue.jpg);
	width: 10px;
	height: 30px;
 }
 
 .Ctr_Title_Left_Gradient{
 	background-image: url(slh_ctr_tlc_gradient.jpg);
	width: 10px;
	height: 30px;
 }
 
 .Ctr_Title_Right_Gradient{
 	background-image: url(slh_ctr_trc_gradient.jpg);
	width: 10px;
	height: 30px;
 }
 
 .Ctr_Content_Bg_LtBlue{
 	background-color: #ccd5f9;
 }
 
 .Ctr_Content_Bg_White{
 	background-color: #ffffff;
 }
 
 .Ctr_Content_Bg_Transparent{
 	background-color: transparent;
 }
 
 .Ctr_Border_Side_Left_LtBlue{
 	background-image: url(slh_ctr_left_light_blue.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 10px;
 }
 
 .Ctr_Border_Side_Right_LtBlue{
 	background-image: url(slh_ctr_right_light_blue.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 10px;
 }
 
 .Ctr_Border_Corner_Left_LtBlue{
 	background-image: url(slh_ctr_blc_light_blue.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
 }
 
 .Ctr_Border_Corner_Right_LtBlue{
 	background-image: url(slh_ctr_brc_light_blue.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
 }
 
 .Ctr_Border_Bottom_LtBlue{
 	background-image: url(slh_ctr_bottom_light_blue.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 10px;
 }
 
 .Ctr_Border_Side_Left_White{
 	background-image: url(slh_ctr_left_white.jpg);
	background-position: top right;
	background-repeat: repeat-y;
	width: 10px;
 }
 
 .Ctr_Border_Side_Right_White{
 	background-image: url(slh_ctr_right_white.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	width: 10px;
 }
 
 .Ctr_Border_Corner_Left_White{
 	background-image: url(slh_ctr_blc_white.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
 }
 
 .Ctr_Border_Corner_Right_White{
 	background-image: url(slh_ctr_brc_white.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
 }
 
 .Ctr_Border_Bottom_White{
 	background-image: url(slh_ctr_bottom_white.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 10px;
 }
 
 .Ctr_Border_Side_Left_Transparent{
 	background-image: url(slh_ctr_left_transparent.gif);
	background-position: top right;
	background-repeat: repeat-y;
	width: 10px;
 }
 
 .Ctr_Border_Side_Right_Transparent{
 	background-image: url(slh_ctr_right_transparent.gif);
	background-position: top left;
	background-repeat: repeat-y;
	width: 10px;
 }
 
 .Ctr_Border_Corner_Left_Transparent{
 	background-image: url(slh_ctr_blc_transparent.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
 }
 
 .Ctr_Border_Corner_Right_Transparent{
 	background-image: url(slh_ctr_brc_transparent.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
 }
 
 .Ctr_Border_Bottom_Transparent{
 	background-image: url(slh_ctr_bottom_transparent.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 10px;
 }
 
 .rightactioncell{
	text-align: right;
}

.leftactioncell{
	text-align: left;
}
