/* Additional Syle Information For Sphinx */


/*  Lessen the padding on the body  */

	body {
		background: #333333;
		padding: 0;
		margin: 0;
	}

/* Logo background */
	.logobg {
		font-size: 12px;
		text-align: left;
		background: #333333 url(../images/header_background.jpg) top left repeat;
		height: 125px;
		border-bottom: 4px solid #9C0000;
	}

/* Top right user information style */

	.user-info {
		color: #ffffff;
		position: absolute;
		right: 40px;
		top: 10px;
		height: 100px;
		width: 400px;
		background: transparent;
		border: none;
		overflow: auto;
	}

	.user-info ul {
		list-style: none;
		margin: 0;
	}

	.user-info a, .user-info a:visited {
		color: #ffffff;
		text-decoration: none;
	}

	.user-info a:hover {
		color: #ffffff;
		text-decoration: underline;
	}

	.user-avatar .avatar {
		float: right;
		padding: 2px;
		margin: 0 0 10px 10px;
		border-top: 2px solid #8E8E8E;
		border-right: 2px solid #7C7C7C;
		border-bottom: 2px solid #242424;
		border-left: 2px solid #363636;
	}

	.user-text {
		float: right;
		padding-right: 10px;
	}

/*  Tab Styles (top and bottom)  */

	.tabmenu {
		font-weight: bold;
		font-size: 12px;
		background: #006BAD url(images/tab_bg.jpg) top left repeat-x;
		height: 26px;
		width: 100%;
		border-bottom: 1px solid #262626;
	}

	.tabmenuitem {
		font-weight: bold;
		font-size: 12px;
		background: #006BAD url(images/tab_bg.jpg) top left repeat-x;
		height: 24px;
		width: auto;
	}

	.tabmenuitem a:link {
		color: #003150;
		font-weight: bold;
		letter-spacing: 0.1em;
		font-size: 12px;
		text-decoration: none;
		background: transparent;
	}

	.tabmenuitem a:visited {
		color: #003150;
		font-weight: bold;
		letter-spacing: 0.1em;
		font-size: 12px;
		text-decoration: none;
		background: transparent;
	}

	.tabmenuitem a:hover {
		color: #006BAD;
		font-weight: bold;
		font-size: 12px;
		text-decoration: underline;
		background: transparent;
	}

/* Misc. Content Styles */

	#blockops, #blockops2 {
		width: 100%;
		text-align: center;
	}

	.centercontent {
		width: auto;
		padding: 13px 10px;
		background: #333333;
	}

/*  Block Styles  */

	.block_top_header, .block_bottom_header {
		color: #ffffff;
		padding: 5px;
             	background: #D3D3D3;
		text-align: center;
		border-top: 4px solid #CCCCCC;
		border-right: 4px solid #CDCDCD;
		border-bottom: 2px solid #CDCDCD;
		border-left: 4px solid #CCCCCC;
	}

	.block_top_content, .block_bottom_content {
		color: #ffffff;
		padding: 10px;
		background: #333333;
		text-align: center;
		border-top: none;
		border-right: 4px solid #CDCDCD;
		border-bottom: 4px solid #CDCDCD;
		border-left: 4px solid #CCCCCC;
	}

	.blockcontent {
		color: #ffffff;
		font-size: 10px;
		padding: 10px 4px;
		background: #333333 url(images/block_content_centerbg.jpg) top left repeat-x;
	}

	.block_left_header {
		color: #ffffff;
		font-size: 1.3em;
		font-weight: bold;
		letter-spacing: 0.1em;
		background: #333333 url(../images/block_left_header.jpg) top left no-repeat;
		text-align: left;
		width: 198px;
		height: 50px;
		padding-bottom: 10px;
	}

		.block_left_title {
			text-align: center;
			padding: 24px 13px 5px 38px;
			width: 147px;
                margin-left: -7px;
                font-weight: bold;
			color: #ffffff;
			font-size: 15px;
		}

	.block_right_header {
		color: #ffffff;
		font-size: 1.3em;
		font-weight: bold;
		letter-spacing: 0.1em;
		background: #333333 url(../images/block_right_header.jpg) top right no-repeat;
		text-align: right;
		width: 198px;
		height: 50px;
		padding-bottom: 10px;
	}

		.block_right_title {
			text-align: center;
			padding: 24px 38px 5px 13px;
			width: 147px;
			color: #ffffff;
			font-size: 12px;
		}

	.block_left_content {
		color: #ffffff;
		text-align: left;
		font-size: 1em;
		width: 164px;
		padding: 5px 13px 5px 28px;
		background: #333333 url(../images/block_left_background.jpg) top left repeat-y;
	}

	.block_right_content {
		color: #ffffff;
		text-align: left;
		font-size: 1em;
		width: 164px;
		padding: 5px 21px 5px 13px;
		background: #333333 url(../images/block_right_background.jpg) top right repeat-y;
	}

	.block_left_footer {
		height: 16px;
		width: 198px;
		padding: 0;
		margin: 0 0 20px 0;
		background: #333333 url(../images/block_left_footer.jpg) top left no-repeat;
	}

	.block_right_footer {
		height: 16px;
		width: 198px;
		padding: 0;
		margin: 0 0 20px 0;
		background: #333333 url(../images/block_right_footer.jpg) top right no-repeat;
	}

	.block_left_content ul, .block_right_content ul {
		margin: 0;
		padding: 0;
	}

	.block_left_content li, .block_right_content li {
		width: 98%;
		margin-left: 0;
		padding: 0;
		list-style: none;
		display: block;
	}

	#leftblocks {
		width: 198px !important;
	}

	#rightblocks {
		width: 198px !important;
	}


/*  Footer stuff  */

	.footer {
		width: 100%;
		padding: 14px 0px;
		background: #333333;
		color: #ffffff;
	}

	.footer a {
		color: #ffffff;
	}

/*  Admin Templates  */

	.admin_blocks {
		float: left;
		border: 1px solid #656565;
		margin-right: 5px;
	}

	.admin_blocks ul {
		line-height: 1.3;
		padding: 0;
		margin: 0;
		list-style: none;
	}



/* Begin Individual Block Styles */

	/* main sphinx menu */
	.navmenu {
		padding: 0;
		line-height: 1.4;
	}

	.navmenu a {
		width: 135px;
		font-weight: bold;   
		font-size: 20px;       
		margin-left: 0px;
		display: block;
                color: #ffffff;
                text-align: left;
		padding: 0 0 0 5px;
	}

	.navmenu a:hover {
		width: 135px;     
		font-weight: bold;     
		font-size: 20px;
		margin-left: 5px;
		color: #ff0033;
                text-align: left;
		padding: 0 0 0 5px;		
	}


	/*  Mini-calendar Stuff  */

	table.blockcal {
		border-width: 1px;
		border-collapse: collapse;
		border-style: dashed;
		border-color: #262626;
	}

	td.blockcal {
		padding: 2px;
		text-align: center;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		font-size: 11px;
		font-family: Arial, sans-serif;
		color: #000000;
		border-right: 1px solid #262626;
		border-bottom: 1px solid #262626;
	}

	td.blockcaltoday {
		padding: 2px;
		text-align: center;
		font-style: normal;
		font-variant: normal;
		font-weight: bold;
		font-size: 11px;
		font-family: Arial, sans-serif;
		color: #262626;
		background-color: transparent;
		border-right: 1px solid #262626;
		border-bottom: 1px solid #262626;
	}

	td.blockcalpast {
		padding: 2px;
		text-align: center;
		font-style: normal;
		font-variant: normal;
		font-size: 11px;
		font-family: Arial, sans-serif;
		color: #262626;
		border-right: 1px solid #262626;
		border-bottom: 1px solid #262626;
	}

	caption.blockcal {
		text-align: center;
		font-weight: bold;
		font-variant: normal;
		font-size: 11px;
		font-family: Arial, sans-serif;
		color: #262626;
	}

	th.blockcalweek {
		padding: 2px;
		text-align: center;
		font-style: italic;
		font-variant: normal;
		font-size: 9px;
		font-family: Arial, sans-serif;
		color: #262626;
	}

	/* User Info Block */

	#user-info-block {
		padding: 0 5px 5px 5px;
	}

	#user-info-block img {
		background: transparent;
		margin-bottom: 5px;
		border-top: 2px solid #88A6C0;
		border-right: 2px solid #40688B;
		border-bottom: 2px solid #355D80;
		border-left: 2px solid #7B9AB6;
	}


	/* Avatar Stuff */

	.avatar {
		background: transparent;
		margin-bottom: 5px;
		border-top: 2px solid #88A6C0;
		border-right: 2px solid #40688B;
		border-bottom: 2px solid #355D80;
		border-left: 2px solid #7B9AB6;
	}
