body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	line-height: 20px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
}
input,select,textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

table{
	font-size: xx-small;
	line-height: 20px;
}
tr{
	vertical-align: top;
}
h1{
	display: inline;
	font-size: x-small;
	font-weight: bold;
}
div#Header{
	background-image: url(./images/wings.gif);
	height:120px;
	background-repeat: no-repeat;
	background-position: right;
}
div#TopPanel{
	background-image: url(./images/curve1.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #CCCCCC;
	margin-left: 204px;
	text-align: right;
	padding-right: 5%;
	height:20px;
}

div#PjaLogo{
	left: 10px;
	top: 10px;
	position: absolute;
}

div#Menu{
	width: 75%;
	position: absolute;
	height: 45px;
	left: 225px;
	top: 100px;
}

div#HeaderText{
	left: 400px;
	right: 5%;
	top: 26px;
	height: 45px;
	width: 50%;
	position: absolute;
	overflow: hidden;	
}

div#BlockUnderMenu{
	background-color: #BDC7E2;
	height: 20px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0E3193;
}


.LeftPanel{
	width:20%;
}
.RightPanel{
	width:20%;
}

div.Container{
	margin: 3px 1px 1px 3px;
}
div.ContainerTitle{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	width: 75%;
	font-size: 110%;
	font-weight: bold;
	
}
div.ContainerContent{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	padding: 10px 10px 0px;
}
a {
	color: #990000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
.rollover a {
	margin: 0px;
	display: inline;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	/*
	
	font-size: 80%;
	*/
	text-decoration: underline;
	padding: 1px 8px;
	font-weight: bold;
	text-decoration: none;
}

.rollover a:hover {
	background-color: #F8C4CD;
	border: 1px solid #000000;
}

.AlignTop{
	vertical-align: top;
}


.OuterTable{
	vertical-align: bottom;
	width: 100%;
}

.ImgNoMarg{
	margin: 0px;
	padding: 0px;
}

.bold{
	font-weight: bold;
}
.msg{
	font-weight: bold;
	color: #FF0000;
}

.BorderTop{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	height: 1px;
}
.BorderRight{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.validationmsg{
	line-height: 10px;
	color: #FF0000;
}

.cancelpos{
	float: left;
	display: inline;
}
.actionpos{
	float: right;
	display: inline;
}

.ColWidth
{
	width: 7%;
}
.colLine
{
	background-image: url(./images/line.gif);
	background-repeat: repeat-x;
	height: 1px;
}

.nowrap{
	white-space: nowrap;
}