body {
	background-color: #ebebeb;
	width: 100%;
	background-repeat: repeat-x;
        overflow-x: hidden;
}

#mainWrapper {
	text-align: center;
}

#mainContainer {
	position: absolute;
	width: 1274px;
	min-height: 675px;
	text-align: center;
	margin: 0px auto;
	background-color: #bfbfbf;
	left: 50%;
	margin-left: -637px;
	display: block;
	float: left;
	box-shadow: 5px 5px 5px #3a2712;
	padding-left: 20px;
	padding-right: 20px;
}

#loginWindow {
	width: 200px;
	height: 100px;
	background: #b8c6df; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #b8c6df 0%, #6d88b7 84%);
	/* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%,
		color-stop(0%, #b8c6df), color-stop(84%, #6d88b7));
	/* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #b8c6df 0%, #6d88b7 84%);
	/* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #b8c6df 0%, #6d88b7 84%);
	/* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #b8c6df 0%, #6d88b7 84%);
	/* IE10+ */
	background: radial-gradient(ellipse at center, #b8c6df 0%, #6d88b7 84%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#b8c6df',
		endColorstr='#6d88b7', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	border-: 1px solid #88aae5;
	box-shadow: 5px 5px 5px black;
	text-align: center;
	padding: 50px 100px 50px 100px;
	position: absolute;
	margin-left: -200px;
	left: 50%;
	top: 50%;
	margin-top: -100px;
}

#menuContainer {
	position: static;
	width: 250px;
	margin-top: 50px;	
	float:left;
	font-weight: bold;	
	border-right: 2px solid black;
	border-left: 2px solid black;
}

#menuHeader {
	background: #606c88; /* Old browsers */
	background: -moz-linear-gradient(top,  #606c88 0%, #606c88 59%, #3f4c6b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#606c88), color-stop(59%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #606c88 0%,#606c88 59%,#3f4c6b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #606c88 0%,#606c88 59%,#3f4c6b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #606c88 0%,#606c88 59%,#3f4c6b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #606c88 0%,#606c88 59%,#3f4c6b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#606c88', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */	
	width: 100%;
	display: block;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

a.menuElement {
	display: block;
	background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #cedce7 13%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(13%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #cedce7 13%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #cedce7 13%,#596a72 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #cedce7 13%,#596a72 100%); /* IE10+ */
	background: linear-gradient(135deg,  #cedce7 13%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 240px;
	font-size: 14px;
	padding: 5px 5px 5px 5px;
	text-align: left;		
	border-bottom: 1px solid #d2d8dc;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.menuElement img{
	width:14px;
	height:14px;
	margin-right: 10px;
}

a.menuElement:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.menuElement:hover {
	color: black;
	font-weight: bold;
	text-decoration: none;
}


#contentContainer {
	position: static;
	width: 1000px;
	margin-top: 20px;	
	min-height: 400px;
	margin-left: 14px;
	float:left;	
	text-align: center;
	border: 1px solid #d2d8dc;
	background-color: #c8c8c8;
}

#menuContainer ul{
	list-style-type: none;
	text-align: left;
}

#menuContainer li {
	font-family: Tahoma;
	font-size: 16px;
	color: black;
	font-weight:bold;	
}

#upperContainer {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: gray;	
	box-shadow: 5px 5px 5px black;
	border: 1px solid black;
        text-align:right;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 33%, #e1e1e1 59%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(33%,#f1f1f1), color-stop(59%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 33%,#e1e1e1 59%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 33%,#e1e1e1 59%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 33%,#e1e1e1 59%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 33%,#e1e1e1 59%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	z-index: 3;
}

#upperContainer img {
	width:20px;
	width:20px;
	margin-right:5px;
}

#upperContainer a {
	text-decoration: underline;
	color: black;
}

#upperContainer a:visited {	
	text-decoration: underline;
	color: black;
}

#upperContainer a:hover {
	text-decoration: none;
	color: black;
}

label {
	color: black;
	font-weight: bold;
}

table.resultsTable {
	position: relative;
	width: 800px;
	left:50%;
	margin-left: -400px;
	border: 1px solid gray;
	border-collapse: collapse;
	background-color: white;	
}

tr.resultsHeader {
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 25%, #d1d1d1 61%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(25%,#dbdbdb), color-stop(61%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 25%,#d1d1d1 61%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2e2e2 0%,#dbdbdb 25%,#d1d1d1 61%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2e2e2 0%,#dbdbdb 25%,#d1d1d1 61%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 25%,#d1d1d1 61%,#fefefe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */	
	border-color:black;   		
}

tr.resultsHeader td{	
	border: 1px solid black;   		 
}

tr.resultsRow {
	background-color: #eeeeee;	
}

tr.resultsRow:hover {
	background-color: #abcdef;	
}

tr.resultsRow td {	
	border-right: 2px solid gray;
	border-bottom: 1px solid gray;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:5px;	
}

tr.resultsRow td img{	
	width:32px; 
	height:32px;	
}

tr.resultsRow td img:hover{	
	cursor:pointer;
}

td {
	text-align:center;
}

td.alignLeft{
	text-align:left;
}


#operationLayer {	
	position: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 4;
	top:0;
	left:0;
	display:none;
        text-align:center;
}

#operationContainer {
	position:fixed;
	background-color: #eaeaea;
	width:1024px;
	padding:10px 10px 10px 10px;
	min-height: 100%;	
	left:50%;
	margin-left: -522px;
	text-align:center;
	border: 1px solid black;
	box-shadow: 5px 5px 5px #3a2712;
        z-index: 5;
}

.addEditWebpageTable {
	position: relative;
	width: 1020px;
	left: 50%;
	margin-left: -510px;	
	height: 100%;
	border: 1px dashed black;
	border-collapse: collapse;
	background-color: white;
        z-index: 5;
}

.addEditWebpageTable td{
	border: 1px dashed black;
	padding: 5px;
}

.addEditPartnerTable {
	position: relative;
	width: 1020px;
	left: 50%;
	margin-left: -510px;	
	height: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: white;
	z-index: 5;		
}

.addEditPartnerTable td{
	border: 1px solid black;
	padding: 5px;
}
