﻿@import url("optimo_package_controls_tables.css");
/*
body
{
	color: #333333;
	font-family: Arial,Tahoma,Verdana,Helvetica,sans-serif;
	font-size: 65%;
}
*/
.TableRowheight td
{
	height: 30px;
}
.headingOne, h1
{
	color: #E23537;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.8em;
	font-variant: small-caps;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 10px 0px;
	
}
#innerTitle
{
	width: 804px;
	height: 33px;
	background: url(images/innerTitleDots.gif) bottom repeat-x;
	clear: left;
}
#innerHeading
{
	float: left;
	width: 400px;
	padding: 0 0 0 14px;
}
.headingTwo, h2
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.2em;
	font-weight: 800;
	margin: 0;
	padding: 5px 0 15px;
}

.headingThree, h3
{
	color: #407C44;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: 800;
	margin: 0;
	padding: 5px 0 12px;
}

.CalenderTitleStyle
{
	border-style: none;
	background-color: #ECE9D8;
}
/* GRID */

.validationError
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-variant: normal; /*text-transform: capitalize;*/
}
.GridViewStyle
{
	border: none;
	padding: 4px;
}

.GridViewStyle a
{
	color: #008457;
}

.GridViewHeaderStyle th
{
	border: none;
	background-color: #C4B18F;
}
.GridViewHeaderStyle td
{
	border: none;
}
.GridViewHeaderStyle
{
	background-color: #B79C71;
	font-weight: bold;
	color: White;
	height: 30px;
}

.GridViewFooterStyle
{
	border-style: none none solid none;
	background-color: #5D7B9D;
	font-weight: bold;
	color: White;
	height: 30px;
	border-left-width: thin;
	border-left-color: #FF9900;
}

.GridViewRowStyle
{
	border-style: none;
	border-bottom: none;
	border-top: none;
	background-color: #f1e8d9; /*color: #333333;*/
	height: 30px;
}

.GridViewAlternatingRowStyle
{
	background-color: #FFFFFF; /*color: #284775;*/
	height: 30px;
}

.GridViewRowStyle td, .GridViewAlternatingRowStyle td
{
	border: none;
}

.GridViewSelectedRowStyle
{
	background-color: #E2DED6;
	font-weight: bold;
	color: #333333;
	height: 30px;
}

.GridViewPagerStyle
{
	background-color: #284775;
	color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
	margin: 0 auto 0 auto;
}

/*Buttons */
.btn
{
    background-position: url(images/internal/btn_bg.gif) repeat-x;
    width: 122px;
    height: 24px;
    padding: 10px 0 0 0;
    padding: 2px 0 2px 0; /*display: block;	float: right;*/
    text-align: center;
    background: url(images/internal/btn_bg.gif) repeat-x;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 9px;
    border: 1px solid #CE0000;
    font-weight: bold;
    margin: 0 2px 2px 0;
    line-height: 16px;
    cursor: pointer;
}
.btnDisabled
{
	background-position: url(images/internal/btn_bg.gif) repeat-x;
	width: 122px;
	height: 24px;
	padding: 10px 0 0 0;
	padding: 2px 0 2px 0; /*display: block;	float: right;*/
	text-align: center;
	background: url(images/internal/btn_bg.gif) repeat-x;
	text-decoration: none;
	color:#fff;
	text-transform: uppercase;
	font-size: 9px;
	border: 1px solid #65411a;
	font-weight: bold;
	margin: 0 2px 2px 0;
	line-height: 16px;
	cursor: pointer;
}
.btn:hover
{
	background: url(images/internal/btn_bg_ovr.gif) repeat-x;
	color: #FFFFFF;
}
.btnDisabled:hover
{
	background: url(images/internal/btn_bg_ovr.gif) repeat-x;
	color: #996633;
}
.textBox
{
	/*color: #666666; 	font-family: Arial,Helvetica,sans-serif; 	font-size: 10px; 	padding-bottom: 2px; 	padding-left: 0; 	padding-right: 0; 	padding-top: 2px; 	 */
	width: 200px;
}
.textBoxError
{
	border: 3px solid #FF0000;
}
/* Validation message styles */
.ValidationMessage
{
	color: Red;
}
.ValidationIndicator
{
	color: Red;
	font-weight: bold;
}

.content
{
	text-align: center;
}

.ProcessValidation
{
	color: #008B45;
	font-weight: bold;
	font-size: small;
}


/* UpdateTemplate*/

.TransparentGrayBackground
{
	position: fixed;
	top: 0;
	left: 0;
	background-color: #B6B6B6;
	filter: alpha(opacity=70);
	opacity: 0.7;
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%;
}

.PageUpdateProgress
{
	background-color: #CF4342;
	color: #fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	bottom: 50%;
	left: 45%;
}

