﻿/* css by Benjamin Schwitter */

/* global tag definitions */
body
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0px auto;
	background-color: #c2d3fa;
}

a
{
	text-decoration:none;
}

a:link, a:visited
{
	color: blue;
}

a:hover
{
	color: red;
}

li
{
	list-style-image: url(/Fbins/images/control/ball.gif);
	list-style-type: none;
	line-height: 20px;
}

input
{
	font-family: Tahoma, Arial;
}

select
{
	font-family: Tahoma, Arial;
}

/* global tag definitions END */
/* order: ~ outer to inner, top to down, left to right */

/* container and page-framework definitions */

.reset { display:block; clear:both; font-size:.1em; height:.1em; line-height:0; margin:0; float: none; }

#outerContainer
{
	
}
#outerContainer2
{

}


#pageGridTable
{
	width:100%;
	padding: 0;
}

td.menu
{
	width:0px;
	display:none;
}

td.menu a:link, td.menu a:visited
{
	color: white;
	font-size: 14px;
}

td.menu a:hover
{
	color: #aaaaaa;
	font-size: 14px;
}

#leftContainer
{
	display:none;
}

#rightContainer
{
	text-align:left;
	padding: 0;
	margin: 0;
	position: relative;
}

#tdRight
{
}

#separatorLeft
{
	display:none;
}

#separatorContent
{
	display:none;
}

#scLeft
{
	display:none;
}

#scRight
{
	display:none;
}

#bottomLeft
{
	display:none;
}

#bottomContent
{
	display:none;
}

#logoContainer
{
	text-align:right;
	width: 110px;
	position: absolute;
	top:0;
	right: 0px;
	z-index:3;
}

#menuContainer
{
display:none;
}

#topContainer
{
	display:none;
}


#topLeft
{
	background:none;
}

#topTitle
{
	height: 114px;
	vertical-align: middle;
}

	
#subTopContainer
{
	display:none;
}

#subTopLeft
{
display:none;
}

#subTopRight
{
display:none;
}

#contentContainer
{
	padding: 10px 10px 10px 20px;
	position:relative;
	float:none;
	min-height: 500px;
}

#subContentContainer
{
	position:relative;
	background-color: #cad9fb;
}

/* container and page-framework definitions END */

/* content design definitions */

.grid_header th
{
	padding: 1px 5px 1px 5px;
	border: solid 1px #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;	
	color: #000000;
	background-color: #CCEBFF;
	text-align: left;
	line-height:14px;
}

.grid_row td
{
	padding: 1px 5px 1px 5px;	
	border: solid 1px #FFFFFF;
	background-color: #EcEcFF;
	font-family: Tahoma;
	font-size: 12px;
	line-height:14px;
}

.grid_row_alt td
{
	padding: 1px 5px 1px 5px;	
	border: solid 1px #FFFFFF;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	line-height:14px;
}

.grid_editrow td
{
	padding: 1px 5px 1px 5px;
	font-size: 12px;
	border: solid 1px #FFFFFF;
	font-family: Tahoma;
	line-height:14px;
}

.grid_detail_label
{
	padding: 1px 5px 1px 5px;
	border-bottom: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;	
	color: #000000;
	background-color: #CCEBFF;
	text-align: left;
	line-height:14px;
	vertical-align: top;
	
}

.grid_detail_row
{
	background-color: #EcEcFF;
	font-family: Tahoma;
	font-size: 12px;
	line-height:14px;
}

.grid_detail_row td
{
	padding: 1px 5px 1px 5px;
	border-bottom: solid 1px #FFFFFF;
}

.grid_detail_row_alt
{
	padding: 1px 5px 1px 5px;	
	border: solid 1px #FFFFFF;
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	line-height:14px;
}

.grid_detail_row_alt td
{
	padding: 1px 5px 1px 5px;
	border-bottom: solid 1px #FFFFFF;
}

.textbox
{
	font-size: 12px;
	border: solid 1px #cccccc;
	font-family: Tahoma, Arial;
}

.dropdown
{
	font-size: 12px;
	border: solid 1px #cccccc;
	font-family: Tahoma, Arial;
}

.button
{
	border: solid 1px #555555;
	cursor: pointer;
	font-size: 12px;
}

.label
{
	font-weight: bold;
}

#title
{
	font-size: 16px;
	font-weight: bold;
}

.pathSeparator
{
	background-image: url(/Fbins/images/control/arrow.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width: 20px;
	height: 10px;
}

body.gallery input
{
	font-size: 10px;
	width: 100px;
}

