﻿/*************************************************************************
* Project: Sabrina
* Copyright: National Rural Knowledge Exchange (c) 2006
* Purpose: Default Site Masterpage
* $Author: martin-nrke $
* $Date: 2009-09-16 11:49:38 +0100 (Wed, 16 Sep 2009) $
* $Revision: 1456 $
* $HeadURL: http://nrke-svn.cvsdude.com/sabrina/trunk/WebSite/App_Themes/Default/All.css $
************************************************************************/
BODY
{
	margin: 10px;
    	padding: 0;
    	font-family: tahoma, arial, sans-serif;
    	font-size: 75%;
    	/*font-size: SMALL;*/
}

UL
{
	list-style-position: outside;
}


/*TABLE.contents-table used in GridView Skin*/
TABLE.contents-table
{
	table-layout: fixed;
	border-collapse: collapse;
}

TABLE.contents-table TR
{
}

TABLE.contents-table TD, TABLE.contents-table TH
{
	padding:2px 2px 2px 0;
	border-collapse: collapse;
	text-align: left;
    font-size: inherit;
    border-bottom: solid 1px #CCC;
}

TABLE.contents-table TH
{
    background-color: #e0e8f0;
    padding: 2px;
}

.column-title
{
    display: block;
    border-top: solid 1px #037;
    background-color: #e0e8f0;
    padding: 2px;
}

/* Floaty Light Div Box */
.inset
{
	float: right; 
	width: 200px;
}

/* Image-aligned by Text in Div Box */
.inseticon
{
	float: left; 
	margin: 0px 10px 0px 0px;
	padding: 0;
}
.insetclear
{
	clear: both; 
}
.hilite
{
	background-color:#FFCC99; 
	layer-background-color:#FFCC99;
}


/*General cleanup*/


FORM{
    margin:0;
}

SELECT, BUTTON, INPUT
{
    vertical-align: middle;
}

INPUT, SELECT, TEXTAREA{
	font-family: tahoma, arial, sans-serif;
    font-size: 1em;
}

INPUT.text-box{
	width: 200px;
}

IMG.right
{
	margin-left: 1em;
	float:right;
}

IMG.left
{
	margin-right: 1em;
	float:left;
}

H1, H2, H3, H4 
{
	color: #007030;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	margin: 5px 0 10px 0;
	padding: 0;
}

H1
{
	font-size: 1.6em;
	padding-bottom: 5px;
	margin-bottom: 2px;
	border-bottom: solid 1px #66a983;
	/*background: transparent url(mid_col_hills.gif) no-repeat bottom right;*/
}

H2{font-size: 1.5em;}
H3{font-size: 1em; font-weight: bold;}
H4{font-size: 1em;}

A:link{
    color: #073;
}

A:visited{
    color: #073;
}

/*Default Page Elements*/

/*Major page element contains everything*/
.page{
    
	width:750px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}

/*Preview box*/
.review
{
	background-color: #FFF; 
	padding: 5px 10px 0px 10px;
	background-image: url(../../Media/Images/PreviewWatermark.gif);
	background-repeat:repeat;
	background-position: center center;
}

.auth-box
{
	margin: 10px 10px 0 0;
	float:right; 
	font-weight: normal;
}

.auth-box .loggedin
{
	color:#666;
	padding: 5px;
	font-size: 8pt;
	/*background: transparent url(loginBackground.gif) no-repeat top left;*/
	background-color: #FFF;
}

.header{margin:0;}
.header IMG.logo{margin: 0 0 0 15px;}
.header-bar
{
	background: #002651 url(HeaderBackground.gif) repeat-x top left;
	width: 100%;
	color: #FFF;
	border-top:solid 1px #004087;
}
.footer-bar{background-color: #002651; width: 100%; color: #FFF; clear:both;}
.copywrite{font-size: 8pt; padding: 3px 15px 3px 15px;}
.copywrite A
{
	background-color: transparent;
	color: #FFE400;
}


/*Basic Search Dialog*/
TR.stepnumber TD
{
	border-right: solid 2px #e0e8f0;
	text-align: right;
	padding:0 10px 0 0;
	background-color: #f0f4f8;
	font-size: 310%;
	font-weight: normal;
	color: #7f9db9;
}

TR.stepname TD
{
	border-right: solid 2px #f0f4f8;
	text-align: left;
	padding:2px 0px 2px 24px;
	background-color: #FFF;
	font-weight: bold;
	color: #000;
}

TR.step TD.choice{
	padding: 2px 4px 0 4px;
}

/*Navigational Elements*/
.breadcrumb{margin: 5px 0 10px 0; color: #888;}

.navigation{
	background-color: Transparent;
	margin-left: 15px;
	/*margin-top: 70px;*/
}
.navigation A
{
	background-color: Transparent;
	text-decoration: none;
	color: #004087;
}

.header-nav
{
    background: #002651 url(HeaderBackgroundLower.gif) repeat-x top left;
    width:100%;
    padding:0px;margin:0px;
}

.tab-left
{
	background: #FFE400 url(TabLeft.gif) no-repeat top left;
	border-bottom: solid 1px #000;

}
.tab-right
{
	padding:5px 15px 4px 15px;
	background: transparent url(TabRight.gif) no-repeat top right;

}
.tab-selected .tab-left
{
	border-bottom: solid 1px #FFF;
	background-color: #FFF;
	background-image: url(TabLeftSelected.gif);
}
.tab-selected .tab-right{background-image: url(TabRightSelected.gif);}

/*CMS areas*/
.content-item{
}
.content-item-editable{
	border: dotted 1px #CCC;
}
.content-item-hover{
	border: solid 1px #C00;
}

/*Dont show blue borders on linked images in CMS areas*/
.content-item A IMG,
.content-item-editable A IMG,
.content-item-hover A IMG
{
	border-style: none;
}


/*Dialog style input areas*/
.form {background-color: #E0E8F0; float: left; margin-bottom: 1em;}
.form .content{padding: 5px;}
.form .header{background: #FFE400 url(TopRightCornerLight.gif) no-repeat top right; border-bottom: solid 1px #7f9db9;}
.form .footer{background: #FFE400 url(BottomRightCornerLight.gif) no-repeat bottom right; border-top: solid 1px #7f9db9;}
.form .header .content
{
	border-style: none;
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	background: transparent url(TopLeftCornerLight.gif) no-repeat top left;
}
.form .footer .content
{
	border-style: none;
	padding: 3px 5px 3px 5px;
	background: transparent url(BottomLeftCornerLight.gif) no-repeat bottom left;
}

/*Blue sidebar with blue backgrounds*/
.sidebar
{
	float:right;
	width: 310px;
	display:inline;
	background: #E0E8F0 none repeat scroll 0%; /*#E0E8F0;*/
	margin:0 0 1em 15px;
}

.sidebar .header{width: 310px; height:9px; background: transparent url(sidebarTop.gif) no-repeat top left;}
.sidebar .footer{width: 310px; height:9px; background: transparent url(sidebarBottom.gif) no-repeat bottom left;}
.sidebar .content
{
    margin:10px 0 0 10px;
    overflow: hidden;
    width: 290px;
}

.sidebar H1, .sidebar H2, .sidebar H3, .sidebar A:link
{
    color: #037;
	border-color: #037;
	background-image: none;
}

/*Warning Box*/
.warning{
    overflow: visible;
    background-color: #FFD;
    background-image: url(/graphics/icons/16x16/error.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    border: solid 1px #FE0;
	padding: 2px 2px 2px 20px;
}

/**/
.information{
    overflow: visible;
    background-color: #FAFBFF;
    background-image: url(/graphics/icons/16x16/information.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    border: solid 1px #C4DDFF;
	padding: 2px 2px 2px 20px;
}


/**/
.contentbar{
	float:left;
	display:inline;
	width:410px;
	overflow:hidden;
}

/*Browse UI (Not used?)*/
/*
TABLE#browse{
	table-layout: fixed;
}
TABLE#browse TD{
	white-space:normal;
	padding: 5px 2px 5px 0;
}
TABLE#browse A{
	color:#007030;
}
TABLE#browse A.top-link{
	font-weight: bold;
	color: #003574;
}
*/

/*Validation*/
.validation-text DIV{
    color: #C00;
    font-weight: bold;
    overflow: visible;
    background-color: #FFD;
    background-image: url(/graphics/icons/16x16/error.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    border: solid 1px #FE0;
	padding: 2px 2px 2px 20px;
}

.validation-summary{
    color: #C00;
    font-weight: bold;
    overflow: visible;
    background-color: #FFD;
    background-image: url(/graphics/icons/16x16/error.png);
    background-repeat: no-repeat;
    background-position: 2px 2px;
    border: solid 1px #FE0;
	padding: 2px 2px 2px 20px;
}

.validation-summary UL{
    margin: .2em 0 .2em 20px;
    padding-left: 0;
}

.validation-summary UL LI{
    color: #444;
    font-weight: normal;
    margin-left: 0;
    padding-left: 0;
}

/*Calender*/
.calendar
{
	table-layout: fixed;
}

.calendar-title
{
	font-weight:bold;
	background-color: #FFF;
	border-style: none;
}

.day-header
{
	padding: 3px;
	font-weight: normal;
	border-style: none;
	background-color: #ffe400;
}
.day
{
    padding: 0 0 1px 0;
    vertical-align: top;
	border: solid 1px #7f9db9;
	background-color: #FFF;
}
.next-prev
{
	font-weight: normal;
	padding: 0 5px 0 5px;
}

.day-caption
{
    font-size: x-small;
    font-weight: bold;
    text-align: right;
	margin: 1px 1px 0 1px;
	display: block;
	background-color: #E0E8F0;
	text-decoration: none;
	padding:2px 2px 2px 0;
    color:#6a6a6b;
}

A.calendar-item:link, A.calendar-item:visited, A.calendar-item:hover
{
    clear:both;
	font-size: x-small;
	font-weight: normal;
	overflow: hidden;
	border: solid 1px #;
	color: #037;
	display: block;
	border: solid 1px #7f9db9;
	margin: 2px 2px 1px 2px;
	padding: 2px;
}

A.calendar-item:link, A.calendar-item:visited{
	text-decoration: none;	
}

A.calendar-item:hover
{
    background-color: #7f9db9;
    color: #FFF;
	text-decoration: underline;	
}

/*DynamicListBox*/
.dlb, .dlb-selected-org, .dlb-working{
    padding: 1px 1px 1px 18px;
}

.dlb-selected-org{
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left;
    background-image: url(/graphics/icons/16x16/building.png);
    padding: 1px 1px 1px 18px;
}

.dlb-working{
    color: #888;
}

.dlb-item, .dlb-item-hover{
    font: menu;
    padding: 1px 1px 1px 16px;
}

.dlb-item{
    color: WindowText;
    background-color: Window
}

.dlb-item-hover{
    color: HighlightText;
    background-color: Highlight;
}

/*Results in listing as returned by searches and the like*/
.results
{
    margin-top: 0.25em;
	position:relative;
	top:10px
}

.sidebar .results
{
    background-color: #FFF;
    padding: 5px 5px 0 5px;
    top:0px;
}

.results .item,
.results .disabled-item
{
    display: block;
	position:relative;
	padding-bottom: 5px;
	margin-bottom: .3em;
/*Removed by Martin as it looks damm shabby */
   /* border-bottom: solid 1px #E0E8F0;*/
    overflow: hidden;
}

.results .disabled-item .icon IMG{
    opacity: .5;
	filter: alpha(opacity=50);
}

.results .item .icon,
.results .disabled-item .icon
{
    width: 45px;
	top: 0;
	left: 0;
	text-align: center;
	position: absolute;
	overflow: hidden;
}

.results .item .icon-label,
.results .disabled-item .icon-label{
    font-weight: bold;
    font-size: 6pt;
    color: #666;
}

.results .disabled-item .icon-label{
    color: #BBB;
}

/*Wrapper around all the text elements*/
.results .item .details,
.results .disabled-item .details
{
    margin: 1px;
	padding-left: 50px;
}

.results .disabled-item .details{
    color: #888;
}

/*Title*/
.results .item .title, 
.results .item .title A:link,
.results .item .title A:visited
{
	font-weight: bold;
	color: #037;
}

.results .disabled-item .title, 
.results .disabled-item .title A:link,
.results .disabled-item .title A:visited
{
	font-weight: bold;
	color: #79B;
}

/*Description*/
.results .item .description
{
    color: #000;
}

.results .disabled-item .description
{
    color: #888;
}

.results .item .actions,
.results .disabled-item .actions
{
    float: right;
    font-size: 8pt;
    margin: 2px 0 2px 0;
    padding-left: 5px;
}

/*Additional blah that appears with the listing*/
.results .item .context IMG,
.results .item .actions IMG,
.results .disabled-item .context IMG,
.results .disabled-item .actions IMG
{
    vertical-align: middle;
}

.results .item .actions .action,
.results .disabled-item .actions .action{
    display: block;
    border-bottom: solid 1px #E0E8F0;
    margin-top: 2px;
    padding-bottom: 2px;
}

.results .item .actions .action A,
.results .disabled-item .actions A{
    text-decoration: none;
}

.results .item .context,
.results .item .context A:link,
.results .item .context A:visited
.results .item .actions,
.results .item .actions A:link,
.results .item .actions A:visited,
.results .disabled-item .context,
.results .disabled-item .context A:link,
.results .disabled-item .context A:visited
.results .disabled-item .actions,
.results .disabled-item .actions A:link,
.results .disabled-item .actions A:visited
{
    margin-right: .5em;
}

.results .item .context,
.results .item .context A:link,
.results .item .context A:visited
.results .disabled-item .context,
.results .disabled-item .context A:link,
.results .disabled-item .context A:visited
{
	color: #666;
}

.tag-cloud{
    text-align:center;
    vertical-align: middle;
    border: dotted 1px #c2c2c2;
}

.tag-cloud A:link, .tag-cloud A:visited{
    text-decoration: none;
    vertical-align: middle;
    padding: 3px;
    margin: 0 2px;
}

.tag-cloud A:hover{
    background-color: #E0E8F0;
    color: #F00;
}


.bold_text_and_indented 
{
	font-weight:bold;
	text-indent:10px;
}
.widget
{
	margin-top:12px;	
	background-color:#fff;
}
 .pnlFloatRight  
 {
 	margin-top:10px;
 	float:right;
 	width:120px;
 }
 
 .mapPanel {margin: 10px 0px 15px 0px;}
 /*.strapLine {font-weight:bold; font-style:italic; display:block; }*/
 
 .strapline { font-weight:bold; font-style:italic;  padding: 10px 0px 13px 0px; display:block;}
/*Used to separate information sections in the Organisation Page and Events Page*/
.pnlDetail {padding:1px 0 0px 0;}
.pnlDetail h2 { margin-bottom:-12px;}
.pnlDetail span{ margin-top:0px;}

/* Location Control Related CSS */

.locationItem
{
	padding-bottom:5px;
}

.locationPopup
{
	padding-bottom:5px;
}

.locationItem input.locationText
{
	width:300px;
}


.fn
{
    display: block;
}
abbr {  border-bottom:none;}

.location { font-weight:normal;}

/* Event Page Markup*/
.content-item ul { display:block;  list-style-position:outside; list-style-type:disc;  left : 0px;}
.content-item li { margin-left:0px;}
.content-item .required,.content-item .nonrequired {padding: 1px 0px 3px 0px; display:block;}

.eventDateAndTime {  font-weight:bold; /*border-bottom: solid 1px #007030;*/padding-bottom:10px;}

/*Org Page markup*/
.orgattrib {display:block;}

/*Make organisation attribute names bold and space them appropriately  */
.orgattrib .type {font-weight:bold;  padding: 1px 5px 1px 0px;}

/* 404 error page */
#ctl00_ContentMain_pnlSearch .searchButton { }
#ctl00_ContentMain_pnlSearch .searchBox { width:200px; }

/*Styles on the front page rh panel */

#ctl00_ContentMain_B2_pnlEmbedded h2 { border-bottom: solid 1px #073; }

#ctl00_ContentMain_B2_pnlEmbedded ul 
{   
  list-style-type:none;
 }

#ctl00_ContentMain_B2_pnlEmbedded ul > li 
{  
background-image:url('/graphics/icons/16x16/bullet_yellow.png');
background-repeat:no-repeat;
padding-left: 16px;
margin-left: -30px;
}
    
#ctl00_ContentMain_B2_pnlEmbedded ul > li > a 
{ 
    color: #073;
    font-size: 1.2em; 
    text-decoration:none;
    font-weight:bold;
    }
        
#ctl00_ContentMain_B2_pnlEmbedded ul > li > a:hover
{ 
    color:Maroon;
    text-decoration:underline;
    }