﻿/*
Structure
*/

body 
{
	background-image:url(../images/frontend/MartiniBGWide.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;   
	font-family:Arial;
	font-size:12px;
}

.Wrapper 
{
	width:985px;
	padding:0px 0px 10px 0px;
	margin:0px;
	border:solid 0px black;
}

#TopBar
{
    height:52px;
    margin:0px;
    border:solid red 0px;
}

h1#SiteHeading
{
	width:204px;
	height:139px;
	margin:7px 0px 0px 0px;
	padding:0px;
	background-image:url(../images/frontend/MartiniPressSiteLogoVertical.jpg);
}

h1#SiteHeading span 
{
	display:none;
}

/*------------------------------------------
    Top Menu
 -----------------------------------------*/

ul#TopMenuList 
{
	list-style:none;
	display:inline-block;
	float:right;
	clear:right;
	margin:10px 0px 0px 0px;
}

ul#TopMenuList li 
{
	float:left;
	display:inline-block;
	overflow:hidden;	
	border-right:1px solid #666666;
	font-size:14px;
	height:14px;
	letter-spacing:1.5px;
	line-height:1em;
	margin:0px 0px 4px 4px;
	padding:0px 8px 0px 8px;
	text-align:center;
	vertical-align:middle;
	width:auto;
}

ul#TopMenuList li.Last 
{
	border:none;
	padding:0px 0px 0px 8px;
}

ul#TopMenuList li a:link, ul#TopMenuList li a:active, ul#TopMenuList li a:visited 
{
	color:Black;
}

ul#TopMenuList li a:hover 
{
	
}

.TopMenuLoggedIn 
{
	float:right;
	padding:0px;
	margin:5px 5px 5px 0px;
	font-size:0.8em;
}
 
#TopMenuLoggedIn  a
{
	color:black;
}

#LeftCol
{
    float:left;
    width:205px;
    margin:0px 10px 0px 0px;
    padding:0px 0px 0px 0px;
    border:solid blue 0px;
}

#MainCol
{
    float:right;
    padding:0px;
    margin:0px 0px 0px 0px;
    width:760px;
    border:solid green 0px;
}

#footer
{
    margin:15px 0px 15px 0px;
    text-align:center;
    font-size:smaller;
}

#EnjoyResponsibly
{
    font-weight:bold;
}

#Tree
{
	margin: 8px 0px 0px 20px;
}

label.TreeHeadingText
{
	display:none;
}

/*------------------------------------------
    Tree
 -----------------------------------------*/
a span.TreeNode, .TreeNodeOver 
{
	color:black;
}

.Level0 span
{
    width:140px;
    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;
}

/* Home page */

#PageHeadingContainer
{
    border-style:solid;
    border-color:#D81D12;
	border-width: 0px 0px 1px 0px;
	margin-bottom:10px;	
}

#PageHeadingContainer h2
{
	margin:0px;
	font-size:24px;
}

#HomepageBoxes
{
	margin-top:7px;
}

/*------------------------------------------
    HomePagePart
 -----------------------------------------*/

#LatestMartiniImageryHeading span
{
    display:none;
}

#LatestMartiniImageryHeading
{
	background-image:url(../images/frontend/LatestMartiniImagery.jpg);
	background-position:left top;
	background-repeat:no-repeat;    
	width:244px;
	height:27px;
}





.HomePagePart, .ContentSlot
{
    float:left;
    width:355px;
    padding:12px;
    margin: 10px 0px 10px 0px;
    background-color:#2F2F2F;
    min-height:130px;
    color:White;
}

#HomePageLatestNews
{
	float:left;
}

#HomePageUpcomingEvents 
{
	float:right;
	height:190px;
}

#HomePageUpcomingEvents ul
{
    font-size:12px;
}

#HomePageUpcomingEvents li
{
    margin-bottom:6px;
}

#HomePageUpcomingEvents ul, #HomePageUpcomingEvents li
{
    list-style-image:none;
    list-style-type:none;
}

#HomePageUpcomingEvents .Date
{
    color:#FE0002;
    font-weight:bold;
    display:inline-block;
    width:80px;
}



.HomePageHighlights 
{
	float:right;
}

.HomePagePart .Header, .ContentSlot .ContentSlotTitle
{
    padding:0px;
    height:22px;
    border-style:solid;
    border-color:#5F2B2F;
	border-width: 0px 0px 1px 0px;
	margin-bottom:5px;
}

.HomePageContents, .ContentSlotContent
{
	font-size:11px;
}

.HomePagePart .AssetList
{
    border-style:solid;
    border-color:#5F2B2F;
	border-width: 0px 0px 1px 0px;
}

.HomePageContents .Date
{
	display:inline-block;
	width:60px;
}

.HomePagePart dl 
{
    margin:0px;
    display:inline-block;
}

.HomePagePart dl dt,  .HomePagePart dl dd 
{
    padding:0px 0px 5px 0px;    
}

.HomePagePart dl dt 
{
    width:250px;
    float:left;
    clear:both;
    margin-bottom:5px;
}

.HomePagePart dl dt a, .HomePageEvents dl dt a 
{
	color:White;
	font-weight:bold;
}

.HomePagePart dl dd 
{
    margin:0 0 0.5em 0.25em;
    width:80px;
    float:right;
    clear:right;
    text-align:right;
    font-weight:bold;
}

#MainCol .HomePagePart .MoreLink 
{
    clear:both;
    float:right;
    margin:5px 10px 0px 0px;
    padding:0px 10px 0px 0px;
	background-image:url(../images/frontend/HomePagePartMoreLinkArrow.png);
	background-position:right center;
	background-repeat:no-repeat;    
}

#MainCol .HomePagePart .MoreLink a
{
	color:White;
	font-weight:bold;
	text-decoration:none;	
}




/* possible fix for png pages */

.MainContent a, .MainContent input, .MainContent select, .MainContent img, .MainContent textarea { 
    position: relative; 
    z-index: 500; 
}

/*-------------

Search form

--------------*/

#SearchForm 
{
	width:700px;
	display:inline-block;
	overflow:hidden;
	margin-top:30px;
}

#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;
}

.LastSearchLink 
{
	float:right;
	margin-right:10px;
}

.SearchBtn 
{
	width:80px;
	float:left;
	margin-left:150px;
}


#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;
}













.HomePageRequests dl dd.Descriptopn 
{
    float:left;
    clear:both;
    text-align:left;
    margin-left:0px;
}

.PartOptions 
{
    font-size:.9em;
}

/*------------------------------------------
    Summary View
 -----------------------------------------*/
 
 #Carousel
 {
	height:340px;
 }
 
 
 .AssetSummaryAboveBelowInfo
 {
 	background-color:#2F2F2F;
 	color:#9A9A9A; 	
 }
 
 .AssetSummaryAboveBelowInfo p
 {
    margin-bottom:6px;
 } 

 .AssetSummaryAboveBelowInfo a
 {
	color:#FE0002;
 } 
 
 #AssetSummaryAboveInfo
 {
    padding:15px 15px 2px 15px;
    margin:10px 0px 0px 0px;
 }
 
 #AssetSummaryBelowInfo
 {
     padding:15px 15px 15px 15px;
 }
 
.SummaryViewContainer 
{
    padding:0px;
    margin:0px;
    border:0px;
}

table.SummaryViewStyle 
{
	border:none;
	border:0px;
	width:100%;
}

tr.AssetSummaryGridPager
{
    background-color:#2F2F2F;
}

tr.AssetSummaryGridPager td table
{
    margin: 10px 0px 10px 0px;    
    float:right;
}

.SummaryViewHeader 
{
    background-color:#2F2F2F;
    border:none;
}

.SummaryViewHeader th
{
    padding:10px 10px 10px 15px;
    margin:10px;
    font-weight:bold;
    text-align:left;
    border:0px;
    color:#9A9A9A;
}

.SummaryViewHeader th a
{
	color:#9A9A9A;
}



#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; }

.SummaryViewStyle tbody 
{
	border:0px;
}

.SummaryViewRow
{
    background-color:#4E4E4E;
    border:0px;
    color:#ffffff;
	font-weight:bold;    
}

.SummaryViewRow td 
{
    padding:10px 10px 10px 15px;
    border:0px;
}

.SummaryViewRow td a 
{
	color:#FE0002;
}




.SummaryViewSelectCommandButton
{
	float:right;
	font-size:0.9em;
	margin:0px;
}

.ShowAssetLinkButton 
{
	float:right;
	
}
  



/*------------------------------------------
    Asset Details
 -----------------------------------------*/

.DownloadAllLink
{
    float:right;
    margin-bottom:10px;
}
/*
.AssetDetails 
{
    background-color:#4e4e4e;
    color:#ffffff;
	clear:both;
	border-bottom-width:1px;
	border-bottom-color:#D81D12;
	border-bottom-style:solid;
	padding:10px;
	margin-bottom:15px;	
}

.AssetLeft
{
	width:300px;
	float:left;
}

.AssetRight 
{
	width:400px;
	float:right;
}

*/

.AssetDetails 
{
	clear:both;
	border-bottom-width:1px;
	border-bottom-color:#D81D12;
	border-bottom-style:solid;
	padding-bottom:10px;
	margin-bottom:15px;	
}

.AssetDetailsFirst 
{
	margin-top:40px;
}

.AssetDetailsLast
{
	border-bottom-width:0px;
}

.AssetDetails dl 
{
    width:320px;
    display:inline-block;
    overflow:hidden;
    float:left;
    padding:0px;
    margin:0px 15px 15px 0px;
    clear:none;
}

.AssetDetails dl#ColNo2 
{
	margin:15px 0px 0px 0px;
	width:360px;
}

.AssetDetails dl#ColNo2 dd 
{
	width:258px;
	overflow:hidden;
	display:inline-block;
}

.AssetDetails dl dd 
{
    float:left;
    margin:2px 0px;
    padding:0px;
    width:240px;
    display:inline-block;
    overflow:hidden;
    min-height:32px;
} 

.AssetDetails dt.Label, dt.Label {
    width:80px;
    float:left;
    border:0px;
    padding:0px;
    clear:both;
    margin:2px 0px;
} 

.AssetDetails .Thumbnail 
{
    margin:20px 0px 0px 20px;
    border:1px solid #666666;
}

.AssetLeft
{
	width:350px;
	float:left;
}

.AssetRight 
{
	width:400px;
	float:right;
}


/*------------------------------------------
    General Frontend Damson Forms
 -----------------------------------------*/

.DamsonForm 
{
    display:inline-block;
    overflow:hidden;
}

.DamsonForm .FormRow 
{
    clear:both;
    display:inline-block;
    overflow:hidden;
    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;
    display:inline-block;
    overflow:hidden;
}

.WholeForm .FormElementLabelDiv 
{
    width:150px;
    float:left;
}

.CommentLabelDiv
{
	margin:-3px 0px 3px 150px;	
}

.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;
}

/*-----------
General Page Styles
------------*/


#MainCol a
{
	color:#FE0002;
}

#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;
}

/*-----------
Content Styles
------------*/

h3 
{
	
	margin:0px;
	padding:0px;
}

.LeftFloatingImage
{
	float:left;
	margin:3px 10px 10px 0px;
}

.RightFloatingImage
{
	float:right;
	margin:3px 0px 10px 10px;
}

.MainContent li
{
	margin-left:20px;
}

p 
{
	line-height:1.4em;
	margin-bottom:12px;
}

div.clear
{
	clear:both;
}