/* Created by FwD Design */

body
{
	width: 100%;
	background-color: white;
}

table.main
{
	background: url(img/main.jpg) no-repeat bottom right white;
	margin-left: auto;
	margin-right: auto;	
	width: 900px;
	height: 600px;
	border: 1px solid #352e2b;
}

td
{
	vertical-align: top;
	padding: 0%;
}

img
{
	border: 0;
}


a, a.visited
{
	text-decoration: none;
	color: blue;
}

td.mainHolder
{
	width: 100%;
	font-family: Arial;
	text-align: justify;
}

td.contentHolder
{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

td.header
{
	background: url(img/header.jpg);
	width: 898px;
	height: 126px;
}

td.footer
{
	background: url(img/footer.jpg);
	width: 898px;
	height: 26px;
}

td.error
{
	font-size: 14pt;
	font-weight: bold;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* menu.php */
td.menu
{
	width: 166px;
	height: 26px;
	font-size: 9pt;
	padding-top: 3px;
	padding-right: 25px;
	vertical-align: middle;
	cursor: pointer;
}

/* occasion.php */
td.occasionHeader
{
	background-color: #b0c7ff;
	font-size: 8pt; 
	font-weight: bold;
	border: 1px solid black;
	vertical-align: middle;
	width: 175px;
	height: 22px;
}

tr.occasionRow
{
	background-color: #c9d9ff;
}

/* occasion.php */
td.occasionData
{
	width: 175px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid black;
	vertical-align: top;
	font-size: 8pt;
	cursor: pointer;
	vertical-align: middle
}

/* a_beheer.php */
td.a_beheer
{
	font-size: 10pt;
	padding-right: 20px;
}

td.imgAdminTitle
{
	font-size: 10pt; 
	font-weight: bold; 
	padding-bottom: 10px;
	padding-top: 25px;
}

/* image.php */
td.imgLibraryContainer
{
	width: 400px;
	border: 1px solid #a5acb2;
	background-color: white;	
}

/* image.php */
div.imgLargeContainer
{
	width: 350px;
	border: 1px solid #a5acb2;
	background-color: white;
	position: absolute;
	top: 450;
}

/* image.php */
td.imgGeen
{
	font-size: 10pt; 
	color: red; 
	padding-left: 20px; 
}

/* image.php */
td.imgNummer
{
	font-size: 10pt; 
	padding-bottom: 5px;
}

/* image.php */
table.imgUploadContainer
{
	border: 1px solid #a5acb2;
}

/* container.php */
td.tabMenuHolder
{
	background-color: white; 
}

/* container.php */
td.tabContentHolder 
{
	background: url(img/content_middle.jpg);
	background-repeat: repeat-y;
	padding-left: 25px;
	width: 550px;
	height: 400px;
}

/* container.php */
td.tab 
{
	background: url(img/tab_unselected.jpg);
	width: 110px;
	height: 26px; 	
	padding-top: 4px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;	
	font-size: 8pt; 	
}

td.subTab
{
	cursor: pointer;
	font-size: 8pt;
	vertical-align: middle;
	color: black;
	height: 22px; 
	width: 77px;
}

