﻿/*------------------------------------------
    General
 -----------------------------------------*/

a span.TreeNode, .TreeNodeOver 
{
	color:black;
}

.Level0 span
{
    width:125px;
    display:inline-block;
    white-space:normal;
}

.Level0 
{
   width:110px; 
   padding-left:15px;
   display:inline-block;
   white-space:normal;
}

.Level1 span
{
    width:115px;
    display:inline-block;
    white-space:normal;
}

.Level2 span 
{
    width:95px;
    display:inline-block;
    white-space:normal;
}

.Level3 span
{
    width:75px;
    display:inline-block;
    white-space:normal;
}

.Level4 span
{
    width:55px;
    display:inline-block;
    white-space:normal;
}

.Level5 span
{
    width:35px;
    display:inline-block;
    white-space:normal;
}

.TreeNode
{
    white-space:normal;
}

body 
{
    
}

img.left 
{
    float:left;
    border:none;
}

h1 
{
	width:414px;
	display:inline-block;
	float:left;
	margin:0px;
	padding:0px;
	height:64px;
	
}

h1 span 
{
	display:none;
}

h2 
{
    font-size:1.2em;
    margin:5px 0 10px 0;
}

h3 
{
	
	margin:0px;
	padding:0px;
}

#MainCol a:link {  font-weight:bold;  text-decoration:underline; }
#MainCol a:active {  font-weight:bold; text-decoration:underline; }
#MainCol a:hover {  font-weight:bold; text-decoration:underline; }
#MainCol a:visited {  font-weight:bold; text-decoration:underline; }

form 
{
	padding:0px;
	margin:0px;
	width:100%;
}

p 
{
	line-height:1.4em;
	margin-bottom:12px;
}

#TopBar
{
    background-color:transparent;
    height:64px;
    margin:10px 10px 0px 10px;
    position:relative;
}

#TopLeftLogos
{
    float:left;
    
}

#LeftCol
{
    float:left;
    width:170px;
    background-color:Transparent;
    margin:0px 0px 0px 20px;
    padding:0px;
    z-index: 500; 
    position: relative; 
    overflow:hidden;
}

#MainCol
{
    float:right;
    padding:0px;
    margin:12px 10px 0px 0px;
    width:770px;
}

.TopCurve 
{
	width:990px;
	height:22px;
	margin:0px;
	padding:0px;
	
}

.BottomCurve 
{
	width:990px;
	height:21px;
	margin:0px;
	padding:0px;
	
}



/* Problem is somewhere below here */



.MainContent 
{
	display:inline-block;
	overflow:hidden;
	width:990px;
}

.Wrapper 
{
	width:990px;
	background:transparent;
	margin:0px auto;
	/*display:inline-block;*/
	overflow:hidden;
	padding:0px;
	
}

.TopBanner 
{
	height:162px;
    width:741px;
    display:inline-block;
    margin:0px 0px 7px 10px;
}

p 
{
    line-height:1.5em;
}

/* Problem is somewhere above here */

/*-------------

Search form

--------------*/

#SearchForm 
{
	width:700px;
	display:inline-block;
	overflow:hidden;
	margin-top:5px;
}

#SearchForm #CategoriesDiv
{
    width:300px;
    background:white;  
}

#SearchForm .LongTextBox, #SearchForm select, #SearchFrom option
{
	width:220px;
}

#SearchForm label 
{
	font-weight:bold;
	width:50px;
}

#SearchForm .SmallTextDiv 
{
	display:inline-block;
	overflow:hidden;
	height:30px;
	margin-top:12px;
}

#SearchForm .SmallTextDiv label 
{
	display:inline-block;
	overflow:hidden;
	margin-left:10px;
}

.SearchLinks
{
	float:right;
	margin-right:10px;
}

.SearchBtn 
{

}

/*
.FormRow
{
  clear: left;
  display: block;    
}

.FormRow label
{
  display: block;
  float: left;
  width: 130px;
  padding: 3px 5px;
  margin: 0 0 5px 0;
  text-align: right;  
  font-weight:bold;
}

.FormRow .SmallTextDiv
{
  display: block;
  margin: 5px 0 5px 142px;
  padding: 1px 3px;
  font-size: 88%;    
}

.FormRow .SmallTextDiv label
{
    font-weight:normal;
}

.FormRow .LongTextBox
{
    width: 250px;
}

.FormRow .ShortTextBox
{
    width: 120px;
}
*/

#SearchSubCategoriesCheckBoxDiv input
{
    float:left;
}

#SearchSubCategoriesCheckBoxDiv label
{
    width:250px;
}



.HTMLContentView 
{
    margin:5px;
    padding:5px;
}

.RequiredField, .Required, .textRed 
{
    color:Red;
}

/*----------

Contribute

-----------*/

.DamsonForm 
{
	width:700px;
}

.UploadControl
{
	width:300px;
	padding:0px;
}

.UploadControl div
{
	width:300px;
	padding:0px;
}

.UploadControl div div
{
	width:300px;
	padding:0px;
}

.UploadControl div div table
{
	width:300px;
	padding:0px;
}

.UploadControl div div table table
{
	width:300px;
	padding:0px;
}

/*------------------------------------------
    Top Menu
 -----------------------------------------*/

ul#TopMenuList 
{
	list-style:none;
	display:inline-block;
	overflow:hidden;
	background:transparent;
	float:right;
	clear:right;
	margin:0px 0px 0px 0px;
}

ul#TopMenuList li 
{
	float:left;
	display:inline-block;
	overflow:hidden;
	padding:0px 4px;
	margin:0px;
}

ul#TopMenuList li.Last 
{
	border:none;
}

ul#TopMenuList li a:link, ul#TopMenuList li a:active, ul#TopMenuList li a:visited 
{
	
}

ul#TopMenuList li a:hover 
{
	
}

#TopMenuLoggedIn 
{
	display:inline-block;
	overflow:hidden;
	background:transparent;
	float:right;
	padding:0px;
	margin:12px 5px 5px 0px;
	font-size:0.8em;
}


/*------------------------------------------
    Site switcher
 -----------------------------------------*/
.SiteSwitcher 
{
    
}

.SiteSwitcher label, .TreeHeadingText
{
    display:inline-block;
    clear:both;
    margin:0px;
    padding:0px;
    height:11px;
    font-size:11px;
}

.SiteSwitcher select
{
    margin:10px 0px 10px 0px;
    width:170px;
}

.TreeHeadingText 
{
    
}

/*------------------------------------------
    HomePagePart
 -----------------------------------------*/

.HomePagePart 
{
    float:left;
    width:350px;
    margin:0px 10px 10px 0px;
    background:transparent;
}

/*Start of double sized bars*/

.HomepageTwoPartWrapper
{
	width:762px;
	background:transparent;
	display:inline-block;
	overflow:hidden;
	padding:0px;
	margin:0px 0px 0px 0px;
}

.HomepageTwoPartTop 
{
	width:762px;
	height:18px;
	margin:0px;
	padding:0px;
	
	
	background:url(../images/frontend/default/default_sm_table_01.png) top left no-repeat transparent;
}

.HomepageTwoPartMiddle 
{
	display:inline-block;
	overflow:hidden;
	width:722px;
	margin:0px;
	padding:0px 20px;
	
	font-size:0.9em;
	background:url(../images/frontend/default/default_sm_table_02.png) top left repeat-y transparent;
}
	

.HomepageTwoPartBottom
{
	width:762px;
	height:21px;
	margin:0px;
	padding:0px;
	
	
	background:url(../images/frontend/default/default_sm_table_03.png) top left no-repeat transparent;
}

/*End of double sized bars*/

/*Start of half sized bars*/

.HomepageOnePartWrapper
{
	width:385px;
	background:transparent;
	display:inline-block;
	overflow:hidden;
	padding:0px;
	border:0px;
	margin:0px 0px 0px 0px;
}

.HomepageOnePartTop 
{
	width:390px;
	height:18px;
	margin:0px;
	padding:0px;
	
	
	background:url(../images/frontend/default/default_sm_table_half_01.png) top left no-repeat transparent;
}

.HomepageOnePartMiddle 
{
	display:inline-block;
	overflow:hidden;
	width:350px;
	margin:0px;
	padding:0px 20px;
	
	font-size:0.9em;
	
	background:url(../images/frontend/default/default_sm_table_half_02.png) top left repeat-y transparent;
}
	

.HomepageOnePartBottom
{
	width:390px;
	height:21px;
	margin:0px;
	padding:0px;
	
	
	background:url(../images/frontend/default/default_sm_table_half_03.png) top left no-repeat transparent;
}

/*End of half sized bars*/

.HomePagePart .Header, div .Header
{
    padding:5px 5px 0px 5px;
    height:26px;
}

* html .HomePagePart .Header, * html div .Header 
{
	height:15px;
}

.HomePagePart .Header p 
{
    font-size:0.9em;
}

ul.HomePagePartList
{
    list-style-type:none;
    margin:0;
    padding:0;
}

ul.HomePagePartList li
{
    list-style-type:none;
    margin:0px 10px 0px 0px;
    
}

.HomePagePart .HomePagePartDateAndTitle 
{
    margin:0px 0px 10px 5px ;
    display:inline-block;
    float:left;
    overflow:hidden;
    width:250px;
}

.HomePagePart .HomePagePartTitle 
{
    font-weight:normal;
}

.HomePagePart .HomePagePartAssetType
{
    margin:0px 0px 10px 5px ;
    font-weight:bold;
    display:inline-block;
    float:right;
}

.HomePagePart .MoreLink 
{
    clear:both;
    float:left;
    margin:10px 0px 0px 7px;
    padding:0px;
}

.HomePagePart .MoreLink a, .HomePageEvents .MoreLink a, .HomePageEvents .ReadMore
{
	
}

.HomePagePart .NotBold 
{
	font-weight:normal;
}

.HomePageRequests dl dd.Descriptopn 
{
    float:left;
    clear:both;
    text-align:left;
    margin-left:0px;
}

.HomePageEvents 
{
    float:left;
    width:710px;
    margin:0px 10px 10px 0px;
    background:transparent;
}

.HomePageEvents .Header 
{
    padding:5px;
}

.HomePageEvents .Header p 
{
    font-size:0.9em;
}

.HomePageEvents dl 
{
    margin:0px 5px 0px 5px;
    display:inline-block;
    overflow:hidden;
}

.HomePageEvents dl dt,  .HomePageEvents dl dd 
{
    padding:3px 0px;
}

.HomePageEvents dl dt 
{
    width:710px;
    float:left;
    clear:both;
    margin-bottom:5px;
}

.HomePageEvents dl dt a, .HomePageEvents dl dt a 
{
    font-size:.9em;
	
}

.HomePageEvents dl dd 
{
    margin:0 0 0.5em 0;
    width:710px;
    float:left;
    clear:both;
    text-align:left;
}

.HomePageEvents .MoreLink 
{
	clear:both;
    float:left;
    margin:10px 0px 0px 7px;
}

.PartOptions 
{
    font-size:.9em;
}

/*------------------------------------------
    Default Page Content Container
 -----------------------------------------*/

.PageContent .ContainerTop 
{
	width:762px;
	height:18px;
	margin:0px;
	padding:0px;
	
	
	background:url(../images/frontend/default/default_sm_table_01.png) top left no-repeat transparent;
}

.PageContent .ContainerMiddle 
{
	display:inline-block;
	overflow:hidden;
	width:722px;
	margin:0px;
	padding:10px 20px 10px 20px;
	
	font-size:0.9em;
	background:url(../images/frontend/default/default_sm_table_02.png) top left repeat-y transparent;
}
	

.PageContent .ContainerBottom
{
	width:762px;
	height:21px;
	margin:0px;
	padding:0px;
	
	
	background:url(../images/frontend/default/default_sm_table_03.png) top left no-repeat transparent;
}

#PageHeading
{
	width:690px;
}

/*------------------------------------------
    Summary View
 -----------------------------------------*/
.SummaryViewContainer 
{
    padding:10px;
    margin:5px 0 10px 0;
    width:700px;
    border:none;
    border:0px;
}

html>/**/body .SummaryViewContainer 
{
	margin:30px 0 10px 0;
}

tr.AssetSummaryGridPager
{
    
}

tr.AssetSummaryGridPager td table
{
    margin: 10px 0px 10px 0px;    
    float:right;
}

.SummaryViewStyle 
{
	border:none;
	border:0px;
}

.SummaryViewStyle tbody 
{
	border:0px;
}

.SummaryViewRow
{
    background-color:#D2D2D2;
    margin-bottom:10px;
    margin-left:10px;
    width:700px;
    border:none;
    border:0px;
}

.SummaryViewRow td 
{
    padding:5px;
    border:none;
    border:0px;
}

.SummaryViewRow td a 
{
	font-size:.9em;
}

.SummaryViewHeader 
{
    background-color:#E5E5E5;
    border:none;
}

.SummaryViewHeader th
{
    padding:10px 10px 10px 5px;
    margin:10px;
    font-weight:bold;
    text-align:left;
    border:0px;
}

.SummaryViewSelectCommandButton
{
	float:right;
	font-size:0.9em;
	margin:0px;
}

.ShowAssetLinkButton 
{
	float:right;
	
}

/*.AssetsAvailable 
{
	float:right;
	clear:both;
}*/

/*.SummaryViewHeader th a 
{
	margin:0px 8px 0px 0px;
	font-size:0.5em;
}*/


#MainCol .SummaryViewHeader th a:link {text-decoration:none; font-weight:bold; }
#MainCol .SummaryViewHeader th a:active {text-decoration:none; font-weight:bold; }
#MainCol .SummaryViewHeader th a:hover {text-decoration:none; font-weight:bold; }
#MainCol .SummaryViewHeader th a:visited {text-decoration:none; font-weight:bold; }
    



/*------------------------------------------
    Asset Details
 -----------------------------------------*/
.AssetDetails 
{
	clear:both;
	border-bottom-width:2px;
	border-bottom-color:Black;
	border-bottom-style:solid;
	padding-bottom:10px;
	margin-bottom:10px;	
	display:inline-block;
	overflow:hidden;
}

.AssetDetailsLast
{
	border-bottom-width:0px;
}


.AssetDetails dl 
{
    width:300px;
    display:inline-block;
    overflow:hidden;
    float:left;
    padding:0px;
    margin:0px 15px 15px 0px;
    clear:none;
}

.AssetDetails dl#ColNo2 
{
	margin:15px 0px 0px 20px;
	width:360px;
}

.AssetDetails dl#ColNo2 dd 
{
	width:258px;
	overflow:hidden;
	display:inline-block;
}

.AssetDetails dl dd 
{
    float:left;
    margin:2px 0px;
    padding:5px;
    width:200px;
    display:inline-block;
    overflow:hidden;
    min-height:32px;
} 

.AssetDetails dt.Label, dt.Label {
    width:60px;
    float:left;
    border:0px;
    margin:0px;
    padding:5px;
    clear:both;
    margin:2px 0px;
} 

.AssetDetails .Thumbnail 
{
    margin:20px 0px 0px 20px;
    border:1px solid #666666;
}

.AssetLeft
{
	display:inline-block;
	overflow:hidden;
	width:300px;
	float:left;
	margin-left:0px;
}

.AssetRight 
{
	display:inline-block;
	overflow:hidden;
	width:400px;
}



/*------------------------------------------
    General Frontend Damson Forms
 -----------------------------------------*/

.DamsonForm 
{
    display:inline-block;
    overflow:hidden;
}

.DamsonForm .FormRow 
{
    clear:both;
    margin:0 0 10px 0;
}

.DamsonForm .LabelElement 
{
    float:left;
    width:125px;
    text-align:left;
}

.DamsonForm .FormElement 
{
    float:left;
}

.DamsonForm .SubmitButton 
{
    clear:both;
    margin:10px 0 10px 125px;
}

/*------------------------------------------
    Simple Definition List
 -----------------------------------------*/
.SimpleDefinitionList {
    border: 3px double #ccc;
    padding: 0.5em;
}

.SimpleDefinitionList dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}
.SimpleDefinitionList dt:after {
    content: ":";
}
  
.SimpleDefinitionList dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
}



/*------------------------------------------
    Asset Details [copied from backend.css]
 -----------------------------------------*/

.WholeForm 
{
    
}

.WholeForm .ValidationSummary 
{
    padding:5px;
}


.WholeForm .FormElementBlock, .WholeForm .RadTree 
{
    margin:0px 0px 5px 0px;
    padding:2px;
}

.WholeForm .FormElementBlock
{
    clear:both;
    margin:0px 0px 5px 0px;
}

.WholeForm .FormElementLabelDiv 
{
    width:150px;
    float:left;
}

.CommentLabelDiv
{
	margin:0px 0px 3px 150px;	
	padding:2px 0px 2px 0px;;
	clear:left;
}

.WholeForm .FormElementMessage 
{
    margin:3px 0px 3px 150px;
    clear:both;
}

.WholeForm .FormElementdiv, .WholeForm .FormElementDiv 
{
    float:left;
}

.RequiredStar {
	color:red;
	font-size:12pt;
	font-weight:bold;
}

/*----------

TREE

----------*/

.TreeNode 
{
	
}

/*-----------

Profile

------------*/

.Profile H3
{
    margin-bottom:0px;
}

.Profile .Details 
{
	margin-top:15px;
}

dl.SimpleDefinitionList 
{
	width:700px;
}

.Request
{
    margin:0px 0px 10px 0px;
}

.Contribution
{
    margin:0px 0px 10px 0px;
}

.ProfileRequests, .ProfileContributions, .ProfileSearches, .ProfileDownloads 
{
    margin-bottom:20px;
}

.ProfileList
{
    margin-left:10px;
}

.ProfileList P
{
    margin:2px 0px 2px 0px;
}

.ProfileList h4
{
	margin:0px 0px 2px 0px;
	font-size:1em;
}

/*-----------

Calendar Event

------------*/
.SelectedCalendarEvent 
{
    border:1px solid black;
    background-color:ActiveBorder;
}

.clear
{
    clear:both;
}

.TreeDIV .RadTreeView_Default .rtHover .rtIn {background:none; border-color:transparent; text-decoration:underline;}
