﻿/* mac hide\*/
html, body {height:auto}
/* end hide */
body 
{
	padding: 10px 0px 0px 0px;
	margin: 0;
	text-align:center;
	min-width:760px;/* for mozilla*/
    background-color: #E4E4E4;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial;
}

body.window 
{
    padding: 0;
	margin: 0;
    background-color: #fff;
	color: #000000;
	font-size: 0.9em;
	font-family: Arial;
	min-width:400px;/* for mozilla*/
	
}

#outer
{
	/*height:100%;
	min-height:100%;*/
	width:750px;
	border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
	color: #000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  #fff url(../../assets/images/template/container-bg1.gif) repeat-y left center;
	position:relative;
}
 
/* html>body #outer{height:100%;} for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:750px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:750px;
	height:84px;
	background:#FFF;
	overflow:hidden;
	color: #000000;
	z-index:100;
	border-top: solid 1px #ccc;
}
#left {
	position:relative;/*ie needs this to show float */
	width:192px;
	float:left;
	padding-top:112px;/*needed to make room for header*/
	/*padding-bottom:32px; needed to make room for footer */
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}


#footer-container 
{
    font-size:0.8em;
	width:740px;
	clear:both;
	height:50px;
	background-color: #980F33;
	color: #fff;
	text-align:left;
	/*left:0;
	bottom:0;
	position: absolute;*/
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #ccc;

}
* html #footer-container {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/

#centrecontent 
{
	width:533px;
	min-height: 400px;
	height:auto !important; /* hack for IE6 */
    height:400px;
	float:right;
	padding-top:112px;
	/*padding-bottom:32px;/* needed to make room for footer */
	padding-right: 7px;
	padding-left: 0px;
	background-color: #fff;
}

#centre-spacer 
{
    padding-top: 50px;
}

#menu-bar
{
    z-index: 999;
    position:absolute;
	top:85px;
	left:0;
	width:750px;
	height:26px;
    background-color: #666;
    border-bottom: 1px solid #fff;   
    display: block;
    min-height: 25px;
}

#clearfooter 
{
    width:100%;
    height:0px;
    clear:both
} /* to clear footer */


/* My styles */

/* Fonts */
h1
{
    font-size: 125%;
    color: #000;
    font-weight: bold;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 10px;
}

h2
{
    font-size: 115%;
    color: #000000;
    font-weight: normal;
    line-height: 1em;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}

h3
{
    font-size: 105%;
    color: #666;
    font-weight: bold;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 10px;    
}

p, td
{
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 10px 0;
}


ul.list,
ul.list ul.list,
ul.list ul.list ul.list,
ul.list ul.list ul.list ul.list
{
    list-style-type: none;
}

ul.list li,
ul.list li li,
ul.list li li li,
ul.list li li li li
{
    font-size: 100%;
}

#aim-box
{
    width: 150px;
    text-align: center;
    /*border: solid 1px #000; 
    background-color: #fff;*/
    padding: 10px 10px;  
    margin: 0 10px;
}

#ima-box
{
	width: 150px;
    text-align: center;
    padding: 10px 10px;  
    margin: 0 10px;
}

#career-box
{
    width: 150px;
    text-align: center;
    border: solid 1px #000; 
    background-color: #fff;
    padding: 10px 10px;  
    margin: 0 10px;
}

#career-box span.career
{
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 10px 0;
    font-weight: bold;
}

span.red
{
    color: #980F33;
}

#window-content
{
    text-align: left;
}

#window-content li
{
    font-size: 0.9em;
    line-height: 1.2em;
}
	
fieldset
{
    padding: 10px;
}

legend
{
    font-size: 80%;
    font-weight: bold;
    color: #333;   
}

img.brochure, img.portrait
{
	border: 1px solid #ccc;
}

img.flag
{
	border: 1px solid #000;
}

img.portrait
{
    margin: 0px 10px 0px 0px;
}


#centrecontent li
{
    font-size: 0.9em;
    line-height: 1.2em;
    padding-bottom: 8px;
}

#centrecontent li.blank
{
    font-size: 0.9em;
    line-height: 1.2em;
    padding-bottom: 8px;
    list-style-type: none;
}

#centrecontent a
{
    color: #980F33;
    text-decoration: underline;
}

#centrecontent a:hover
{
    color: #333;
    text-decoration: underline;
}

#left h1 
{
    font-size: 90%;
    color: #333;
    font-weight: bold;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 5px;
}
#left a 
{
    color: #333;
    text-decoration: none;
}

#left a:hover
{
    color: #980F33;
    text-decoration: none;
}

#left p
{
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}

#left p.selected
{
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 10px 0;
    border-bottom: 1px solid #ccc;
}

#left .selected
{
    font-weight: bold;
}

#left ul
{
    padding-left: 20px;
    margin-left: 0px;
}
#left li
{
    font-size: 0.9em;
    line-height: 1.2em;
    padding-bottom: 5px;
    padding-left: 0px;
}

.header-image
{
    padding: 0;
    margin: 0;
}

.header-logo
{
    position: relative;
    left: 15px;
    padding: 0;
    margin: 0;
}

.home-image
{
    position: relative;
    padding: 10px 0px 0px 10px;
    float: right;
}

#home-image{
	position:absolute;
	bottom:60px;
	right:0;
	width: 295px;
	height: 168px;
}

hr
{
    color: #ccc;
    height: 1px;
    margin-bottom: 5px;
}

/* Navigation */

.NavItem
{
    font-size: 80%;
    background-color: #666;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    border-right: 1px solid #ccc;
}

.NavItem:hover
{
    font-size: 80%;
    background-color: #980F33;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}

.NavItem:selected
{
    font-size: 80%;    
    background-color: #980F33;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase; 
}

.NavItemEnd
{
    font-size: 80%;
    background-color: #666;
    color: #fff;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.NavItemEnd:hover
{
    font-size: 80%;
    background-color: #980F33;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
}

.NavItemEnd:selected
{
    font-size: 80%;    
    background-color: #980F33;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase; 
}
.NavItemSel
{
    font-size: 80%;
    background-color: #980F33;
    padding: 5px 5px 5px 5px;
    text-transform: uppercase;
}

.NavItemSubFocus
{
    background-color: #980F33;  
}

.NavItemFocus
{
    background-color: #980F33;
    font-size: 80%;
    padding: 5px 5px 5px 5px;
}

.NavItemExpanded
{
    font-size: 80%;
    background-color: #980F33;
    padding: 5px 5px 5px 5px;
}

.NavItem-sub
{
    min-width: 130px;
    font-size: 80%;
    background-color: #E4E4E4;
    padding: 3px 5px;
    border: solid 1px #666;
    border-top: none;
    text-decoration: none;
    color: #000;
    text-transform: lowercase;
}

.NavItem-sub-top
{
    min-width: 130px;
    font-size: 80%;
    background-color: #E4E4E4;
    padding: 3px 5px;
    border: solid 1px #666;
    text-decoration: none;
    color: #000;
    text-transform: lowercase;
}

.NavItem-sub:hover
{
    color: #000;
    font-size: 80%;
    background-color: #ECBEC6;
    padding: 3px 5px;
    border: solid 1px #666;
    border-top: none;    
    text-decoration: none;
}

.NavItem-sub-top:hover
{
    color: #000;
    font-size: 80%;
    background-color: #ECBEC6;
    padding: 3px 5px;
    border: solid 1px #666;
    text-decoration: none;
}


.NavItem-sub:selected
{
    font-size: 80%;    
    background-color: #ECBEC6;
    padding: 3px 5px;
}

/* Site map */
#site-map-container
{
    position: relative;
    top: 5px;
   font-size: 75%;
   margin: 0;
   margin-bottom: 15px;
   display: block;
   padding: 0px 5px 5px 0px;
}

#site-map-container a {
	text-decoration: underline;
	border: none;
	color: #666;
}

#site-map-container a:link {
	text-decoration: underline;
	border: none;
	color: #666;
}

#site-map-container a:visited {
	text-decoration: underline;
	border: none;
	color: #666;
}

#site-map-container a:hover {
	
	text-decoration: none;
	border: none;
	color: #980F33;
}

/* Footer */

#footer-container p {
	line-height: 1em;
	color: #fff;
	padding: 0px;
	text-align: right;	
}

#footer-container p.footercredits-left {
	position:absolute;
	left: 5px;
	bottom: 5px;
	line-height: 2em;
	color: #fff;
	padding: 0px;
	margin: 10px 0 0 0;
	text-align: left;
	float: left;
	width: 49%;	
}

#footer-container p.footercredits-right 
{
    position:absolute;
    right: 5px;
    bottom: 5px;
	line-height: 2em;
	color: #fff;
	padding: 0px;
	margin: 10px 0 0 0;
	text-align: right;	
	float: right;
	width: 49%;	
}

#footer-container a:link {
	text-decoration: none;
	border: none;
	color: #FFF;
}
#footer-container a:visited {
	text-decoration: none;
	border: none;
	color: #FFF;
}
#footer-container a:hover {
	text-decoration: underline;
	border: none;
	color: #FFF;
}
.footerlinks {
	list-style: none;
	padding: 0px;
	margin: 0 0 5px 0;
	display: block;
    text-align: right;
}
.footerlinks li {
	display: inline;
}

/* Forms / Buttons */

/* Form Themes */

.DataWebControlStyleButton
{
    font-size: 90%;
    background-color: #980F33;
    color: #ffffff;
    font-weight: bold;
    border: solid 1px #000000
}

.DataWebControlStyleButtonSmall
{
    font-size: 80%;
    background-color: #666;
    color: #ffffff;
    font-weight: bold;
    border: solid 1px #666;
}

.DataWebControlStyleButtonLarge
{
    font-size: 1.2em;
    background-color: #980F33;
    color: #ffffff;
    font-weight: bold;
    border: solid 1px #000000;
    padding: 10px;
    
}

.DataWebControlStyleFileUpload
{
    font-size: 95%;
    background-color: #ffffff;
    color: #000000;
    font-weight: normal;
    border: solid 1px #000000;
    width: 200px;
}

.DataWebControlStyleDropDown
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
}

.DataWebControlStyleDropDownMedium
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 200px;
}

.DataWebControlStyleListBox
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 150px;
}

.DataWebControlStyleListBoxMulti
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 150px;
    height: 100px;
}
.DataWebControlStyleListBoxLarge
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 300px;
}

.DataWebControlStyleTextBoxVerySmall
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 50px;
}

.DataWebControlStyleTextBoxSmall
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 75px;
}

.DataWebControlStyleTextBox
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 150px;
}

.DataWebControlStyleTextBoxLogin
{
    font-size: 90%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 140px;
}

.DataWebControlStyleTextBoxLarge
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 200px;
}

.DataWebControlStyleTextBoxVeryLarge
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 500px;
}

.DataWebControlStyleTextBoxMultiSmall
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 300px;
    height: 50px;
}

.DataWebControlStyleTextBoxMulti
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 300px;
    height: 75px;
}

.DataWebControlStyleTextBoxMultiLarge
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 300px;
    height: 125px;
}

.DataWebControlStyleTextBoxMultiVeryLarge
{
    font-size: 100%;
    background-color: #ffffff;
    color: #000000;
    border: solid 1px #000000;
    width: 400px;
    height: 250px;
}

.DataWebControlStyleTextBoxLogin
{
    font-size: 90%;
    background-color: #ffffff;
    color: #000000;
    width: 130px;
}

.DataWebControlStyleHyperlink
{
	text-decoration:underline;
	color:#093073;
	font-weight: bold;
}

.inputdesc
{
	font-weight: bold;
	text-align: left;
}

.inputtextshort
{
    border-right: 1pt solid;
    border-top: 1pt solid;
    border-left: 1pt solid;
    border-bottom: 1pt solid;
    width: 40px;
}

.inputtext
{
    border-right: 1pt solid;
    border-top: 1pt solid;
    border-left: 1pt solid;
    border-bottom: 1pt solid;
    width: 150px;
}

.inputtextlong
{
    border-right: 1pt solid;
    border-top: 1pt solid;
    border-left: 1pt solid;
    border-bottom: 1pt solid;
    width: 250px;
}

.inputtextmessage
{
    border-right: 1pt solid;
    border-top: 1pt solid;
    border-left: 1pt solid;
    border-bottom: 1pt solid;
    width: 250px;
	height: 100px;
}

.inputbutton
{
	background-color: #A1334F; 
	font-size: 12px;
	font-weight: bold; 
	color: #ffffff;
	border-color: #000033;
}

/* Message styles */

.PagerRow
{
    background-color: #eeeeee;    
}

.MessageHeader
{
    background-color: #aaa;
    text-align: center;
}

.MessageRow
{
    background-color: #ffffff;
    font-weight: bold;
    font-size: 90%;
}

.MessageRowRead
{
    background-color: #ffffff;
    font-weight: normal;
    font-size: 90%;
}

.MessageRowAlternative
{
    background-color: #f8f8f8;  
    font-weight: bold; 
    font-size: 90%; 
}

.MessageRowAlternativeRead
{
    background-color: #f8f8f8;  
    font-weight: normal;
    font-size: 90%;      
}

.MessageRowHighlightRead
{
    background-color: #E6AAB2;   
    font-weight: normal;        
    font-size: 90%;
    cursor: pointer;
}

.MessageRowHighlight
{
    background-color: #E6AAB2;
    font-weight: bold;               
    font-size: 90%;
    cursor: pointer;
}

.MessageRowAlternativeHighlightRead
{
    background-color: #E6AAB2;   
    font-weight: normal;        
    font-size: 90%;
    cursor: pointer;
}

.MessageRowAlternativeHighlight
{
    background-color: #E6AAB2;
    font-weight: bold;               
   font-size: 90%;    
   cursor: pointer;
   
 }

/* Misc*/

.ajax-panel
{
    margin-left: 0px;
    background-color: #F5F5F5;
}

#Help
{
    text-align: right;
    padding: 0px 5px 10px 0px;
    margin: -40px 0px 0px 0px;
}

h1.Help
{
    color: #000000;
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 5px 0px;   
}
.Warning
{
	color: red;
	font-weight: bold;
}

.small
{
	font-size: 11px;
}

.MessageAlert, A.MessageAlert
{
    color: #A1334F;
    font-weight: bold;
}

A:hover.MessageAlert
{
    color: #A1334F;
    font-weight: bold;
    text-decoration: none;
}

div.messagebody
{
    border: solid 1px #cccccc;
    width: 95%;   
    height: 100%;
    padding: 5px 5px 5px 5px;
    margin: 0px 0px 0px 0px;
    border-style: ridge
}

.MessageDetail
{
    margin: 5px; 
    width: auto;  
}


.DropDownSmall
{
    font-size: 90%;
    border: solid 1px #cccccc;    
}
#memberrow
{
    margin: 5px 5px 5px 5px;   
}

.MessageDescField
{
    display: block;
    background-color: #ccc;
    color: #666;
    padding-left: 10px;
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1pt #fff;
}

.MessageDataField
{
    background-color: #ffffff;
    text-align: left;
    border-bottom: solid 1pt #cccccc;
}

.SearchFilterRow
{
    background-color: #ffffff;
    text-align: left;
    border-bottom: solid 1pt #cccccc;  
    font-size: 95%;  
}

.SearchFilterRowHighlight
{
    background-color: #E6AAB2;
    text-align: left;
    border-bottom: solid 1pt #cccccc;    
    font-size: 95%;
}


td.DataLabel, td.HeaderLabel
{
    font-weight: bold;
    font-size: 90%;
}


/* Validation summary */


.ValSummaryLogin ul
{
    font-size: 80%;
    font-weight: normal;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* help pages */

body.help
{
    min-width: 350px;
    width: 350px;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

#help
{
    text-align: left;
}

#help-header
{
    position: absolute;
    background-color: #980F33;
	color: #fff;
	text-align:left;
	width: 100%;
}

#help-body
{
    position: relative;
    margin-top: 40px;
    background-color: #fff;
	color: #000;
	text-align:left;
	padding: 5px;
}

#help-icon
{
    text-align: right;
    padding: 0px 5px 10px 0px;
    margin: -40px 0px 0px 0px;
}

h1.help
{
    color: #fff;
    display: block;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 5px 0px;   
}

#help li
{
    font-size: 0.9em;
    font-family: Tahoma;
    line-height: 1.2em;
    padding-bottom: 8px;
}


/* Themes */

.RowMouseover
{
    background-color: #FEBEB5;
    cursor: pointer;
    font-size: 90%;
}


.RowStyleAlert
{
    background-color: #FFFF99;
}

.AlternatingRowStyleAlert
{
    background-color: #FCFCC2;
}


.EditRowStyle
{
    background-color: #FFFF66;
}

.RowStyle
{
    background-color: #fff;
    font-size: 90%;
}

.FooterStyle
{
    background-color: #666;
    font-size: 90%;
    font-weight: bold;
    color: #fff;
}
.AlternatingRowStyle
{
    background-color: #eee;
    font-size: 90%;
}

.HeaderRowStyle
{
    background-color: #A1334F;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    font-size: 90%;
}

.HeaderRowStyleAlt
{
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    line-height: 18px;
    font-size: 90%;
}
.PagerRowStyle
{
    background-color: #aaaaaa;
    color: #ffffff;
    font-size: 90%;
}


/* Alert Panel */

.alert-panel,
.alert-panel-red,
.alert-panel-green,
.alert-panel-yellow
{
    position: relative;
    font-size: 1.0em;
    text-align: left;
    max-width: 100%;
    padding: 0 10px;
    margin: 10px 0;
    display: block;
}

.alert-panel p,
.alert-panel-red p,
.alert-panel-green p,
.alert-panel-yellow p
{
    padding: 7px 0;
    margin: 0 0;
}

.alert-panel
{
    color: #333;
    background-color:#F5F5F5;
    border: 1px solid #DADADA;
}

.alert-panel-red
{
    color: #ff0000;
	border: 1px solid #ffaaaa;
	background-color: #ffeeee;
}


.alert-panel-green
{
	color: #008800;
	border: 1px solid #9fbe4c;
	background-color: #eeffcc;
}


.alert-panel-yellow
{
	color: #666600;
	background-color: #FCFFCC;
	border: 1px solid #CCCC33;
}


/* Window Help styles */


#window
{
    margin: 0;
    padding: 0;
}

#window-content
{
    position: relative;
    padding: 5px 0;
    margin: 0;
    width: 100%;
}

#window-content h1
{
    line-height: 1.2em;
    font-size: 1.4em;
    margin: 7px 0;
}

#window-content h2
{
    line-height: 1.2em;
    font-size: 1.2em;
    margin: 5px 0;
}

#window-content p
{
    line-height: 1.1em;
    padding: 5px 0;
    margin: 5px 0;
}

/* Vacancy */

.clear { clear: both; }

#vacancydetail
{
    padding: 5px;   
}

#vacancydetail h1
{ text-align: center; font-weight: bold; font-size: 1.6em; text-transform: capitalize;}

#vacancydetail p
{ font-weight: normal; font-size: 1.0em;}

#vacancydetail #leftcol
{ width: 49%; float: left; text-align: left; font-size: 1.0em;}

#vacancydetail #leftcol p
{ padding: 2px 0; margin: 0;}

#vacancydetail #rightcol
{ width: 49%; float: right; text-align: right; font-size: 1.0em;}

#vacancydetail #rightcol p
{ padding: 2px 0; margin: 0;}

#vacancydetail #short
{ padding: 5px 0; margin: 5px 0;text-align: left; font-size: 1.0em; border-top: solid 1px #ccc; color: #333;}

#vacancydetail #long
{ padding: 5px 0; margin: 5px 0;text-align: left; font-size: 1.0em; border-top: solid 1px #ccc; border-bottom: solid 1px #ccc;color: #000;}

#vacancydetail #short h2,
#vacancydetail #long h2
{ font-size: 1.0em; font-weight:bold; }
 
#vacancydetail #info
{ padding: 0; text-align: left;}

#vacancydetail #info p
{font-size: 0.9em; color: #666;}

#vacancydetail #apply { padding: 10px 0; text-align: center;}

#vacancydetail #apply input
{ padding: 10px; font-weight: bold; font-size: 1.2em;}

#vacancy
{
    padding: 5px 0;margin:0; border-bottom: solid 1px #ccc; 
}

#vacancy h1
{ font-size: 1.2em; font-weight: bold; padding: 0 0 5px; margin: 0;}

#vacancy h2
{ font-size: 1.0em; font-weight: bold; padding: 0; margin: 0; line-height: 1.2em;}

#vacancy p
{ font-size: 1.0em; font-weight: normal;padding: 3px 0; margin: 0;}

#vacancy #leftcol
{ width: 49%; float: left; text-align: left; font-size: 1.0em;}

#vacancy #leftcol p
{ padding: 0; margin: 0;}

#vacancy #rightcol
{ width: 49%; float: right; text-align: right; font-size: 1.0em;}

#vacancy #rightcol p
{ padding: 0; margin: 0;}

#vacancy #more
{padding: 2px 0 0; margin: 0;text-align: right; font-size: 0.9em;}

.VacancyGrid
{
    font-size: 1.0em;
}

.VacancyRowStyle
{
    background-color: #fff; font-size: 1.0em;
}

.VacancyAlternatingRowStyle
{
    background-color: #f8f8f8; font-size: 1.0em;
}

.VacancyPaging
{
    background-color: #ccc; font-size: 1.0em; font-weight: bold; color: #000;
}

.required
{
    color: #ff0000; font-weight: bold; padding-right: 5px;
}