/* Blue Theme Stylesheet */

	.contentcontainer .altheading {background: #35b4de url(img/bg_heading_alt.png) repeat-x; 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{text-shadow: 1px 1px 1px #0D2C35; background: url(img/bg_navigation_link.png) repeat-x top; }	
	ul#nav li a.expanded, ul#nav li a.expanded:hover  {background: url(img/bg_navigation.png) no-repeat -6px 0px; outline: none; display: block; color: #fff; text-decoration: none; }	
	ul#nav li a.collapsed:hover {background: #333; color:#fff; width: 205px;}
	
	ul.navigation li.selected a { color: #3aa7cb; }
	
	/* Side Notifications */
	
	.notifycount {background: url(img/bg_notify_count.png) no-repeat top;}
	
	/* Pagination */
	
	ul.pagination li.page a {background: #00789F url(img/bg_buttons.png) repeat-x top; border: 1px solid #0D87AE; text-shadow:  -1px -1px -1px #01688a ,1px 1px 1px #a1dcf0;}
		ul.pagination li.page a:hover {background: #00789F url(img/bg_buttons.png) 0 -50px; border: 1px solid #005977;}
	
	/* Button Styling */
	
	.btn, .btnalt ,input.btn , input.btnalt, button, input[type="submit"] {background: url(img/bg_buttons.png) repeat-x top; border: 1px solid #0D87AE !important; color: #fff; text-shadow:  -1px -1px -1px #01688a ,1px 1px 1px #a1dcf0;}
		.btn:hover  ,input.btn:hover  , button:hover , input[type="submit"]:hover  {background: url(img/bg_buttons.png) 0 -50px; border: 1px solid #005977; color: #fff !important; cursor: pointer;}
		
	 input.btnalt, .btnalt , input[type="submit"].btnalt {background: url(img/bg_buttons_alternative.png) repeat-x top !important; border: 1px solid #333 !important; color: #fff; text-shadow:  -1px -1px -1px #111 ,1px 1px 1px #ccc; }
		.btnalt:hover, input.btnalt:hover, input[type="submit"].btnalt:hover {background: #00789F url(img/bg_buttons.png) 0 -50px !important; border: 1px solid #111 !important; cursor: pointer;}				
				
	.headings button:hover {background: #00789F url(img/bg_buttons.png) 0 -50px !important; border: 1px solid #005977 !important; color: #fff !important;}
	
	/* Login Page */
	
	.logininput {background: #fff url(img/bg_login_input.png) repeat-x top;}
	.logininput:focus {border: 1px solid #09C; color: #09C;}
				
		#logincontainer .loginbtn {background: #3197CA url(img/bg_login_btn.png) repeat-x top; border-radius: 8px; border: none; font-size: 25px; font-weight: 700; text-shadow: 1px 1px 1px #9cced6; color: #1C5571; width: 260px; padding: 11px 0; margin: 5px 0 0 0; display: block; cursor: pointer; border-top: 1px solid #BEDFEF; letter-spacing: -1px;
		
		 color: #fff; text-shadow:  -1px -1px -1px #02526c ,1px 1px 1px #abe3f6; 
		}
		
		#logincontainer .loginbtn:hover {background: #3197CA url(img/bg_login_btn.png) -0 -60px; cursor: pointer; color: #103141;}
		
		
			
	