﻿/* ===========================================================
    Global Styles for UNITY software v2.2
	Feb 2010
    Win ie6 / ie7 / safari3.2 / opera9.62 / ff3.0.4
    Mac safari4.0.4 / ff6 / chrome5.0.307.9 Beta / Opera10.10
   ============================================================ */   
																/* comment column */  
/* purple: color: #56005C;
   pink: color: #FC045C;
   grey: color: #2E2828; 
   grey light contrast: #8A908D; */

* { 
	margin: 0; 
	padding: 0; 
    }

html { 
	height: 100%;
    }

body { 
	height: 100%;
	width: 100%; 
	position: absolute;
	color: #2E2828;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica,"Lucida console", "lucida grande", sans-serif; 
    line-height: 18px;  
	font-size: 62.5%; 
    }
																 
body#colour {
	background-color: #2E2828;								    /* prevents HTML editors from picking up colour, so they have a white background */
	}
            
div#siteBGImage {                                               /* background image for whole site */                            
    background: url(/Brand/gfx/bgGrad.gif) transparent repeat-x top left;
    width: 100%;
    padding-bottom: 20px;
    float: left;
    }

body#signInColour {
	background-color: #f7f7dd;
	}

header, section, article, nav, aside, footer {
	display: block;												/* html5 elements */
    }

h1 { 
	font-size: 26px; 
	font-weight: 400;
	line-height: 26px;
	color: #56005C;
	padding: 15px 0 10px 0; 
	margin-bottom: 8px; 
    }
 
h2 { 
    font-size: 18px;
    line-height: 22px; 
	font-weight: 400;
	padding: 5px 0;
	color: #2E2828;  
    }

h3 { 
    font-size: 15px; 
	font-weight: 600;
	padding: 2px 6px 2px 0px;
	color: #2E2828; 
    }

h4 { 
	font-size: 13px; 
	font-weight: 600; 
    padding: 0 0 6px 0;
	color: #2E2828;
    }

h5 { 
	font-size: 12px; 
	font-weight: 600; 
	padding-top: 10px;  
	color: #2E2828;
    }
																  
p, label, li, td, dt, dd {	 
	font-size: 12px;											/* sets text size site-wide */
    padding-bottom: 8px;
    }

th, td { 
	vertical-align: top; 
	}

ul { 
	list-style: none;											/* removes bullets */
    }

img { 
	border: 0;
	vertical-align: top;
    }

table.data {													
	padding:15px;												/* data tables - coloured horizontal headers */
	}

table.data th {
	padding: 6px 20px 6px 10px;
	font-size: 14px;
	font-weight: 400;
	color: #8A908D;
	background-color: #2E2828;
	border: 1px solid #2E2828;
	}

table.data td {
	padding:4px 10px;
	color: #2E2828;
	background-color: #F9F9F9;
	border: 1px solid #DDDDDD;
	}

table.data td.info {
    font-size: 11px;
    }

table.data td.altr {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    color: #2E2828;
    }
	
legend { 
	padding: 5px; 
	font-style: italic;
	color: #8A908D;  
	background-color: #FFFFFF;
    }

dl { 
	width: 100%;
	float: left;
    }

dt { 
	clear: both; 
	width: 100%; 
	/*padding: 10px 0 4px 0 !important; */
	float: left;
    }

dd { 
	clear: both;
	width: 100%;  
	float: left; 
    }

hr {
	color: #F2F2F2;
	}
																
.last { 
	border:0 !important;										/* apply to last item of menu item to remove border */ 
	}

.FontSize { 
	font-size: 10px; 
	}


/* input items ============================================ */

select { 
	width: 140px;
	padding: 1px; 
    } 

input { 
	padding: 2px 4px; 
	}

input[type=text] {												/* attribute selector */
	width: 140px; 
    }
 
input[type=checkbox] {											/* attribute selector */
	margin-right: 5px;
	margin-left: 5px; 
    }
    
input[type=radio] {												/* attribute selector */
	margin-right: 4px;
    }

option {
	padding: 0 5px;
	}


/* links ================================================== */

a:link,
a:visited { 
	color: #fb045a; 
	text-decoration: underline;
	outline: none;
    }       

a:focus {														/* highlights current focus */
	color: red; 
	/*border:2px solid red;*/
	}

a:hover,
a:active  { 
	color: #d4d716; 
	text-decoration: none;
	outline: none; 
    }    

nav a.selected { 
	font-weight: 600; 
	color: blue;
    }

nav a.selected:visited { 
	font-weight: 600; 
	color: blue;
    }


/* handy tools ============================================ */

.hideDiv { 
	display: none;												/* show and hide for javascript */
    } 

.showDiv { 
	display: block; 
    }

.curved {														/* add curves */
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	fbehavior:url('/Brand/htc/border-radius.htc');			 calls a dynamic HTML component for IE only */
	}

.captcha { 
	padding: 10px 0 5px 0; 
	}

#jumptoContent {												/* allows screen readers to bypass menus */
	position: absolute; 
	/*left:-999px; hide offscreen*/
	top:0; left:0;
	width: 120px;
	 }

.clear { 
	clear: both; 
	}

.anchor { 
	margin: 20px; 
	display: block;
	}

.info { 
	font-size: 12px; 
	color: #8A908D; 
	}

.popupTooltip {
	cursor:hand;
	cursor: pointer;
	}


/* buttons ================================================ */

a.blankButton:link,
a.blankButton:visited {  
    width: 105px; 
	height: 41px; 
	display: block;
	padding: 10px 0 0 20px;
	font-family: Verdana;
	font-size: 14px; 
	cursor: hand;
	float: left;
	color: white; 
	background: url(/Brand/gfx/blankButton.gif) transparent repeat-x top left;
    } 

a.blankButton:hover,
a.blankButton:active {  
	background: url(/Brand/gfx/blankButtonOver.gif) transparent repeat-x top left;
    } 


.blankButton-long {  
    width: 40px; 
	height: 25px; 
	padding-bottom: 3px;	
	font-family: Verdana; 
	cursor: hand;
	color: white; 
    } 
    
.commandButton {												/* buttons within edit/admin functions */
	padding: 20px; 
	float: left;
	display: block;
    }

.editButton {
	padding:2px 10px;
	float: right;
	}


/* errors =========================================== */ 
.caution { 
    width: 21px;
    padding: 5px 10px 0 5px;
    float: left; 
    }

.error { 
	font-weight: bold; 
	color: red; 
    }

.star {															/* enlarge asterisks when highlighting errors */
	font-size: 22px;
	font-weight: 600;
	}

.loading { 
	font-size: 110%; 
	color: green; 
	}

.errorBlock { 
	border: 1px solid #FF0000; 
	padding: 2px 10px;
	line-height: 24px;											/* ie fix */ 
	color: red;
	font-size: 12px;
	}
    
    
div#signIn { 
    width: 360px; 
    height: 280px;
    text-align: left;  
    position: absolute;
    top: 0;
    right: 0; 
    bottom: 0;
    left: 0;
    margin: auto; 
    border:5px solid #FFFFFF; padding:20px; 
    /*filter: aplha(opacity=65);opacity:0.65; -moz-opacity:0.65;*/ 
    background-color:#d4d716;  
    }
    
div#signIn dl { padding-left: 40px; }
div#signIn h1 { color: #dd1776; }    
    
    