﻿/*
'###############################################################################
'#
'# StyleSheet    : e-petitioner.css
'#
'#                 System style sheet - suplimentary e-petitioner formatting
'#
'# Created       : Mon 04 Jun 2007 16:50, by Nick Adams
'#
'# Last Modified : Mon 07 Jan 2008 14:49, by Peter Eland 
'#
'#                 Copyright (c) 2004 International Teledemocracy Centre
'#
'###############################################################################
*/

/* Specifications for menu link elements */ 
td.epet_menu{background: #f26725; color: #ffffff; font-weight:bold }

td.epet_menu a:link{color:#ffffff; text-decoration: underline;}
td.epet_menu a:visited{color: #ffffff; text-decoration: underline;}
td.epet_menu a:hover{color: #FFFFFF; background-color : #F03E26; text-decoration: none;} 
td.epet_menu a:active{color: #EEEEEE; background-color : #F03E26; text-decoration: none;} 

td.epta_menu{background: #ff0000; color: #ffffff; }

td.epta_menu a:link{color:#ffffff; text-decoration: underline;}
td.epta_menu a:visited{color: #ffffff; text-decoration: underline;}
td.epta_menu a:hover{color: #FFFFFF; text-decoration: none;} 
td.epta_menu a:active{color: #EEEEEE; background-color : #111111; text-decoration: none;} 

td.epta_menu_dark a:link{color:#222222; text-decoration: underline;}
td.epta_menu_dark a:visited{color: #222222; text-decoration: underline;}
td.epta_menu_dark a:hover{color: #0033ff; background-color : #EEEEEE; text-decoration: none;} 
td.epta_menu_dark a:active{color: #0033ff; background-color : #EEEEEE; text-decoration: none;} 


h1, h2, h3, h4 {font-size: 100%; font-weight: bold; color: #000000; font-family : Arial, Helvetica, sans-serif;}

.epet_error {
font-family: Arial, Helvetica, sans-serif; color: #ff0000; 
}

#epet_UserHeaderContainer {
width: 100%; float: left; padding: 0px; margin: 0px
}

#epet_MainPageContainer {
width: 100%; float: left; padding: 0px; margin: 0px
}

#epet_UserFooterContainer {
width: 100%; float: left; padding: 0px; margin: 0px
}

#epet_UserMenuContainer {
             float: left; padding: 0px; margin: 0px
}

#epet_ePetitionerContainer {
             float: left; padding: 0px; margin: 0px
}

#epet_ePetitionerMenuContainer0 {
width: 100%; float: left; padding: 0px; margin: 0px; margin-bottom: 5px
}

 #epet_ePetitionerMenuContainer1 {
width: 100%; float: left; padding: 0px; margin: 0px; margin-top: 5px
}

#epet_ePetitionerContentContainer {
width: 100%; float: left; padding: 0px; margin: 0px
}


.tableBorder {
	border: 1px solid #111111;
}


a.NavLink:hover {
	BORDER-RIGHT: #FFFFFF 1px solid;
	PADDING-RIGHT: 1px; 
	BORDER-TOP: #FFFFFF 1px solid; 
	PADDING-LEFT: 1px;  
	PADDING-BOTTOM: 1px; 
	BORDER-LEFT: #FFFFFF 1px solid; 
	PADDING-TOP: 1px; 
	BORDER-BOTTOM: #FFFFFF 1px solid;
}

a.BlackLink {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #222222;
	text-decoration: none;
}

a.GreyLink {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 90%;
	color: #444444;
	text-decoration: none;
}

.PercentageBar {
	background-color: #FFFFFF;
	margin: 1px;
	padding: 1px;
	height: 9px;
	width: 100px;
	border: 1px solid #000000;
}

.Highlight {
	BORDER-RIGHT: #FDF088 1px solid;
	PADDING-RIGHT: 1px; 
	BORDER-TOP: #FDF088 1px solid; 
	PADDING-LEFT: 1px;  
	PADDING-BOTTOM: 1px; 
	BORDER-LEFT: #FDF088 1px solid; 
	PADDING-TOP: 1px; 
	BORDER-BOTTOM: #FDF088 1px solid;
	BACKGROUND: #FFF4A4;
}
