﻿
body {
	margin: 10px;
    padding: 0;
	font-family: Arial, Tahoma, sans-serif;
	color: #000;
	background-image:none;
	background-color:#fff;
}


.wrapper, .wrapper-light 
{
	margin:0 auto;
	padding:0;
}

.wrapper-light #header {
	border-bottom:none;
}

#header 
{
	height:80px;
}

h2
{
	color:#7D7D7D;
}

#content-page table thead th, #content-page table thead td 
{
	background-color:#EEF5F8;
}

.button-strong {
	background-color:#C2D8E3;
}

.button-strong span
{
	background-color:#C2D8E3;
	color:#444444;
}

input.inputbutton
{
	background-color:#C2D8E3;
	border-color:#C2D8E3;
	color:#444;
}

#page-tabs li.selected a, #page-tabs li.selected a:hover  
{
	background-color:#64A4C8;
}

#sidebar.highlight
{
	background-color:#EBEBEB;
}

.authenticate-right-col 
{
	background-color:#EEF5F8;
}

#appoptions label
{
	display:inline;
}

#appoptions .gap
{
	margin-top:20px;
}

.input-label
{
    text-align:right;
    padding: 0px 6px;
    
}

.left
{
    float : left;
}

.right 
{
    float : right;
}
