
/* Avatars.css*/
.Avatar 
{
	border-color: #888888;
	border-style:solid;
	border-width: 5px;
}
.OneForty 
{
	border-width:6px;
	
}

.FortyEight 
{
	border-width:4px;
	
}

.Sixteen 
{
	border-width:1px;
	
}

/* BulletListMenu.css*/
/*Horizontal List */

ul.HorizontalBulletListMenu
{
	list-style-type: none;
	
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	list-style-position:inside;
	

}
li.HorizontalBulletListMenuItem, li.HorizontalBulletListMenuItemHighlight
{
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	display:inline;
	
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
}

li.HorizontalBulletListMenuItem a, li.HorizontalBulletListMenuItem a:link, li.HorizontalBulletListMenuItem a:active, li.HorizontalBulletListMenuItem a:visited
{
	padding: 7px 7px 7px 7px;
	
	text-decoration:none;
	
}

li.HorizontalBulletListMenuItem a:hover
{
	padding: 7px 7px 7px 7px;
	text-decoration:underline;
	
}

li.HorizontalBulletListMenuItemHighlight a, li.HorizontalBulletListMenuItemHighlight a:link, li.HorizontalBulletListMenuItemHighlight a:active, li.HorizontalBulletListMenuItemHighlight a:visited
{
	padding: 7px 7px 7px 7px;
	
	text-decoration:none;
	
}

li.HorizontalBulletListMenuItemHighlight a:hover
{
	padding: 6px 6px 6px 6px;
	
	background-color:#666666;
	border: solid 1px #999999;
	color:White;
}


/* Vertical List */

ul.VerticalBulletListMenu
{
	list-style-type: none;
	
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 2px 0px;
	list-style-position:inside;
	
}
li.VerticalBulletListMenuItem , li.VerticalBulletListMenuItemHighlight 
{
	margin: 0px 0px 0px 0px;
	font-weight: bold;
	display:block;
	
	font-family: verdana;
	font-size: 11px;
	font-weight:bold;
	margin: 14px 14px 14px 14px;
}

li.VerticalBulletListMenuItem a, li.VerticalBulletListMenuItem a:link, li.VerticalBulletListMenuItem a:active, li.VerticalBulletListMenuItem a:visited
{
	text-decoration:none;
	padding: 7px 7px 7px 7px;
	
	
}

li.VerticalBulletListMenuItem a:hover
{
	padding: 7px 7px 7px 7px;
	text-decoration:underline;
}


li.VerticalBulletListMenuItemHighlight a, li.VerticalBulletListMenuItemHighlight a:link, li.VerticalBulletListMenuItemHighlight a:active, li.VerticalBulletListMenuItemHighlight a:visited
{
	text-decoration:none;
	padding: 7px 7px 7px 7px;
	
}

li.VerticalBulletListMenuItemHighlight a:hover
{
	background-color:#666666;
	border: solid 1px #999999;
	color:White;
	padding: 6px 6px 6px 6px;
	
}


/* Customizations */

#MainMenuContainer
{
	border: solid 1px #cccccc;
	float:right;	
	background-color:white;
	padding:0px 12px 0px 12px;
	width:240px;
	text-align:center;
}

.CateogryMenu 
{
	float:right;
	text-align:right;
	display:inline;
	
	width:480px;
	
}
.SmallUserMenu 
{
	float:left;
	clear:none;
	display:inline;

	width:240px;
}

/* Comments.css*/
.Comment
{
}
.SmallComment
{
	border: solid 1px #CCCCCC;
	background-color:#EEEEEE;	
	
	margin: 0px 0px 0px 0px;
	float: none;
	clear: both;
	height: 24px;
}
.SmallCommentAvatar
{
	top: 2px;
	left: -6px;
	width: 16px;
	height: 16px;
	position: relative;
	float: left;
}

.SmallCommentContents
{
	vertical-align:middle;
	padding: 2px 2px 2px 24px;
	font-size: 0.8em;
}

.SmallCommentRating
{
	font-size: 0.8em;
	float: right;
	padding: 4px 4px 0px 0px;
}
.ShowCommment
{
	font-size: small;
}
.SortAndFilterComments
{
	padding-top: 16px;
	padding-bottom: 8px;
	width: 100%;
	text-align: right;
}

.LargeComment
{
	border: solid 1px #CCCCCC;
	background-color:#EEEEEE;	
	
	margin: 0px 0px 0px 0px;
	float: none;
	clear: both;
}
.LargeCommentAvatar
{
	top: 8px;
	left: -8px;
	width: 48px;
	height: 48px;
	position: relative;
	float: left;
}
.CommentText
{
	font-size: 1.0em;
	padding: 32px 24px 2px 64px;
}
.CommentDetails
{
	font-size: 0.8em;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	text-align: right;
	width: 99%;
	
}
.LargeCommentRating
{
	font-size: 0.8em;
	float: right;
	padding: 4px 4px 4px 4px;
	background-color: #DDDDDD;
	
}

.AddComment 
{
	
	margin:auto;
	width: 620px;
}

/* DetailsFormView.css*/
.DetailsFormViewHighlight
{
    background-color:#E7C079;
}

/*
	The table which holds the elements
*/
.FormViewLayout
{
	
}

/*
	Surrounds teh form view item
*/
.FormViewItem
{
	
	margin:4px 0px 8px 0px;
	padding:0px 0px 0px 0px;
}

/*
Input Fields
*/

.FormViewItem Input
{
	padding: 3px 4px 3px 4px;
	font: 90%/1.5 "Trebuchet MS" ,tahoma,verdana,sans-serif;
	background-color: #feffc5;
	border: solid 1px #dddd5a;
	width: 350px;
}
.FormViewItemCheckBox Input
{
	padding: 3px 4px 3px 4px;
	font: 90%/1.5 "Trebuchet MS" ,tahoma,verdana,sans-serif;
	background-color: #feffc5;
	border: solid 1px #dddd5a;

}
.FormViewItem Select
{
	padding: 3px 4px 3px 4px;
	font: 90%/1.5 "Trebuchet MS" ,tahoma,verdana,sans-serif;
	background-color: #feffc5;
	border: solid 1px #dddd5a;
	width: 350px;
}

.FormViewItem TextArea
{
	padding: 3px 4px 3px 4px;
	font: 90%/1.5 "Trebuchet MS" ,tahoma,verdana,sans-serif;
	background-color: #feffc5;
	border: solid 1px #dddd5a;
	width: 350px;
}
/*
	The Label's Container
*/
.FormViewLabel
{
	padding: 0px 0px 0px 0px;
	
	font-weight:bold;
	margin: 0px 0px 0px 0px;

	
}

/*
	The Value's Container
*/
.FormViewValue
{
	padding: 0px 0px 0px 4px;
	
	
}
.Disabled Input
{
	padding: 3px 4px 3px 4px;
	font: 90%/1.5 "Trebuchet MS" ,tahoma,verdana,sans-serif;
	background-color: #d5d5d5;
	border: solid 1px #c5c5c5;
	
}
.SaveButton 
{
	margin-top:8px;
	padding: 4px 8px 4px 8px;
	font: 110%/1.5 "Trebuchet MS" ,tahoma,verdana,sans-serif;
	font-weight:bold;
	
}



.FormViewSpecialSection 
{  
	width:100%;
	background-color:#f3f2e2;
	padding: 20px 20px 20px 20px;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:bold;
	border: solid 1px #888888;
  }


.FormViewSpecialSection div
{
	

}

.TextBoxWatermark
{
	color: #888888;
}

.FileUpload 
{

}

/* Feature.css*/
.Feature 
{
	
	border: solid 1px #CCCCCC;
	background-color:#EEEEEE;	
		
	
	
	padding: 16px 8px 16px 8px;
}

.Feature H3
{
	margin-top: 0px;
	padding-top: 0px;
}

/* Flags.css*/
.RaceFlag
{
	
	width: 16px;
	height: 11px;
	margin: 2px 2px 2px 2px;
	display: inline;
	vertical-align:middle;
}

.LargeCommentRating .RaceFlag
{
	width: 16px;
	height: 11px;
	margin: 2px 0px 2px 8px;
	display: inline;
	vertical-align:middle;
	
}

/* GridView.css*/
.GridView
{
	border:solid 1px #8d8d8d;
	border-collapse:separate;
}
.GridViewHeader
{
	color:White;
	background-color:#4d4d4d;

}
.GridViewHeader a
{
	color:White;
}
.GridViewHeader a:hover
{
	color:White;
}
.GridViewHeader th
{
 padding : 6px 6px 6px 6px;
 border-color:#8d8d8d;

}
.GridViewFooter{}
.GridViewRowStyle
{
	
	
}
.GridViewRowStyle td
{
	border-color:#8d8d8d;
	padding : 6px 6px 6px 6px;
	
}

.GridViewSelectedRowStyle td
{
	background-color:yellow;
}

/*
	This stops the .GridViewRowStyle td statement from bleeding
	into tables within a datagrid cell
*/

.GridViewAlternatingRowStyle
{
	background-color:#e5e5e5;
}
.GridViewAlternatingRowStyle td
{
	border-color:#8d8d8d;
	padding : 6px 6px 6px 6px;
}
/*
	This stops the .GridViewRowStyle td statement from bleeding
	into tables within a datagrid cell
*/
.GridViewAlternatingRowStyle td td
{
	border:none 0 white;
	padding : 0px 0px 0px 0px;
	
}

.GrigViewPagerStyle{}

/* Layout.css*/
/* LAYOUT - HEADER */
#OutterLayoutContainer
{
	position: relative;
	width: 760px;
	margin: auto;
	
}
#Header
{
	
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	float:left;
	
	
}
#HeaderLogo 
{
	
	float:left;
}
#UserCustom
{
	clear:both;
	background-color:#dddddd;
	padding: 4px 4px 4px 4px;
	height: 28px;
}
#LoginStatus
{
	float:right;
	text-align:right;
	width:400px;
	
	
	font-size:smaller;
	margin-top: 18px;
}
.AdminMenu 
{
	position:absolute;
	top:0px;
	left:0px;
}
.MiniLogin 
{
	color:#222222;
	font-size:smaller;
	padding: 6px 8px 6px 8px;
	
	width:100%;
	
}
.MiniLogin Input
{
	font-size:smaller;
	padding: 2px 4px 2px 4px;
}
#ForgotMyPassword 
{
	padding:0px 0px 0px 50px;
}

/* LAYOUT - main body of page */
#ContentPanel
{
	margin: 00px 0px 0px 0px;
	padding: 20px 20px 30px 20px;
	clear:both;
	background-color: white;
	border: solid 1px white;
}
#content-wrap
{
	border: solid 1px white;
	background-color: white;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:none;
	clear:both;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#BigLeftContentContainer
{
	width: 520px;
	padding: 0px 0px 0px 0px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: white;
	margin:0px 0px 0px 0px;
	float:left;
	
}
#SmallRightContentContainer
{
	float:right;
	width:190px;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-color: white;
	
}
#BigRightContentContainer
{
	width: 480px;
	padding: 0px 20px 30px 20px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: white;
	float:right;
}
#HalfLeftContentContainer
{
	float:left;
	width:190px;
	padding: 0px 0px 20px 0px;
	background-color: white;
}
#HalfRightContentContainer
{
	width: 480px;
	padding: 0px 20px 30px 20px;
	min-height:500px;
	height:auto !important;
	height:500px;
	background-color: white;
	float:right;
}
#SmallLeftContentContainer
{
	float:left;
	width:190px;
	padding: 0px 0px 20px 0px;
	background-color: white;
	min-height:500px;
	height:auto !important;
	height:500px;
	
}

/*Default page */
#MainContainer
{
	
}

#LeftPanel 
{
	clear:both;
	width:180px;
	float:left;
	margin-bottom: 10px;
	padding-left:4px;
}


/* LAYOUT - FOOTER */
#footer
{
	font-family: Verdana, Sans-Serif;
	
	
	font-size: 10px;
	color: #999;
	text-align: right;
	padding: 0px 10px 4px 0px;
	
	clear:both;
}


#ContentContainer
{
	padding: 0px 20px 30px 20px;
	clear:both;
}


/* Main.css*/
body
{
	padding: 0 0 20px;
	color: #555555;
	background-position: 0% 0%;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: white;
	font-weight: normal;
	font-size: 0.75em;
	font-style: normal;
	font-family: "Trebuchet MS" ,tahoma,verdana,sans-serif;
	font-variant: normal;
}



/* LINKS */
a,a:link,a:link,a:link,a:hover {background:transparent;text-decoration:underline;cursor:pointer} 
a:link {color:#3e1b0a} 
a:visited {color:#3e1b0a} 
a:hover,a:active {color:#3e1b0a} 

a.Thumbnail,a.Thumbnail:link,a.Thumbnail:link,a.Thumbnail:link
{
	text-decoration: none;
	font-size:.7em;
}
a.Thumbnail:hover
{
	color:#a50000;
}
.Thumbnail img
{
	border:solid 1px #444444;
}
a.Thumbnail:hover img
{
	border:solid 1px #a50000;
}
	
.NoUnderline, .NoUnderline:link, .NoUnderline:hover
{
	text-decoration: none;
}
/* TYPOGRAPHY */
p, ul, ol {margin: 0 0 1.5em}
h1, h2, h3, h4, h5, h6 {letter-spacing: -1px;font-family: arial,verdana,sans-serif;margin: 1.2em 0 .3em;color:#555555;padding-bottom: .1em}
h1 {font-size: 20pt;
	margin-top:.6em;
	
	}

h2 {font-size: 16pt; 
	border-bottom: solid 1px #eee; 
	padding-top: 0px; 
	margin: 0px 0px 10px 0px;}
h3 {font-size: 126%}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}

hr { border:solid 1px #e5e5e5;border-bottom:none 0px white;}

select 
{
	color:#555555;font:90%/1.5 "Trebuchet MS",tahoma,verdana,sans-serif
}
input 
{
	color:#555555;font:90%/1.5 "Trebuchet MS",tahoma,verdana,sans-serif

}
.topLink
{
	font-size:10px;
	font-family:Verdana;
	font-weight:normal;
	padding-left:15px;

}
.small, .Small, Small
{
	font-size:9pt;
	
	font-weight:normal;
	

}


/* LISTS */
ul 
{
	margin: 10px 10px 20px 10px;
}

/*Validators*/

.SuccessSummary 
{
	color:#587706;
	font-weight: bold;
	background-color:#d9f09b;
	padding: 12px 12px 12px 12px;
	margin: 8px 8px 12px 8px;
	display:block;
	border:solid 1px #587706;
	width:90%;
	
}
.Error
{
	font-weight: bold;
	color: #880000;
}
.ValidationSummary
{
	border: solid 1px #AA0000;
	font-weight: bold;
	color: #880000;
	background-color: #f0dcdc;
	padding: 8px 8px 8px 8px;
	margin: 8px 8px 8px 8px;
	min-height: 60px;

}
.ValidationSummary ul
{
	margin-top:0px;
	padding: 0px 12px 0px 12px;
	list-style-type: none;
}
.ValidationSummary li
{
	padding-left: 20px;
	list-style-type: none;
}

.ValidationSummary img
{
	float:left;
	padding-bottom: 8px;
}


/* Articles */
.Article
{
}
.ArticleHeading
{
	/*font-weight:bold;*/
	color: #880000;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.ArticleText
{
	top: -10px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/*
	DemoVideoStyles
*/
.DemoVideo 
{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	height:220px;
	width: 100%;
}
.DemoVideoThumbnail
{
	font-weight:bold;
	border:solid 0px white;
	padding-left: 20px;
	padding-right:30px;
	padding-top:0px;
	height: 170px;
	float:left;
	
}

.DemoVideoHeading
{
	font-weight:bold;
	border:solid 0px white;
	padding: 5px 5px 5px 5px;
	
	
}
.DemoVideoDescription
{
	
	
}

/* Pager.css*/
.Pager
{
	margin-top:8px;
	padding-top:8px;
}

.PagerLink 
{
	border: 1px solid #e5e5e5;
	padding: 4px 8px 4px 8px;
	margin-left:4px;
	text-decoration: none;
}
.CurrentPageLink, .CurrentPageLink:Link, .CurrentPageLink:Hover, .CurrentPageLink:Active 
{
	background-color:#e5e5e5;
	text-decoration: none;
}

.PagerDisabled, .PagerDisabled:Hover
{

	text-decoration: none;
	color: Gray;
	
	
}

/* PerformanceDataTable.css*/



.PerformanceDataTable
{

	border-collapse:separate;
	border: dashed 1px white;
	border-bottom: dashed 1px #dddddd;
}
.PerformanceDataTableHeader
{

	background-color: #dddddd;
	
}

.PerformanceDataTableHeader th
{
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
 padding : 6px 6px 6px 6px;


}
.PerformanceDataTableFooter{}
.PerformanceDataTableRowStyle
{
	
	
	
}
.PerformanceDataTableRowStyle td
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-bottom: dashed 1px #dddddd;
		padding : 6px 6px 6px 6px;
	
	
}

.PerformanceDataTableSelectedRowStyle td
{
	background-color:#feffc5;
	border-left: solid 1px #feffc5;
	border-right: solid 1px #feffc5;
		padding : 6px 6px 6px 6px;
border-bottom: dashed 1px #dddddd;
}


.PerformanceDataTableAlternatingRowStyle
{
	
}
.PerformanceDataTableAlternatingRowStyle td
{
	border-left: solid 1px white;
	border-right: solid 1px white;
border-bottom: dashed 1px #dddddd;
	padding : 6px 6px 6px 6px;
}


.GrigViewPagerStyle{}

/* Rating.css*/
.Star {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}
.SmallStar {
    font-size: 0pt;
    width: 8px;
    height: 7px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    
}

.FilledStar {
    background-image: url(Icons/FilledStar.png);

}

.EmptyStar {
    background-image: url(Icons/EmptyStar.png);
}

.SavedStar {
    background-image: url(Icons/SavedStar.png);
}


.SmallFilledStar {
    background-image: url(Icons/SmallFilledStar.png);

}

.SmallEmptyStar {
    background-image: url(Icons/SmallEmptyStar.png);
}

.SmallSavedStar {
    background-image: url(Icons/SmallSavedStar.png);
}

/* SelectionControls.css*/
.smallSpeedUnitSelector 
{
 float:right;
 width:150px;
 
 padding-top:4px;
 text-align:right;
}
.smallSpeedUnitSelector Label 
{
	padding-right: 10px;
}

/* SessionDetails.css*/
.Video 
{
	width:440px;
	
}
.Details 
{
	float:right;
	width:260px;
}


.SessionDetailsAvatar 
{
	padding-top: 0px;
	float:left;
}
.SessionDetailsTitle 
{
	font-size:1.25em;
	font-weight:bold;
	padding-bottom: 10px;
	padding-top: 4px;
	clear:both;
}
.VoteContainer 
{
	text-align:center;
	width:180px;
	margin:auto;
	float: right;
	
	
}
.VoteBox 
{
	background-color: #feffc5;
	border: solid 1px #dddd5a;
	padding: 10px 10px 10px 10px;

	height: 72px;
}
.VoteContainer Strong 
{
	
	font-size:1.7em;
}
.VoteButton 
{

	font-weight:bold;
	background-color: white;
	border: solid 1px #dddd5a;
	padding: 4px 12px 4px 12px;
	margin-top:2px;
	margin-bottom: 4px;
	width:50;
	text-align:center;
	text-decoration:none;
}
.VoteCount 
{
	font-size:1.7em;
}

/* SessionSearchResults.css*/



#SearchTitle
{
	font-size: 1.6em;
	float: left;
	font-weight: bold;
	margin: 8px 8px 8px 8px;
}

#SessionSearchSortBy
{
	margin: 18px 0px 8px 8px;
	float: right;
	text-align: right;
	width: 200px;
	font-size: 0.9em;
}
.SessionSearchResult
{
	border: solid 3px #e5e5e5;
	height: 154px;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	margin-right: auto;
	width: 480px;
}
.FavoriteSessionSearchResult
{
	border: solid 3px #e5e5e5;
	height: 134px;
	clear: both;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 0;
	margin-right: auto;
	width: 480px;
}
.SessionSearchResultScreenshot
{
	margin: 8px 16px 8px 8px;
	float: left;
	width: 216px;
	text-align: center;
}
.SessionSearchResultDetails
{
	padding-top: 8px;
	vertical-align: top;
	text-align: left;
	width: 240px;
	float: right;
}
.SessionSearchResultAlternate
{
	background-color: #f5f5f5;
	margin-top: 8px;
	margin-bottom: 8px;
}


#SessionSearchSortBy Select
{
}

.SessionSearchResultFooter
{
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0.8em;
	clear: both;
	width: 215px;
	text-align: center;
}


.SearchAvatar
{
	position: relative;
	left: +10px;
	top: -4px;
	float: right;
}

.SmallDetails
{
	width: 210px;
	text-align: left;
	position: static;
	bottom: 0px;
	left: 0px;
	padding-top: 6px;
	font-size: 0.8em;
	clear: both;
	vertical-align: bottom;
}

.SmallRating
{
	padding-top: 6px;
	float: left;
}



/* Favorites */

.Favorites
{
	margin: auto;
	margin-top: 20px;
	padding: 0px 10px 10px 10px;
	clear: both;
	
	
}
.FavoriteScreenshot
{
	text-align: left;
	float:left;	
	display:inline;
	width:140px;
}
.FavoriteDetails
{
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	text-align: left;
	display:inline;
	float:left;
	width:80px;
	
	
}

.FavoriteResult
{
	
	text-align: left;
	border: solid 1px #999999;
	background-color: #e5e5e5;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	
		

}
.FavoriteSmallDetails 
{
	font-size:0.75em;	
}


/* Time Frame */

a.TimeFrame 
{
	background-color:#e5e5e5;
	
	text-decoration:none;
	padding: 4px 4px 4px 4px;
	
}

a.SelectedTimeFrame 
{
	background-color:#c5c5c5;
}
.TimeFramePanel 
{
	height:25px;
}
/* SortType */

a.SortType 
{
	background-color:#e5e5e5;
	
	text-decoration:none;
	padding: 4px 4px 4px 4px;
	
}

a.SelectedSortType 
{
	background-color:#c5c5c5;
}

.SortTypePanel 
{
	height:30px;
}

/* SiteMap.css*/
.SiteMap
{
	clear:both;
	float:none;
	
	border: solid 1px #CCCCCC;
	background-color:#EEEEEE;	
	height:160px;
}
.SiteMap dd
{
	font-size:11px;
	text-transform:uppercase;
	margin-left:0px;
	padding-left:0px;
}
.SiteMap dt
{
	font-weight:bold;
}
.SiteMap dl
{
	width:165px;
	height:120px;
	float:left;
	padding: 0px 4px 4px 14px;
	border-right:solid 1px #c5c5c5;
}
dl.Last
{
	border-right:none 0px white;
}
.SiteMap a:link, a:visited
{
}
.SiteMap a:hover, a:active
{
	
	color:#AA0000;
}

/* UserMenu.css*/
.UserMenuContainer
{
	clear:both;
	
	padding:0px 0px 0px 0px;
	width:200px;
	
}

.UserMenu
{
	font-family: tahoma;
	font-size: 8pt;
	font-weight:bold;
	width:200px;
	padding: 2px 8px 2px 8px;
	
	
}

.UserMenuStaticMenuItemStyle
{
	
	color:#222222;
	height:23px;
	padding: 0px 3px 0px 3px;
	text-align:left;
}

a.UserMenuStaticMenuItemStyle:link, a.UserMenuStaticMenuItemStyle:active, a.UserMenuStaticMenuItemStyle:visited 
{
	color:#222222;
	text-decoration: none;
}
.UserMenuStaticMenuStyle 
{
	
}

.UserMenuStaticSelectedStyle 
{
}
.UserMenuStaticHoverStyle, a.UserMenuStaticHoverStyle:hover
{
	

	

}



.UserMenuDynamicMenuStyle 
{
	
	
}

.UserMenuDynamicMenuItemStyle
{
	
	padding: 3px 8px 3px 8px;
	
}
a.UserMenuDynamicMenuItemStyle:link, a.UserMenuDynamicMenuItemStyle:active, a.UserMenuDynamicMenuItemStyle:visited 
{
	color:#660b11;
}

.UserMenuDynamicSelectedStyle 
{
	color:#660b11;
}
.UserMenuDynamicHoverStyle 
{

}


/* UserProfile.css*/
.ProfileAvatar 
{
	position:relative;
	left:-20px;
	width: 140px;
	height: 170px;
	float:left;
}
.ProfileDetails 
{
	
	min-height: 150px;
	clear:both;
	
}
.ProfileSmallDetails 
{
}
.UserProfile 
{
	
	margin: auto;
	padding: 10px 10px 10px 10px;
	border: solid 1px #444444;
	background-color: #e5e5e5;
}

.EditMyProfile
{
	font-size: small;
	width:100%;
	text-align:right;
	padding-bottom: 8px;
	
}


