﻿body
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	background-color: lightsteelblue;
}

.sameWithBody
{
	font-size: 12px;
	font-family:Tahoma, Verdana, Arial;
	background-color: lightsteelblue;
}

.linkPagelink
{
	font-weight: bold;
	font-size: 12px;
	color: #ffff00;
}

.linkPageDot
{
	list-style-type: square;
	color: #ffffff;
}

input
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}

select
{
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
}



.onlyPadding
{
	padding-bottom:23px;	
}

.SmallSize
{
		font-size: 10px;	
}

.oilBarrel
{
	background-image: url(Images/oil_barrel3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.forOilbarrel
 {
	position:relative;left:48px;top:-5px;	
 }

.editArea
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	width: 98%;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	height: 99%;
}
.grayCounter
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.grayCounterWithPadding
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	padding:3px;
}
.messageDiv
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	background-color:white;

}
.justifyControl
{
	vertical-align: top;
	text-align: justify;
}
.linkButton
{
	border-right: thin outset;
	border-top: thin outset;
	border-left: thin outset;
	border-bottom: thin outset;
	background-color: buttonface;
	width:40px;
	text-align:center;
}
.linkStyle
{
	text-decoration:none;
}
a
{
	text-decoration:none;
}
.underlineElement
{
	text-decoration:underline;
}


.userLbl
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #CC0000;
	font-style: normal;
	letter-spacing: 1px;
}