﻿.pageBody
{
	font-weight: normal; 
    font-size: 8pt;     
    font-family: Verdana, Sans-Serif, Arial;
}

.panelHeader
{
   background-color: #2F5675; 
    font-weight: bold; 
    font-size: 8pt; 
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
	background-repeat: repeat-x;
	width:100%;
}


.titleBanner
{
	display: block; 
	background-color: #95c1e8;
	background-image: url(images/TitleBanner.jpg);
	background-repeat: no-repeat;
	font-weight: bold; 
	font-size: 	small; 
	font-family: Verdana, Sans-Serif, Arial;
	color: #666666;
}

.taskbarMenu
{
    background-color: #2F5675; 
    font-weight: bold; 
    font-size: 8pt; 
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
	background-image: url(images/blue-gradient-30x1.gif);
	background-repeat: repeat-x;
}


.titleBar 
{
    background-color: #2F5675; 
    font-weight: bold; 
    font-size: 8pt; 
    color: white; 
    font-family: Verdana, Sans-Serif, Arial;
	background-image: url(images/blue-gradient-24x1.gif);
	background-repeat: repeat-x;
}


.roundedCorners
{ 
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    padding:0px 3px 0px 3px;
    /* Atenção isto tem de ser assim devido ao facto do url do Behaviour ser relativo à pagina actual e não ao stylesheet*/
}


.modalBackground
{
      background-color: gray;
      filter: alpha(opacity=60);
      opacity: 0.6;
}
 
.modalPopup
{
	background-color: #EAEAEA;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 18px 10px 20px 10px;	
	width: 350px;
	height: 80px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
	line-height:2em;
    font-family:Verdana;
    text-align:center;    
}

.loginOptions
{
	background-color: White;
	border:solid 1px Gray;
	padding:4px 15px 4px 15px;
	line-height:24px;
}

.loginOptions a
{
	color:#444444;
}

