﻿/*
Template Name: PlusBusiness
File: Layout CSS
Author: OS Templates
Author URI: http://www.os-templates.com/
Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
*/

@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(featured_slide.css);

/*-- disable that little x button on textboxes etc in IE10+*/
input[type=text]::-ms-clear { width : 0; height: 0; } ::-ms-reveal { width : 0; height: 0; }

body{
	margin:0;
	padding:0;
	font-size:13px;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#808080;
	text-align:center;
	}

img{display:block; margin:0; padding:0; border:none;}
.justify{text-align:justify;}
.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.nostart {list-style-type:none; margin:0; padding:0;}
.clear{clear:both;}
br.clear{clear:both; margin-top:-15px;}

a{
	color:#FFA500; /*#B2C629;*/	background-color:#FFFFFF;
	outline:none;
	text-decoration:none;
	}

.fl_left{float:left;}
.fl_right{float:right;}

.imgl, .imgr{border:1px solid #999999; padding:5px;}
.imgl{float:left; margin:0 8px 8px 0; clear:left;}
.imgr{float:right; margin:0 0 8px 8px; clear:right;}

/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper{
	display:block;
	width:100%;
	margin:0;
	text-align:left;
	}

div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{
	margin:0;
	padding:0;
	font-size:20px;
	font-weight:normal;
	line-height:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

.col1{color:#CCCCCC; background-color:#000000;}
.col2, .col2 a{color:#FFFFFF; 
background-color:#FFA500; /*#B2C629;*/	
}
.col3{color:#777777; background-color:#FFFFFF;}
.col3 a{color:#95AD19; background-color:#FFFFFF;}
.col4{color:#FFFFFF; background-color:#000000;}
.col4 a{color:#95AD19; background-color:#000000;}
.col5, .col5 a{color:#333333; background-color:#95AD19;}

/* ----------------------------------------------Generalise-------------------------------------*/

#header, #topbar, #homepage, #breadcrumb, #container, #footer, #copyright{
	position:relative;
	margin:0 auto 0;
	display:block;
	width:960px;
	}

/* ----------------------------------------------Header-------------------------------------*/

#header{
	padding:20px 0;
	z-index:1000;
	}

#header #logo{
	display:block;
	float:left;
	width:300px;
	overflow:hidden;	
	}
	
#header #logo a{
	background-color:transparent;
}
	
#header #logo img{
	opacity:0.3;
	filter:alpha(opacity=30); /* For IE8 and earlier */
	z-index:-1;
	position:absolute;
	width: 210px;
	height: 85px;
}

#header #logo h1, #header #logo p{
	margin:0;
	padding:0;
	line-height:normal;
	}

#header #logo h1{
	font-size:36px;
	text-transform:uppercase;
	}

#header h1 a{
	color:#FFA500; /*#B2C629;*/	
	background-color:#000000;
	}

/* ----------------------------------------------BreadCrumb-------------------------------------*/

#breadcrumb{
	padding:20px 0;
	}

#breadcrumb ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#breadcrumb ul li{display:inline;}
#breadcrumb ul li.current a{text-decoration:underline;}

/* ----------------------------------------------Content-------------------------------------*/

#container{
	padding:20px 0;
	}

#container h1, #container h2, #container h3, #container h4, #container h5, #container h6{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	border-bottom:1px solid #E7E6E6;
	}

/* ----------------------------------------------Homepage Block-------------------------------------*/

.homepage{
	display:block;
	width:100%;
	margin:15px 0 0 0;
	padding:0;
	}

.homepage ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.homepage li{
	display:block;
	float:left;
	width:300px;
	margin:0 30px 0 0;
	padding:0;
	}

.homepage li.last{margin-right:0;}

.homepage li h2{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 8px 0;
	font-weight:normal;
	line-height:normal;
	border-bottom:1px dotted #999999;
	}

.homepage li h2 img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #999999;
	}

.homepage p{
	margin:0 0 25px 0;
	padding:0;
	line-height:1.6em;
	}

.homepage p.readmore{
	display:block;
	text-align:right;
	line-height:normal;
	font-weight:bold;
	}

.homepage p.readmore a{
	padding:8px 15px 10px;
	color:#FFFFFF;
	background-color:#95AD19;
	}

/* ----------------------------------------------Content Block-------------------------------------*/

#content{
	display:block;
	float:left;
	width:600px;
	}

/* ------Comments-----*/

#comments{margin-bottom:40px;}

#comments .commentlist {margin:0; padding:0;}

#comments .commentlist ul{margin:0; padding:0; list-style:none;}

#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;}

#comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;}
#comments .commentlist li.comment_odd a{color:#95AD19; background-color:#F7F7F7;}

#comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;}
#comments .commentlist li.comment_even a{color:#95AD19; background-color:#E8E8E8;}

#comments .commentlist .author .name{font-weight:bold;}
#comments .commentlist .submitdate{font-size:smaller;}

#comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight: normal;text-transform: none;}

#comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;}

/* ----------------------------------------------Column-------------------------------------*/

#column{
	display:block;
	float:right;
	width:300px;
	}

#column .holder{
	display:block;
	width:300px;
	margin-bottom:20px;
	}

#column .holder p{
	line-height:1.6em;
	}

#column .holder h2.title{
	display:block;
	width:100%;
	height:65px;
	margin:0;
	padding:15px 0 0 0;
	font-size:20px;
	line-height:normal;
	}

#column .holder h2.title img{
	float:left;
	margin:-15px 8px 0 0;
	padding:5px;
	border:1px solid #666666;
	}

#column .holder p.readmore{
	display:block;
	width:100%;
	font-weight:bold;
	text-align:right;
	line-height:normal;
	}

#column div.imgholder{
	display:block;
	width:290px;
	margin:0 0 10px 0;
	padding:4px;
	color:#666666;
	background-color:#F7F7F7;
	border:1px solid #CCCCCC;
	}

/* ----------------------------------------------Footer-------------------------------------*/

#footer{
	padding:20px 0;
	}

#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#footer h2{
	margin:0 0 15px 0;
	padding:0 0 8px 0;
	font-size:18px;
	color:#CCCCCC;
	background-color:#000000;
	border-bottom:1px dotted #CCCCCC;
	}

#footer .box{
	display:block;
	float:right;
	width:250px;
	margin:0 0 0 25px;
	padding:0;
	}

#footer .box1{
	display:block;
	float:left;
	width:400px;
	line-height:1.6em;
	}

#footer .box1 .imgl{border:1px solid #CCCCCC; padding:5px; color:#FFFFFF; background-color:#000000;}

#footer .contactdetails li{
	margin:0 0 8px 0;
	}

#footer .flickrbox, #footer .flickrbox .wrap{display:block; width:260px;}
#footer .flickrbox .wrap .fix{clear:both;}
#footer .flickrbox .wrap .flickr_badge_image{display:block; float:left; margin:0 10px 10px 0; width:80px; height:80px;}
#footer .flickrbox .wrap #flickr_badge_image3, #footer .flickrbox .wrap #flickr_badge_image6{margin-right:0;}

/* ----------------------------------------------Copyright-------------------------------------*/

#copyright{
	padding:10px 0;
	}

#copyright p{
	margin:0;
	padding:0;
	}
	
/* -------------------------------------------Controls----------------------------------------*/

.MyTabStyle{margin:0;}
.MyTabStyle .ajax__tab_header
{
    display:block;
	padding:0 0 0 0;
	padding-bottom:0;
	font-weight:bold;	
	margin:0;
}

/* header standard */
.MyTabStyle .ajax__tab_header .ajax__tab_outer
{    	
    margin:0;		
	background-color:#333333;	
	border-radius:10px 10px 0 0;
}

.MyTabStyle .ajax__tab_header .ajax__tab_inner a
{    	
    margin:0;
	padding:8px 12px;	
	background-color:#333333;	
	border-radius:10px 10px 0 0;    
	color:#999999;
}

/* header hover */
.MyTabStyle .ajax__tab_hover .ajax__tab_outer
{    
    margin:0;
    background-color:#FFC14F;
    border-radius:10px 10px 0 0;
}

.MyTabStyle .ajax__tab_hover .ajax__tab_inner a
{    
    margin:0;
	padding:8px 12px;
	background-color:#FFC14F;
	color:#FFFFFF;
	border-radius:10px 10px 0 0;
}

/* header active */
.MyTabStyle .ajax__tab_active .ajax__tab_outer 
{
    margin:0;    
	background-color:#FFA500;
	border-radius:10px 10px 0 0;
}

.MyTabStyle .ajax__tab_active .ajax__tab_inner a
{    
    margin:0;
	padding:8px 12px;
	background-color:#FFA500;
	color:#FFFFFF;
	border-radius:10px 10px 0 0;
}

/* tab body*/
.MyTabStyle .ajax__tab_body
{
    
    margin:0;
    border: solid 1px #FFA500;
    border-top: 5px solid #FFA500;
    padding: 5px;
    border-radius:0 0 10px 10px;
}

        
.linkButton 
{    
	display:block;
	margin:0;
	padding:8px 12px;
	color:#ffffff;
	background-color:#333333;
}



.linkButton:hover, .linkButtonInline:hover
{
    color:#FFFFFF;
	background-color:#FFA500
}

.linkButtonInline 
{    
	display:inline;
	margin:0;
	padding:8px 12px;
	color:#ffffff;
	background-color:#333333;
}

.spendingApproved 
{    
	display:block;
	margin:0;
	min-height: 15px;
	padding:8px 12px;
	color:#ffffff;
	background-color:#33CC33;
	text-align:center;
	width:115px;
}



.spendingApproved:hover
{
    color: #FFFFFF;
    background-color: #31C131;
}

.spendingRequested
{
    display: block;    
    min-height: 15px;
    margin: 0;
    padding: 8px 12px;
    color: #ffffff;
    background-color: #FB7655;
    text-align:center;
    width:115px;
}



.spendingRequested:hover
{
    color: #FFFFFF;
    background-color: #FB6742;
}

.sitemap span a{background-color:transparent;}
.accordionHeader{border: 1px solid black; padding:10px 15px;padding-left:35px;color:White;font-weight:bold;
	background:#707070 url(../img/expand.png) no-repeat left center;margin-bottom:5px;}
.accordionHeader:hover{background-color:#FFA500; padding:10px 15px; padding-left:35px;font-weight:bold; color:White;}

.accordionHeaderSelected{background:#FFCC33 url(../img/collapse.png) no-repeat left center; padding:10px 15px; font-weight:bold; color:#707070;padding-left:35px;}
.accordionHeader img{float:left;width:15px;height:15px;margin-right:5px;}
.accordionHeaderSelected img{float:left;width:15px;height:15px;margin-right:5px;}

.accordionContent {overflow:scroll;}

.contentPanel{width:960px; 
            /*min-height:200px;*/
            background-color:#FFA500; 
            text-align:left;
		    margin:0 auto; 
		    padding:1px;
		    margin-top:20px;
		    
		    /*--------------- below css is for drop shadow browser compatibility --------------*/
	        -moz-box-shadow: 3px 3px 4px #000;
	        -webkit-box-shadow: 3px 3px 4px #000;
	        box-shadow: 3px 3px 4px #000;
	        /* For IE 8 */
	        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	        /* For IE 5.5 - 7 */
	        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	        /* --------------- ROUNDED CORNER BROWSER COMPATIBILITY ---------------------*/
	        -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px; /* future proofing */
            -khtml-border-radius: 6px; /* for old Konqueror browsers */
}
		    
.contentPanelcontent
{    
    /*min-height:198px;*/
    background-color:white;             
	margin:0 auto; 
	padding:5px;
	
	/* --------------- ROUNDED CORNER BROWSER COMPATIBILITY ---------------------*/
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px; /* future proofing */
    -khtml-border-radius: 6px; /* for old Konqueror browsers */
	
}

 .modalBackground  
 {
     position: absolute; 
     z-index: 100; 
     top: 0px; left: 0px; background-color: #000; filter: alpha(opacity=60); 
     -moz-opacity: 0.6; opacity: 0.6; }
     
 .modalPopup{
            background-color:white; 
            text-align:left;
		    margin:0 auto; 
		    padding:5px;		    
		    /*--------------- below css is for drop shadow browser compatibility --------------*/
	        -moz-box-shadow: 3px 3px 4px #000;
	        -webkit-box-shadow: 3px 3px 4px #000;
	        box-shadow: 3px 3px 4px #000;
	        /* For IE 8 */
	        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	        /* For IE 5.5 - 7 */
	        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	        /* --------------- ROUNDED CORNER BROWSER COMPATIBILITY ---------------------*/
	        -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px; /* future proofing */
            -khtml-border-radius: 6px; /* for old Konqueror browsers */
}