﻿@import url("checkbox.css");
@import url("html-table.css");
@import url("instruction.css");
@import url("account.css");

@import url("rad-button.css");
@import url("rad-listbox.css");
@import url("rad-textbox.css");

@import url("RadGrid_Metro.css");
@import url("RadGrid_Sitefinity.css");

@import url("gray-background.css");




/* Required to have full-screen RadSplitter */
/*html, body, form */
body
{
	height:100%;
	margin: 0px;
	padding: 0px;
	font: normal 13px/1.5em "Segoe UI", Arial, sans-serif;
	color: #666666;
	border: 0px solid #000000;


	overflow-x: hidden!important;
	overflow-y: scroll!important; 

/*	
	background-image: url('../images/bg/bg-header.png'); 
	background-repeat: repeat-x; 
*/
}

h1 {font-size: 25px; line-height: 30px; border: 0px solid #000000; margin: 0px 0px 20px 0px; }
h2 {font-size: 20px; font-family: Segoe UI, Arial; line-height: 40px; font-weight: normal; margin: 0px 0px 20px 0px; color: #008FBF; color: #ff6600; }
h3 {font-size: 18px; font-family: Segoe UI, Arial; line-height: 30px; font-weight: 500;  margin: 0px; color: #ff6600; }
h4 {font-size: 15px; font-family: Segoe UI, Arial; line-height: 30px; font-weight: bold; margin: 0px; color: #ff9900;}
h5 {font-size: 17px; font-family: Georgia; font-weight: normal; color: #ff6600; margin: 0px 0 20px 0; border: 0px solid #000000; }

a		{ text-decoration: none; color: #2E9AFE; }
a:hover { text-decoration: underline; color: #ff6600; }


form
{
	cursor: default; 
	margin: 0px;
	padding: 0px;
}


/*
body 
{
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;

	height:100%;
	margin: 0px;
	padding: 0px;
	font: normal 14px/1.5em "Segoe UI", Arial, sans-serif;
	border: 0px solid #000000;

	overflow-x: hidden!important;
	overflow-y: scroll!important; 
	
	background-image: url('../images/bg/bg-header.png'); 
	background-repeat: repeat-x; 
}

a, a:hover
{
	color:#006699; 
	text-decoration:none;
    font-size: 10pt;
}

a:hover 
{
	text-decoration:underline;
    font-size: 10pt;
}
*/
.clear{clear:both;}


.div-page-title
{ 
	float: left;
	font-weight: bold; 
	font-size: 20px;
	height: 25px;
	font-family: Tahoma, Arial, Verdana;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	margin: 10px 0px 10px 0px;
	color: #666666;	/* #154fc3*/
	padding-bottom: 0px;
	vertical-align:bottom;
}

.div-error
{
	float: left;
	width: 98%;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial;
    margin: 10px 0px 10px 0px;
    padding: 10px;
    color: #ff6600;
    border: 1px solid #d9d9d9;
    background:#f9f9f9;
	margin: 0px 0px 10px 0px;
}

.div-success
{
    text-align: justify;
    font-weight: normal;
    font-size: 13px;
    font-family: Arial;
    padding: 0px;
    margin: 10px 0px 10px 0px;
    color: #000000;
    border: 0px solid #d9d9d9;
    background: transparent;
}


/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
.div-filter
{
	padding-left: 0px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
	background: #f5f5f5; 
	border: 1px solid #d8d8d8;
}

.float-right
{
	float:right;
}


span.required
{
	vertical-align:middle;
	color: #ff0000;
	margin-top: 30px;
	border: 0px solid #000000;
    font-size: 0.85em;
	font-weight: bold;
	margin-left: 10px;
}

.div-center
{
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	width: 950px; 
	border: 0px solid #000000;	
}

/* -------------------------- */
/* Footer */
/* -------------------------- */
.div-footer
{
	position: fixed;
	bottom: 0px;
	width:100%; 
	margin-top: 30px; 
	min-height:35px; 
	background-image: url('../images/bg/bg-header.png'); 
	background-repeat: repeat-x; 
	border-top: 2px solid #5E676B;
}

.div-footer .copyright
{
	padding-top: 5px; 
	font-family: Tahoma; 
	font-size: 12px; 
	border: 0px solid #000000;
}

