﻿html, body
{
	width: 1111px;
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	border: 0 0 0 0;
	margin: 0 0 0 0;
}
/* The "height" above is a hack for IE5+/Win. Below we adjust it using the child selector to hide from IE5+/Win*/ 
html>body, html>body #content 
{
	height: auto;
}
 /* Without this, Moz1.0 adds a vertical scrollbar*/
body 
{
      padding:0px 0px 0px 0px;
}

form
{
    border:solid 1px black;
    min-width:800px; /* stops images wrapping */
    width:99%;
}

.header
{
    padding:0px 0px 0px 0px;
}
.header:hover
{
    cursor:pointer;
}    

/* Menu -start */
.menu
{
    width: 175px;
    padding:0px 0px 0px 0px;
    vertical-align: top;
}
.menu a
{
    width:100%;
    #display:block;
}

.menu_static1
{
    width:100%;
    #display:block; /* hack for IE */
    border-bottom: solid 1px black;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;    
    padding: 0px 0px 0px 2px;
	height:27px;
	line-height:27px;	
 }
.menu_static2
{
    width:100%;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #D1D1D1;
    text-decoration: none;
    padding:0px 0px 0px 0px;
	height:27px;
	line-height:27px;
	border-bottom: solid 1px #FFFFFF;
}
.menu_static2_hover    
{
    width:100%;
    text-decoration:none;
    background-color:#616161;
    cursor:pointer;
}

.menu_dynamic1
{
    display:block;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #FFFFFF;
    background-color: #D1D1D1;
    text-decoration: none;
    padding: 0px 0px 0px 0px;
    height:20px;
	line-height:20px;
	width:175px;
	text-indent:5px;
 }

.menu_dynamic1_hover
{
    width:100%;
    display:block;
    text-decoration:none;
    background-color:#616161;
    cursor:pointer;
}

.menu_hover
{
    background-color: #D1D1D1;
}

.menu_selected
{
    background: url(/imaghes/menu_selected.gif) repeat;
    font-family: Verdana, Arial,Geneva, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
 }

a.menu_selected:link		{text-decoration:none; color: #000000;}
a.menu_selected:active		{text-decoration:none; color: #000000;}
a.menu_selected:visited		{text-decoration:none; color: #000000;}
a.menu_selected:hover		{text-decoration:none; color: #000000;}

.sitemap
{
    height:100%;
    display:block;
    padding: 0px 0px 0px 5px;
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 7pt;
    color: #FFFFFF;
    height:15px;
    background-color: #D1D1D1;
    vertical-align:middle;
}
.sitemapNode
{
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 7pt;
    color: #494949;
    text-decoration: none;
}
a.sitemapNode:link   {text-decoration:none;color: #000000}
/* Menu -end */

/* Header - start */
.header .topBar
{
    background: #000000 url(/images/par_topBarCorner.jpg) no-repeat right;
    height:10px;
    padding:0px 0px 0px 0px;
    /*margin-right:10px;*/
}

.header .PARLogo
{
    padding:20px 20px 20px 20px;
    float:left;
}

.header .imageHome
{
    float:right;
    /*padding-right:10px;*/
}

.header .bottomBar
{
    background-color:#E40022;
    height:5px;
    padding:0px 0px 0px 0px;
    /*margin-right:10px;*/
}
/* Header - end */

/* Content -start */
.content
{
    padding:0px 0px 0px 0px;
    /*margin-right:10px;*/
    /*border-right:solid 1px #B7B7B7;*/
}

.contentMenu
{
    vertical-align:top;
}

.contentLogo
{   
    float:left;
    padding-top:25px;
    vertical-align:bottom;
    padding:20px 15px 5px 20px;
}

.contentBody
{
    padding-left:5px;
    vertical-align:top;
    overflow:auto;
    width: 920px;
}

.contentPage
{
    padding:0px 0px 0px 0px;
    vertical-align:top;
    width:100%;
}

.contentText
{
    padding-right:13px;

}

.text
{
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
}

div.row 
{
	clear: both;
	display:block;
	width:380px;
}

div.row span.col1
{
    padding-left:20px;
	float: left;
	width: 105px;
	text-align: left;
}

div.row span.col2
{
	float: right;
	width: 250px;
	text-align: left;
}

.errorIndicator
{
    vertical-align:top;
    color:#E40022;
}

.textBox
{
    width:320px;
}

.buttonStyle
{
	background:#FFFFFF url(../graphics/btn_background.png);
	background-color:#FFFBFF;
	border:1px solid #CCCCCC;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	font-size:8pt;
	font-family:Verdana;
	color:#A6A6A6;
}

.buttonStyle:hover
{
	background-color:#EFEFEF;
	color:#000000;
	cursor: pointer;
}
/* Content -end */



/* Hompage image bar -start */
.hpImageBar
{
    background-color:#B7B7B7;
    width:920px;
    padding:0px 0px 0px 0px;
    border-bottom:solid 1px #FFFFFF;
    display:table;
}

.hpImageBar img
{
    padding:0px 0px 0px 0px;
    border-right:solid 3px #FFFFFF;
    float:left;
}
/* Hompage image bar -end */

/*Footer -start */
.footer
{
	float: none;
	clear: both;
	padding: 10px 20px;
	border-top: 1px dotted #999;
}

.footerTopBar
{
    height:5px;
    background-color:#636363;
    /*margin-right:10px;*/
}

.footerContent
{
    height:45px;
    background-color:#7E7E7E;
    /*margin-right:10px;*/
}

.footerBottomBar
{
    background-color:#E40022;
    height:10px;
    padding:0px 0px 0px 0px;
    /*margin-right:10px*/
}
.copyright
{
    font-family: Verdana;
    float:right;
    text-align:right;
    vertical-align:top;
    color:#D1D1D1;
    font-size:8pt;
    padding-right:5px;
}
.footerText
{
    font-family: Verdana;
    float:left;
    text-align:left;
    vertical-align:top;
    color:#D1D1D1;
    font-size:8pt;
    padding-right:5px;
}
/*Footer -end */

/* ticker -start */
.ticker-container 
{
    font-family: verdana;
    font-size: small;
    vertical-align:text-top;
    position:relative;
    overflow:hidden;
    height:118px;
    width:250px;
    color: #ffffff;
    font-weight: bold;
    background-color: #B7B7B7;
    padding: 2px 2px 2px 2px;
    margin: 0px 5px 5px 5px;
    float:right;
}

.ticker-scroll-limits
{
    margin-top: 5px;
    position:relative;
    overflow:hidden;
}

.ticker 
{
    vertical-align:text-bottom;
    position:relative;
    width:250px;
}

.ticker ul 
{
    padding:0;
    margin:0;
    list-style-type:none;
}

.ticker ul li 
{
    display:list-item;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-top: 1px;
    padding-bottom: 1px;
    font-family: verdana;
    font-size: x-small;
    font-weight: normal;
    color: #494949;
    padding-left: 2px;
}

.ticker ul li a 
{
    font-family: verdana;
    font-size: x-small;
    font-weight: normal;
    color: ;
    text-decoration: none;
    padding-left: 2px;
}
        
.ticker ul li a:hover 
{
    font-family: verdana;
    font-size: x-small;
    color: ;
    text-decoration: none;
    padding-left: 2px;
}
/* ticker -end */