﻿/* Blue Theme Stylesheet */

	.contentcontainer .altheading {background: #00789F url('themes/blue/img/bg_heading_alt.png'); 
border: 1px solid #00789F; color: #fff; text-shadow: 1px 1px 1px #2D738A;
}

	/* Navigation Styling */
			
	ul#nav li a.heading, a.collapsed, a.expanded, ul.navigation li.selected{border-bottom: 1px solid #006F93; border-top: 1px solid #2DABD5; text-shadow: 1px 1px 1px #0D2C35; background: url('themes/blue/img/bg_navigation.png') no-repeat 50% top;
}
	
	ul#nav li a.expanded {background: url('themes/blue/img/bg_navigation.png') 0 -76px;
}
	
	ul#nav li a.collapsed:hover {background: url('themes/blue/img/bg_navigation.png') no-repeat 0 -38px; 
width: 205px;
}
	ul#nav li a.expanded:hover {background: url('themes/blue/img/bg_navigation.png') no-repeat 0 -114px; 
width: 205px;
}

	ul.navigation li.selected {border-style: none;
	border-color: inherit;
	border-width: medium;
	background: url('themes/blue/img/bg_navigation_selected.png') no-repeat -1px 0;
}
	
	/* Side Notifications */
	
	.notifycount {background: url('themes/blue/img/bg_notify_count.png') no-repeat 50% top;
}
	
	/* Pagination */
	
	ul.pagination li.page a {background: #00789F url('themes/blue/img/bg_buttons.png') repeat-x 50% top; 
border: 1px solid #0D87AE;
}
		ul.pagination li.page a:hover {background: #00789F url('themes/blue/img/bg_buttons.png') 0 -50px; 
border: 1px solid #005977;
}
	
	/* Button Styling */
	
	.btn, .btnalt {background: url('themes/blue/img/bg_buttons.png') repeat-x 50% top; 
color: #fff; font-size: 11px; padding: 7px 10px; boirder-radius: 7px; -moz-border-radius: 7px; font-weight: 700; border: none;
}
		.btn:hover {background: url('themes/blue/img/bg_buttons.png') 0 -50px; 
border: 1px solid #005977; cursor: pointer;
}
		
	.btnalt {background: url('themes/blue/img/bg_buttons_alternative.png') repeat-x 50% top !important; 
color: #fff; padding: 7px 10px; border: none;
}
		.btnalt:hover {background: url('themes/blue/img/bg_buttons_alternative.png') 0 -50px !important; 
border: 1px solid #111 !important; cursor: pointer;
}		
	
	/* Login Page */
	
	.logininput {background: #fff url('themes/blue/img/bg_login_input.png') repeat-x 50% top;
}
	.logininput:focus {border: 1px solid #09C; color: #09C;}
				
		#logincontainer .loginbtn {
	background: #3197CA url('themes/blue/img/bg_login_btn.png') repeat-x 50% top;
	border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 25px;
	font-weight: 700;
	text-shadow: 1px 1px 1px #9cced6;
	color: #1C5571;
	width: 240px;
	padding: 5px 0;
	margin: 5px 0 0 0;
	display: block;
	cursor: pointer;
	border-top: 1px solid #BEDFEF;
	letter-spacing: -1px;
	border-left-style: none;
	border-left-color: inherit;
	border-left-width: medium;
	border-right-style: none;
	border-right-color: inherit;
	border-right-width: medium;
	border-bottom-style: none;
	border-bottom-color: inherit;
	border-bottom-width: medium;
}
		
		#logincontainer .loginbtn:hover {background: #3197CA url('themes/blue/img/bg_login_btn.png') -0 -60px; 
cursor: pointer; color: #103141;
}
		
		
			
	