﻿/* =========================================
    Global Styles for UNITY software v2.0
	Sept 2009
    Win ie6/ie7/safari3.2/opera9.62/ff3.0.4
    Mac safari/3.2.1/ff3.0.8
   ========================================= */   
																/* comment column */  
* { 
	margin: 0; 
	padding: 0; 
    }

html { 
	height: 100%;
    }

body { 
	height: 100%;
	width: 100%; 
	position: absolute;
	color: #333333;
	font-family: Arial, Tahoma, Helvetica,"Lucida console", "lucida grande", sans-serif; 
    line-height: 18px;  
	font-size: 62.5%; 
    }

body#colour {
	background-color: #9696c0;									/* 9696c0 prevents HTML editors from picking up colour, so they have a white background */
	}

header, section, article, nav, aside, footer {
	display: block;												/* html5 elements */
    }

h1 { 
	font-size: 26px; 
	font-weight: 400;
	line-height: 26px;
	padding: 15px 0 10px 0; 
	margin-bottom: 8px; 
    }
 
h2 { 
    font-size: 20px; 
	font-weight: 400;
	padding: 5px 0;
	color: #000000;  
    }

h3 { 
    font-size: 18px; 
	font-weight: 400;
	padding: 0.2em 0 0.8em 0;
	color: #333333; 
    }

h4 { 
	font-size: 16px; 
	font-weight: 600; 
	padding-top: 4px; 
	padding-bottom: 1px;
	color: #00397f;
    }

h5 { 
	font-size: 12px; 
	font-weight: 600; 
	padding-top: 10px;  
	color: #000000;
    }
																  
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: 3px 20px 3px 10px;
	font-size: 12px;
	color: #F2F2F2;
	background-color: #000099;
	border:1px solid #000066;
	}

table.data td {
	padding:1px 10px;
	color: #333333;
	background-color: #F9F9F9;
	border:1px solid #EEEEEE;
	}
	
legend { 
	padding: 5px; 
	font-style: italic;
	color: #999999;  
	background-color: #FFFFFF;
    }

dl { 
	width: 100%;
    }

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; 
    }

option {
	padding: 0 5px;
	}


/* links ================================================== */

a:link,
a:visited { 
	color: #4A4980; 
	text-decoration: underline;
	outline: none;
    }       

a:focus {														/* highlights current focus */
	color: red; 
	/*border:2px solid red;*/
	}

a:hover,
a:active  { 
	color: #7D7C7A; 
	text-decoration: underline;
	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: #666666; 
	}

.popupTooltip {
	cursor:hand;
	cursor: pointer;
	}


/* buttons ================================================ */

.blankButton {  
    width: 88px; 
	height: 25px; 
	padding-bottom: 3px;	
	font-family: Verdana; 
	cursor: hand;
	/*background-image: url(../gfx/button.gif) transparent no-repeat top left;*/
	color: white; 
    } 

.blankButton-long {  
    width: 40px; 
	height: 25px; 
	padding-bottom: 3px;	
	font-family: Verdana; 
	cursor: hand;
	/*background-image: url(../gfx/button.gif) transparent no-repeat top left;*/
	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 */ 
	}


/* tame rad tree ========================================== 

.RadTreeView_Default, .RadTreeView_Default a.rtIn, .RadTreeView_Default .rtEdit .rtIn input { 
color:#DDDDDD;
font-family:"Segoe UI",Arial,sans-serif;
font-size:12px;
line-height:12px !important;
}
.rtLI  { padding:0 !important; margin: 0 !important; }
div.rtTop { padding:0 20px !important; margin: 0  !important; }
.rtLI span, div.rtMid {}*/