/* Castrol main site Css */


.Inline
{
	display:inline;
}

.ReadOnly
{
	color: #FF0000;
	font-size:0.75em;
}
.QuickHelp              {font-weight:bold; color:#FF5500; cursor:help;}
.WarningText
{
	color: #FF0000;
}

.SearchHeader
{
	font-weight:bold;
	width:100px;
	font-size:0.75em;
	COLOR: #666666;
}
.SearchBox {
background-color:#FFFFFF;
color:#000000;
display:inline;
font-size:0.75em;
height:auto;
margin:0;
padding:0;
width:150px;
}

.TableSepLine
{
	border-right: solid 1px #6D6E71
}

.GoAnchor {
background-color:#007B32;
border-color:#CCCCCC #333333 #333333 #CCCCCC;
border-style:solid;
border-width:1px;
color:#FFFFFF;
cursor:pointer;
display:inline;
font-size:0.75em;
font-weight:bold;
padding-left:4px;
padding-right:4px;
text-transform:uppercase;
margin-left:5px;

}

.Button, .Button:link, .Button:visited, .Button:hover, .Button:active
{
	color:#ffffff; 
	background-color: #007b32; 
	border-color:#C7E2D1; 
	font-family:Arial,Helvetica,sans-serif; 
	border-width:1px;
	margin-top:5px;

	
}




.ErrorPanel {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#EDB9B1;
    background-image:url(../images/error-16x16.gif);
    background-position:5px;
    background-repeat:no-repeat;
    border:1px solid #BB8888;
    color:#990000;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:10px;
    padding:5px 5px 5px 28px;
}

.ErrorLabel
{
	font-size: .75em;
}
.LeftBoxSpacer
{
	font-size:0px;
	height:0px;
}
.RightBox
{
	background:#F4F4F4;
	border:1px solid #DFDFDF;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:10px;
	
	width:150px;
}

.Success {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#CDF6CD;
    background-image:url(../images/success-16x16.gif);
    background-position:5px;
    background-repeat:no-repeat;
    border:1px solid #029B00;
    color:#006600;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:10px;
    padding:5px 5px 5px 28px;
}

.Warning {
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    background-color:#FFE9B2;
    background-image:url(../images/icon_warning-small.gif);
    background-position:5px;
    background-repeat:no-repeat;
    border:1px solid #D9B04C;
    color:#915A15;
    font-weight:bold;
    margin-bottom:20px;
    margin-top:10px;
    padding:5px 5px 5px 28px;
}

.MultipageBorder
{
	border: solid 1px #8FC4C1;
}
.RowSpacer,.RowSpacer td
{
	
	border:0px white;
	background-color:White;
	font-size:5px;
}
.Green
{
	color:Green !important;
}

.GridLink .Green
{
	font-size:12px !important;
}
.HighlightCell
{
	/*aborder:1px solid #DFDFDF;*/
	color:#000000;
	background:#F4F4F4;
	margin-bottom:5px;
	
}
.HighlightCell td
{
	padding-bottom:5px;
}
.HighlightBox {
background:#F4F4F4 url(img/homepage_dir_bg.jpg) no-repeat scroll left top;
border:1px solid #DFDFDF;
color:#000000;
display:block;
height:auto;
/*width:236px;*/
}

.HighlightBox a
{
	color:#007B32;
}


.HighlightBoxInside {
padding-left:5px;
margin-top:2px;
}

/* Developer Block */
.DevPanelHeader
{
	border-style: solid;
	border-width: 1px;
	background-color: #F2F2F2;
	padding-bottom: 10px;
	font-weight:bold;
}

.DevPanelMain
{
	margin-top: 10px;
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
}

.Code
{
	border: solid 1px blue;
	background-color: White;
	margin-top: 5px;
	padding: 2px;
	width: 400px;
	margin-left:10px;

}

.DevNote
{
	border: solid 1px red;
	background-color: #FFFFCC;
	color: #800080;
	font-size: 12px;
	width: 400px;
	padding: 5px;
	margin:5px;
}
