body
{
	font-family: OpenSans, Arial;
	color:#555555;
	margin:0;
	padding:0;
	font-size:14px;
	background-image:url(../images/bckPizzaPattern.jpg);
	background-color:#eeeeee;
}

h1
{
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}

h2 {
    margin: 20px 40px;
    padding-top: 20px;
    color: #41AF3C;
	text-transform: capitalize;
}

h3
{
	font-size:20px;
	/*text-transform: capitalize;*/
}

a{
	color:#555555;
}

#header{
	
}

#header .logo
{
	margin:40px 50px;

}
.top_header
{
	margin:0 auto;
	width:950px;
	padding-top:5px;
	height:15px;
	text-align:right;
	font-size:12px;
}

.top_header div.inf
{
	position:relative;
	top:-3px;
	margin-right:20px;
	float:right;
	width:400px;
}

.top_header div.inf img
{
	position:relative;
	top:5px;
}
.top_header img
{
	height:20px;
}

.flags
{
	float:right;
	margin-top:0px;
	margin-left:20px;
	margin-right:10px;
}
.flags a{
	cursor:hand;
	cursor:pointer;
	float:left;
	height:35px;
	padding:5px 10px; 
}
.flags .sel
{
	background-color:#FFFFFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.header_content
{
	background-color:#FFFFFF;
	margin:0 auto;
	margin-top:10px;
	min-height:100px;
	width:950px;
	padding:5px;	
	position:relative;
}

.header_content img
{
	margin:5px;
}

#navigation
{
	position:absolute;
	top:130px;
	right:0;
	list-style:none;
	height:20px;
}

#navigation li
{
	float:left;
	margin-left:10px;
	margin-right:10px;
	min-width:50px;
	text-transform: uppercase;
}
#navigation li a,#navigation li a:hover
{
	padding:10px;
	min-width:75px;
	text-align:center;
	color:#595959;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

#navigation li.sel a
{
	background-color:#d2232a;
	color:#FFFFFF;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.content_content
{
	border-top:solid 15px #eeeeee;
	margin:0 auto;
	width:960px;
	background-color:#FFFFFF;
	min-height:400px;
	padding-bottom:10px;
}

#footer
{
	background-color:#555555;
	min-height:100px;
	padding-top:20px;
	padding-bottom:20px;
}
#footer_content
{
	margin:0 auto;
	width:900px;
	background-color:#3eae48;
	color:#FFFFFF;
	padding:30px;
}

#footer_content h2
{
	margin-top:0;
	padding-top:0;
	border-bottom:solid 1px #FFFFFF;
	text-align:center;
	padding-bottom:20px;
	color:#FFFFFF !important;
}

#footer_content ul 
{
	list-style:none;
	margin:0;
	padding:0;
}

#footer_content ul li
{
	float:left;
	text-align:center;
	width:300px;
}

.clear{
	clear:both;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}


#tSchedule
{
	position:Absolute;
	right:20px;
	top:60px;
	height:50px;
	overflow:hidden;
	width:476px;
	background-color:#eeeeee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	border-radius: 10px;
}

#btnScheRep
{
	position: absolute;
    top: 6px;
    left: 490px;
    z-index: 1;
	cursor:pointer;
	cursor:hand;
}

#btnScheTie
{
	position: absolute;
    top: 6px;
    left: 560px;
    z-index: 1;
	cursor:pointer;
	cursor:hand;
}

#tSchedule table
{
	position:absolute;
	right:5px;
	top:2px;	
	width:245px;
	font-size:12px;
}

#tSchedule table td
{
	text-align:center;
}

#tSchedule table td a{
	text-decoration:none;
	color:#535353;
	font-weight:bold;
}


#tSchedule table td a:hover, #tSchedule table td a.sel{
	text-decoration:none;
	color:#52ac54;
}

#tSchedule div	
{
	width:241px;
	position:absolute;
	right:5px;
	top:25px;
	padding-top:4px;
	height:17px;
	background-color:#FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	text-align:center;
	color:#3caf47;
	font-weight:bold;
	font-size:13px;
}

#tSchedule span img
{
	float:left;
	margin-right:10px;
	position:relative;
	top:-2px;
}

#tSchedule span
{
	display:block;
	width:200px;
	padding:10px;
	background-color:#FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius:10px;
	text-align:right;
	color:#3caf47;
	font-size:11px;
	margin:1px;
	height:27px;
	overflow:hidden;
}

input[type=checkbox]
{
	border:solid 1px #a3a3a3;
	background-color:#FFFFFF;
}

.btn
  {
	display:block;
	width:200px;
	margin-top:10px;
	background-color:#3eae48;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
 }
 
 .btnr
  {
	display:block;
	width:200px;
	margin-top:10px;
	background-color:#a1a1a1;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	padding:10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
 }
 
.btnv
{
	display:Table;
	width:220px;
	text-align:center;
	background-color:#3eae48;
	color:#FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	padding:15px 0;
	text-decoration:none;
}

input[type=text], input[type=password], textarea, select
{
	background-color:#eeeeee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;	
	border-radius: 5px;
	border:0;
	padding:15px;
	margin-bottom:5px;
}

hr
{
	margin: 20px 0px;
	height: 1px;
	width: 100%;
	background-color: #F1F1F1;
	border: 0px none;
}

.inputError
{
	background-color:#e89093 !important;
}

#topProf
{
	position:absolute;
	right:20px;
	top:20px;
	width:230px;
	font-size:10px;
	text-align:rigth;
}

#topProf a
{
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	color:#c9c9c9;
}

#topProf a img
{
	position:relative;
	top:3px;
	margin:0 5px;
}

#topProf .btn
{
	position:absolute;
	right:0;
	top:0;
	display: table !important;
	padding:7px 6px 2px 6px;
	text-transform:uppercase;	
	min-width:80px;
	max-width:120px;
	width:auto !important;
	margin-top:0;
	text-align:right;
	color:#FFFFFF;
}
#topProf .btn img
{
	float:left;
	position:relative;
	margin-right:5px;
	top:-2px;
}

#contfo
{
	text-align:center;
	padding:20px;
	background-color:#eeeeee;
	margin:0 auto;
	width:920px;
}

#contfo hr
{
	margin-top:12px;
	margin-bottom:5px;
	border-top:solid 1px #b2b2b2;
}

#contfo img
{
	position:relative;
	top:5px;
	margin:0 5px;
}

#btnScheRep, #btnScheTie
{
	background-repeat:no-repeat;
	width:64px;
	height:13px;
	padding-top:37px;
	top: 11px;
    z-index: 1;
	text-transform:uppercase;
	text-align:center;
	font-size:10px;
	color:#ababab;
	font-weight:bold;
}

#btnScheRep.sel, #btnScheTie.sel
{
	color:#39ac45;
}

	#modalloc 
		{
			position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0, 0, 0, 0.5);z-index:1000;
		}
		#modalloc .mlcont
		{
			background-color:#FFF;margin:auto auto;padding:15px; max-width:500px;position:relative;top:25vh;
			-webkit-border-radius: 10px;
			-moz-border-radius: 10px;
			border-radius: 10px;
			 box-shadow: 10px 10px 10px #666 ;
		}
		#modalloc .mlcont h2
		{
			margin: 20px 20px;
			text-transform: none;padding-top:0;
		}
		#modalloc .mlcont ul
		{
			font-size:20px;list-style:none;margin-left:20px;
		}
		
		#modalloc .mlcont .btn
		{
			padding-left:0;padding-right:0;
			width:100%;
			text-transform:uppercase;
		}