@CHARSET "UTF-8";

body
{
	direction: rtl;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	background-color: #DED9D4;
}

body, table, td, tr, a, input, textarea, select
{
	font-family: Tahoma;
	font-size: 13px;
}

table.main
{
	width: 80%;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: #DED9D4;
}

table.InfoBox 
{
	border: none;
	width: 100%;
}
table.InfoBox a
{
	text-decoration: none;
}
table.InfoBox tr:hover
{
	/* background-color: #DAF0FB; */
	color: black;
}
table.FixSection tr:hover, table.FloatSection tr:hover
{
	background-color: #3F94D5;
	color: white;
}
table.FixSection tr:hover a, table.FloatSection tr:hover a
{
	color: white;
}

td.InfoBoxTop
{
	height: 30px;
	background-image: url("images/infoboxtop.gif");
	background-repeat: repeat-x;
	width: 100%;
	color: black;
}
td.InfoBoxTopRight
{
	background-image: url("images/infoboxtopleft.gif");
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 5px;
}
td.InfoBoxTopLeft
{
	background-image: url("images/infoboxtopright.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 5px;
}
td.InfoBoxLeft
{
	background-image: url("images/infoboxright.gif");
	background-repeat: repeat-y;
	background-position: right;
}
td.InfoBoxRight
{
	background-image: url("images/infoboxleft.gif");
	background-repeat: repeat-y;
	background-position: left;
}
td.InfoBoxBottomLeft
{
	background-image: url("images/infoboxbottomright.gif");
	background-repeat: no-repeat;
	background-position: right;
}
td.InfoBoxBottom
{
	background-image: url("images/infoboxbottom.gif");
	background-repeat: repeat-x;
	height: 5px;
}
td.InfoBoxBottomRight
{
	background-image: url("images/infoboxbottomleft.gif");
	background-repeat: no-repeat;
	background-position: left;
}

td.middle
{
	background-color: #FFFFFF;
}
td.topleft
{
	background-image: url("images/topright.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 12px;
}
td.top
{
	background-image: url("images/tiletopbackground.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	height: 13px;
}
td.topright
{
	background-image: url("images/topleft.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-right: 12px;
}
td.leftHeader
{
	background-image: url("images/right.gif");
	background-repeat: repeat-y;
	background-position: left;
}
td.rightHeader
{
	background-image: url("images/left.gif");
	background-repeat: repeat-y;
	background-position: right;
}
td.header
{
	background-color: #FFFFFF;
	text-align: center;
	height: 161px;
	padding-bottom: 10px;
}
div.header
{
	text-align: top center;
	width: 100%;
	height: 100%;
	position: relative;
}
table.header
{
	border: none;
	width: 100%;
	height:100%;
	table-layout: fixed;
}
td.headerRight
{
	background-image: url("images/headerleft.gif");
	background-repeat: no-repeat;
	background-position: left center;
	
	vertical-align: middle;
	width: 175px;
}
td.headerTileMiddle
{
	background-image: url("images/headertilemiddle.gif");
	background-repeat: repeat-x;
	background-position: center;
	vertical-align: middle;
}
td.headerMiddle
{
	background-image: url("images/headermiddle.gif");
	background-repeat: no-repeat;
	background-position: center;
	
	vertical-align: middle;
	width: 0px;
}
td.headerLeft
{
	background-image: url("images/headerright.gif");
	background-repeat: no-repeat;
	background-position: right center;
	
	vertical-align: middle;
	width: 308px;
}
td.bottomleft
{
	background-image: url("images/bottomright.gif");
	background-repeat: no-repeat;
	background-position: left top;
}
td.bottom
{
	background-image: url("images/tilefooterbackground.gif");
	background-repeat: repeat-x;
	background-position: top;
	height: 13px;
}
td.bottomright
{
	background-image: url("images/bottomleft.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
td.right
{
	background-image: url("images/left.gif");
	background-repeat: repeat-y;
	background-position: right;
}
td.left
{
	background-image: url("images/right.gif");
	background-repeat: repeat-y;
	background-position: left;
}
tr.odd
{
	background-color: #7ED2FD;
	color: white;
}
tr.odd a, tr.even a
{
	text-decoration: none;
}
table.block
{
	background-color: #C3DDEB;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	color: gray;
}
div.block
{
	background-color: #C3DDEB;
	border-style: dashed;
	border-color: black;
	border-width: 1px;
	color: gray;
}
div.comment
{
	color: gray;
	font-size: 10px;
}
div.question
{
	color: black;
}
div.answer
{
	color: green;
}
table.datagrid
{
	width: 100%;
}
table.datagrid tr.odd:hover, table.datagrid tr.even:hover
{
	background-color: #5FA1FA;
	color: white;
}
table.datagrid tr:hover a
{
	color: white;
}
td.datagridtitle
{
	background-color: #0486B7;
	color: white;
}
td.loginBarMiddle
{
	background-color: #F5F5F5;
	border-style: solid;
	border-width: 1px;
	border-color: #CDCAC7;
	width: 100%;
}
tr.loginbar
{
	
}
.links
{
	background-color: #5FA1FA;
	color: white;
	border-style: outset;
	border-color: black;
	border-width: 1px;
	text-decoration: none;
}
.textbox
{
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}
form
{
	padding: 0px;
	margin: 0px;
}
img
{
	border-width: 0px;
}
.section
{
	width: 150px;
}
td.leftSection
{
	
}
td.middleSection
{
	
}
td.rightSection
{
	
}
a.clear
{
	text-decoration: none;
}
td.loginSection
{
	text-align: right;
}
td.languageSection
{
	text-align: left;
}
.languageItem
{
	text-decoration: none;
	font-size: 9px;
}
.error
{
	border-style: solid;
	border-color: #B53355;
	border-width: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	background-color: #EE6688;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.error td
{
	font-size: 15px;
	font-weight: bold;
}
.success
{
	border-style: solid;
	border-color: #449966;
	border-width: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	background-color: #77CC99;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.success td
{
	font-size: 15px;
	font-weight: bold;
}
.info
{
	border-style: solid;
	border-color: #2282BB;
	border-width: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	background-color: #55B5EE;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.info td
{
	font-size: 15px;
	font-weight: bold;
}
.comment
{
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 0px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	background-color: #EEEEEE;
	color: black;
	padding-top: 10px;
	padding-bottom: 10px;
}
.comment td
{
	font-size: 10px;
}
.datagrid2orangerow
{
	background-color: #F9E9D9;
}
.datagrid2
{
	background-color: #FFFFEE;
}
.datagrid2header
{
	background-color: #22AAFF;
	color: white;
}
.datagrid2oddrow
{
	background-color: #EEF5FF;
}
.datagrid2 tr.datagrid2row:hover
{
	background-color: #CCEEFF;
}