﻿

/* This controls the width of the fluid width layouts */

div.fluid
{
width: 90% !important;
}

div.fluid100
{
    width: 100% !important;
}

/* This controls the width of the fixed width layouts */

div.fixed
{
    width: 600px !important;
}

/* Basic Stuff */

*
{
margin: 0em;
padding: 0em;
}

body
{
background-color: #fff;
color: #585858;
font-size: 9pt;
font-family: "trebuchet ms", helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
font-weight: normal;
letter-spacing: -1px;
}

h1 span
{
font-weight: bold;
}

h3 span
{
font-weight: bold;
}

h4 span
{
font-weight: bold;
}

br.clear
{
clear: both;
}

img
{

border: solid 3px #e1e1e1;
margin-left:5px;
}

img.floatTL
{
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em;
margin-top: 0.5em;
}

a
{
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}

ul.links
{
list-style: none;
}

ul.links li
{
line-height: 2em;
}

ul.links li.first
{
}

p
{
line-height: 1.4em;
}

/* Header */

#header
{
    width:100%;
    height:122px;
}



#header h1 a
{
	text-decoration: none;
	color: white;
}

#header_inner
{
    position: relative;
    right:10px;
    width: 100%;
    height:122px;
    margin: 0 auto;
}

/* Logo */



#logo h1
{
    color: #fff;
    font-size: 2.6em;
}

#logo h2
{
   
    padding-left: 0.5em;
    font-size: 1.0em;
}

/* Menu */

#menu
{
    right: 0em;
    bottom: 0em;
}

#menu ul
{
    list-style: none;
}

#menu li
{
    float: left;
}

#menu li a
{
margin-left: 0.5em;
display: block;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 5px;
padding-top: 5px;
border: solid 1px #fff;
color: #616161;
font-weight: bold;
font-size: 12px;
text-transform: lowercase;
text-decoration: none;
}

#menu li a.active
{
color: #fff;
}

/* Main */

#ctl00_main_inner p
{
text-align: justify;
margin-bottom: 2.0em;
}

#ctl00_main_inner ul
{
margin-bottom: 2.0em;
}

#ctl00_main_inner
{
position: relative;
width: 950px;
margin: 0 auto;
padding-top: 3.5em;
}

#ctl00_main_inner h1,h4
{
border-bottom: dotted 1px #E1E1E1;
position: relative;
}

#ctl00_main_inner h1
{
font-size: 2.1em;
padding-bottom: 0.1em;
margin-bottom: 0.8em;
}

#ctl00_main_inner h1 a
{
	text-decoration: none;
}

#ctl00_main_inner h4
{
font-size: 1.2em;
padding-bottom: 0.175em;
margin-bottom: 1.4em;
margin-top: 0.95em;
}

#ctl00_main_inner .post
{
position: relative;
}

#ctl00_main_inner .post h1
{
position: relative;
font-size: 1.7em;
padding-bottom: 1.2em;
}

#ctl00_main_inner .post ul.post_info
{
list-style: none;
position: absolute;
top: 3em;
font-size: 0.8em;
}

#ctl00_main_inner .post ul.post_info li
{
background-position: 0em 0.2em;
background-repeat: no-repeat;
display: inline;
padding-left: 18px;
}

#ctl00_main_inner .post ul.post_info li.comments
{
margin-left: 1.1em;
}

/* Footer */

#footer
{
width: 950px;
margin: 0 auto;
text-align: center;
clear: both;
border-top: dotted 1px #E1E1E1;
margin-top: 1.0em;
margin-bottom: 1.0em;
padding-top: 1.0em;
text-transform: lowercase;
}

/* Search */

#searchbutton
{
font-weight: bold;
text-transform: lowercase;
font-size: 0.8em;
height: 2.0em;
}

input.text
{
border: solid 1px #F1F1F1;
font-size: 1.0em;
padding: 0.25em 0.25em 0.25em 0.25em;
}

#searchbox
{
position: relative;
width: 160px;
margin-bottom: 2.0em;
}

#searchfield
{
position: absolute;
top: 0em;
left: 0em;
width: 8.5em;
}

#searchbutton
{
position: absolute;
top: 0em;
right: 0em;
min-width: 2.0em;
max-width: 40px;
}

/* LAYOUT - 3 COLUMNS */

	/* Primary content */
	
	.primaryContent_BlogOverview
	{
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	}
	
	.primaryContent_3columns
	{
	position: relative;
	margin-right: 34em;
	}
	
	.columnA_3columns
	{
	position: relative;
	float: left;
	width: 100%;
	
	
	}
	
	/* Secondary Content */
	
	.secondaryContent_3columns
	{
	    float: right;
	}
	
.secondaryContent_3columns ul
{
list-style: none;
}

.secondaryContent_3columns ul li
{
line-height: 2em;
}
	
	.columnB_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 2em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
	.columnC_3columns
	{
	width: 13.0em;
	float: left;
	padding: 0em 0em 0.5em 2em;
	border-left: dotted 1px #E1E1E1;
	}
	
/* LAYOUT - 2 COLUMNS */

	/* Primary content */
	
	.primaryContent_2columns
	{
	position: relative;

	}
	
	.columnA_2columns
	{
	position: relative;
	float: left;
	width: 100%;
	
	padding-right: 2em;
	}
	
	/* Secondary Content */
	
	.secondaryContent_2columns
	{
	float: right;
	}
	
	.columnC_2columns
	{
	width: 13.0em;
	float: left;
	
	border-left: dotted 1px #E1E1E1;
	}

/* LAYOUT - COLUMNLESS */

	/* Primary content */
	
	#primaryContent_columnless
	{
	position: relative;
	}
	
	#columnA_columnless
	{
	position: relative;
	width: 100%;
	}

/*----------------------------
				Recent posts
----------------------------*/

ul.recentPosts li{
	padding-bottom: 10px;
}

ul.recentPosts li a{
	font-weight: bold;
}

ul.recentPosts li span{
	display: block;
	text-indent: 10px;
	text-transform: none;
}

/*----------------------------
			Recent comments
----------------------------*/

ul.recentComments li{
	padding-bottom: 10px;
	text-transform: none;
}

ul.recentComments li a.postTitle{
	font-weight: bold;
}

/*----------------------------
			Social bookmarks
----------------------------*/

.bookmarks {
	float: left;
}

.ThemeLabel
{
	display: block;
	width: 80px;
}
.ThemeOption
{
	width: 90px;
}
.ThemeContentBox
{
	width: 170px;
	height: 100px;
}

/*----------------------------
			Related Posts
----------------------------*/

#relatedPosts {
	background: white;
	padding: 5px 10px 10px 10px;
}

#relatedPosts h1 {
	margin: 0px;
}

#relatedPosts a {
	display: block;
	margin-top: 5px;
}

#relatedPosts span {
	color: #666666;
	text-indent: 10px;
	font-size: 10px;
}

/* Comments */

.comment 
{
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.comment .monsterid {
	float: right;
	margin: 5px 5px 5px 5px;
}

.comment .monsterid img {
	border: none;
}

.comment .content {
	min-height: 105px;
	margin: 5px 0 0 5px;
}
.self {
	background-color: #F5F5F5;
}
.commentForm {
	padding: 5px;
}

.commentForm label {
	display: block;

}

.commentForm input {
	width: 200px;
}

.commentForm textarea {
	width: 100%;
	height: 150px;
}
.commentForm #btnSave { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #CCC; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}

.code
{
	font-size: 12px;
	color: black;
	font-family: Consolas, "Courier New", Courier, Monospace;
	background-color: #F1F1F1;
  line-height: normal;
}

.code p{
	padding: 5px;
}

.code .rem { color: #008000; }

.code .kwrd { color: #0000ff; }

.code .str { color: #006080; }

.code .op { color: #0000c0; }

.code .preproc { color: #0000ff; }

.code .asp { background-color: #ffff00; }

.code .html { color: #800000; }

.code .attr { color: #ff0000; }

.code .alt {	background-color: #f4f4f4; }

.code .lnum { color: #606060;}

.OnePixelLessRight
{
        padding-right:2px;
}

.HeaderBannerBox
{
	border: #000 1px solid;
	border-right: #000 1px solid;
	float: left;
	background-image: url('../../pics/U2Uheader.jpg');
	width: 100%;
	background-repeat: no-repeat;
	height: 105px;
	background-color: rgb(56, 87, 154);
	
}

.HeaderBannerBox #logo h1
{
    color: #fff;
    font-size: 2.6em;
    text-decoration:none;
}

.HeaderBannerBox #logo h2
{
   
    padding-left: 0.5em;
    font-size: 1.0em;
}




.Clear
{
	clear: both;
}

.TopNavigation
{
	border-right: #000 1px solid;
	float: left;
	padding-bottom: 3px;
	border-left: #000 1px solid;
	width: 100%;
	border-bottom: #000 1px solid;
	background-color: #ff8b00;
	font-family: 'Segoe UI' ,Tahoma;
	font-size: 13px;
}

.TopNavigation .U2UAddress
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:White;
	margin-right: 5px;	
	text-decoration:none;
}

.TopNavigation .U2UAddress A
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:White;
	text-decoration:none;
}

.TopNavigation .StaticItemStyle
{
	color: white; 
	cursor: hand;
	font-size: 12px;
}

.TopNavigation .DynamicItemStyle
{
	color: white; 
	cursor: hand;
	font-size: 12px;
}

.TopNavigation a:hover
{
	text-decoration: underline;
}

.TopNavigation a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:White;
	font-size: 12px;
	text-decoration:none;
}

.TopNavigation img
{
border: solid 0px #e1e1e1;
margin-left:0px;
}

.HeaderNavigationBox
{
	border-right: #000 1px solid;
	border-top: #d09291 1px solid;
	float: left;
	border-left: #000 1px solid;
	width: 100%;
	border-bottom: #253e53 1px solid;
	background-repeat: no-repeat;
	height: 0px;
	background-color: #1C495E;
	background-image: url(/Images/U2Uheader.jpg);
}

.SmallHeaderBannerBox
{
	border: #000 1px solid;
	border-right: #000 1px solid;
	float: left;
	background-image: url(/Images/U2Uheader_420_63.jpg);
	width: 99%;
	background-repeat: no-repeat;
	height: 60px;
	background-color: #1C495E;
}

.u2uBanner
{
	margin-left: 10px;
	margin-top: 10px;
}

.HeaderTitle
{
	font-size: 16px;
	float: left;
	margin-left: 20px;
	color: white;
	padding-top: 2px;
	font-family: 'Segoe UI' ,Tahoma,Verdana,Arial,Helvetica;
	height: 24px;
}

.IE8Fix
{
	z-index: 100;
}

.CopyRightLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
}

.GradientBox
{
    background-color: #FFFFFF;
    background-image: url(../../pics/gradientbackground.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    border-color: transparent #BBBBBB #BBBBBB;
    border-style: solid;
    border-width: 0 1px 1px;
    margin: 5px 5px 10px;
    padding: 10px 15px;
}

.GradientBox a
{
        color: #585858;
}

.GradientBox a:hover
{
        color: #585858;
        text-decoration: none;
}

.GradientBox ul
{
        margin-left: 15px;
}

.RoundedBox
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#314f69 none repeat scroll 0 0;
    margin: 5px 5px 10px;
}

.RoundedBoxHeader
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#314f69 none repeat scroll 0 0;
    border-left:1px solid #314f69;
    border-right:1px solid #314f69;
    color:#FFFFFF;
    font-size:110%;
    font-weight:bold;
    padding-bottom:2px;
    padding-left:10px;
    padding-right:3px    
}

.RoundedBoxHeader a
{
    
    color:#FFFFFF;
    font-size:110%;
    font-weight:bold;
    padding-bottom:2px;
    padding-left:10px;
    padding-right:3px   ;
    text-decoration: none; 
}
.RoundedBoxHeader a:hover
{
    text-decoration: none; 
}

.RoundedBoxContent
{
    margin: 1px 1px;
    padding: 10px 15px;
   
    background-color: White;
    border-bottom:  1px solid #314f69;
}



h3
{
  font-size: 115%;
  margin: 10px 0;
  font-family: Verdana;
      
}



b.rtop , b.rbottom 
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#FFFFFF none repeat scroll 0 0;
    display:block;
}

b.rtop b, b.rbottom b
{
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#314f69 none repeat scroll 0 0;
    display:block;
    height:1px;
    overflow:hidden;
}


b.r1
{
    margin: 0 5px
}
b.r2
{
    margin: 0 3px
}
b.r3
{
    margin: 0 2px
}

b.rtop b.r4, b.rbottom b.r4
{
    height:2px;
    margin:0 1px;
}

.GrayBorderedBox
{
    border: 1px solid #959595;
}

.GrayBorderedBox .Bar
{
    border-bottom: 1px solid #959595;
    height: 6px;
    background-color: #EEEEEE;
}

.GrayBorderedBox .Body
{
    padding-left: 10px;
    margin-bottom: 5px;
}

.GrayBorderedBox .Body H1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 2px;
}

.GrayBorderedBox .Body H2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    margin-bottom: 2px;
}

.GrayBorderedBox .Body H4
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.GrayBorderedBox .Body TD A
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: xx-small;
    text-decoration: none;
    color: Blue;
}


.GrayBorderedBox .Body TD A:Hover
{
    color: #FF6600;
}

.small
{
    font-size: xx-small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
