/* Additional Syle Information For Sphinx */


/*  Lessen the padding on the body  */

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

/* Logo background */
	.logobg {
		font-size: 12px;
		text-align: left;
		background: #006BAD url(images/logo_bg.jpg) top left repeat-x;
		height: 100px;
		border-bottom: 1px solid #262626;
	}

/* Top right user information style */

	.user-info {
		color: #EFEFEF;
		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: #FBF3AA;
		text-decoration: none;
	}

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

	.user-avatar img {
		float: right;
		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-left: 10px;
		padding-right: 10px;
		background: #DADADA;
	}

/*  Block Styles  */

	.blockhead {
		color: #FFFFFF;
		padding: 0px;
		background: #EFEFEF url(images/catbg.jpg) top left repeat-x;
		text-align: center;
		border-bottom: 1px solid #003150;
	}

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

	.blockheadleft {
		color: #003150;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		background: #006BAD url(images/block_title_left.jpg) top left no-repeat;
		text-align: left;
		width: 148px;
		height: 14px;
		display: block;
		vertical-align: middle;
		padding: 2px 4px;
	}

	.blockheadright {
		color: #003150;
		font-size: 10px;
		font-weight: bold;
		letter-spacing: 0.1em;
		background: #006BAD url(images/block_title_right.jpg) top right no-repeat;
		text-align: right;
		width: 148px;
		height: 14px;
		display: block;
		vertical-align: middle;
		padding: 2px 4px;
	}

	.blockcontentleft {
		color: #000000;
		text-align: left;
		font-size: 10px;
		width: 148px;
		height: auto;
		padding: 10px 4px 30px 4px;
		background: #E0E0E0 url(images/block_content_bg.jpg) top left no-repeat;
	}

	.blockcontentright {
		color: #000000;
		text-align: left;
		font-size: 10px;
		width: 148px;
		height: auto;
		padding: 10px 4px 30px 4px;
		background: #E0E0E0 url(images/block_content_bg.jpg) top left no-repeat;
	}

	.blockcontentleft ul, .blockcontentright ul {
		margin: 0;
		padding: 0;
	}

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

	#leftblocks {
		width: 160px !important;
		background: #E0E0E0 url(images/block_table_left_bg.jpg) top right repeat-y;
		border-left: 1px solid #262626;
	}

	#rightblocks {
		width: 160px !important;
		background: #E0E0E0 url(images/block_table_right_bg.jpg) top left repeat-y;
		border-right: 1px solid #262626;
	}


/*  Footer stuff  */

	#footer {
		padding: 14px 0px;
		background: #006BAD url(images/logo_bg.jpg) top left repeat-x;
		color: #FFFFFF;
	}

	#footer a {
		color: #FFFFFF;
	}


/* Begin Individual Block Styles */

	/*  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;
	}
