﻿/* Kamelon Media - SimpleMenu1*/

.KM_SimpleMenu1_ItemSeparator
{
	width:1px;
	height: 2px;
}

.KM_SimpleMenu1_Item
{
	background-color: #6f90b8;
	padding: 5px;
	color: #FFFFFF;
	cursor: hand;
}

.KM_SimpleMenu1_Item_MouseOver
{
	background-color: #CCCCCC;
	padding: 5px;
	color: #FFFFFF;
	cursor: hand;
}

.KM_SimpleMenu1_AlternatingItem
{
	background-color: #6f90b8;
	padding: 5px;
	color: #FFFFFF;
	cursor: hand;
}

.KM_SimpleMenu1_AlternatingItem_MouseOver
{
	background-color: #CCCCCC;
	padding: 5px;
	color: #FFFFFF;
	cursor: hand;
}


/* Kamelon Media - News Module*/

#KM_NewsModule_OuterDiv
{
	width: 100%;
	overflow: visible;
}

.KM_NewsModule_Header 
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.KM_NewsModule_Body 
{
	font-family: Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.KM_NewsModule_DateRow
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
}

.KM_NewsModule_FunctionRow
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #000000;
	text-align: right;
}

.KM_NewsModule_Bayline
{
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	color: #999999;
}


/* Kamelon Media - News Module*/




/* Kamelon Media - Image Gallery Module*/

.KM_ImageGalleryOuterTable
{
	width: 100%;
	text-align: left;
	vertical-align: middle;
}

.KM_ImageGalleryListItem
{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: center;
	cursor: hand;
}

.KM_ImageGalleryViewCell
{
	 /*border: 5px solid #000000;*/
	 border-top: 1px solid #0F0F0F;
	 border-bottom: 10px solid #000000;
	 border-left: 1px solid #0F0F0F;
	 border-right: 1px solid #0F0F0F;
}


/* Kamelon Media - Dialog*/

.KM_DialogLeftBg
{
	width: 11px;
	background-image: url('Images/Dialog/dialog_leftBg.gif');
}

.KM_DialogRightBg
{
	width: 11px;
	background-image: url('Images/Dialog/dialog_rightBg.gif');
}

.KM_DialogUpperBg
{
	background-image: url('Images/Dialog/dialog_upperBg.gif');
}

.KM_DialogLowerBg
{
	background-image: url('Images/Dialog/dialog_lowerBg.gif');
}

.KM_DialogFunctionCell
{
	text-align: right;
	vertical-align: top;
}