﻿body
{
    background: #FFFFFF;
    font-size: 14pt; /*font-family: "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Arial, Helvetica, Verdana, sans-serif; */ /*font-weight:bold;*/ /*font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;*/
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
.page
{
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    font-size: 1em;
    /*border: 1px solid #496077;*/
    text-align:center;
}
.main
{
    
    padding: 0 0 0 0;
    margin: 50px 0 0 0;
    display:inline-block;
    text-align:left;
    width:450px;
    position:relative;
}
.ddlSize1
{
    /*font-size: 1em;*/
    font-weight: normal;
    width: 8em;
    height: 2.5em; /*text-overflow: ellipsis;*/
    white-space: nowrap; /*overflow: hidden;*/
}
.ddlSize2
{
    /*font-size: 1em;*/
    font-weight: normal;
    width: 7em;
    height: 2.5em;
    white-space: nowrap;
}

/* button */
.button
{
    width: 100px;
    height: 40px;
    font-size: 0.8em;
    text-align: center;
    font-weight: normal;
}

.radioButt label
{
    font-size:0.8em;
    margin:0 15px 0 0;
}
.tt
{
    font-size:0.9em;
    margin-right:15px;
}

.addTopMargin
{
    margin-top:10px;
}
.removeTopMargin
{
    margin-top:0;
}
.addBottomMargin
{
    margin-bottom:10px;
}
.removeBottomMargin
{
    margin-bottom:0;
}
.greenColor ul
{
    color: #008000;
}

#appcache_container
{
    position:relative;
}
/* app cache  */
#appCacheIndicator
{ 
    width:100%;
    height:100%;
    font-size: 0.7em;
    text-align: center;
    font-weight: normal;
    padding:7px;
    background-color: #FF0000;
    display:none;
    position:absolute;
    top:-7px;
    right:-7px;
    
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index:1000;
    opacity:0.8; 
}


a#lnkPasswordReminder, a#lnkLoginPage
{
    font-family:Verdana;
    font-size:11px;
    color:#fff;
    margin:0px 0px 0px 0px;
    padding-left:10px;
}

/* validation
-------------------------------  */
#errorMessage
{
    color: #FF3300;
    display:block;
    text-align:left;
    padding:0 0 0 10px;
    font-size:0.7em;
}
.error
{
    color:#FF3300;
}
.validation-error
{
    border: 1px solid #f00;
}

@media only screen and (max-width: 650px)
{
	body
	{
		padding:0 5px 0 5px;
	}
	.main
	{
		margin: 30px 0 0 0;
		width:100%;
	}
}



div.privacy-header
{
	display: none;
	position: relative;
	background-color: Black;
	color: White;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px 140px 10px 10px;
	border: solid 5px #FFFFFF;
	border-bottom-width: 0px;
}

div.privacy-header a
{
	position: absolute;
	right: 10px;
	min-width: 100px;
	color: Black;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
}

div.privacy-header a.accept
{
	bottom: 10px;
	background-color: #F1D600;
}

div.privacy-header a.decline
{
	bottom: 48px;
	background-color: #AAAAAA;
}

div.privacy-header a:hover
{
	text-decoration: underline;
}

@media screen and (max-width: 650px) 
{
	div.privacy-header
	{
		padding-right: 30px;
		padding-bottom: 55px;
	}
	
	div.privacy-header a.accept
	{
		right: auto;
		left: 50%;
		margin-left: 10px;
	}
	
	div.privacy-header a.decline
	{
		right: auto;
		left: 50%;
		bottom: 10px;
		margin-left: -110px;
	}
}

a.privacy-policy-link
{
	float: right;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 0.7em;
	font-weight: normal;
	text-decoration: none;
}

a.privacy-policy-link:hover
{
	text-decoration: underline;
}
