body
{
	margin: 0 0 0 0;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	color:#444444;
	background-color:#f2f2f2;
}
.Normal
{
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.NormalRed
{
	color: Red;
	font-family: Tahoma, Arial, Times New Roman;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
.NormalBold
{
	font-weight: bold;
}
TD
{
	font-family: Tahoma;
	font-size: 11px;
	line-height: 18px;
}
textarea
{
	font-family: Tahoma;
	font-size: 11px;
}
INPUT
{
	font-family: Tahoma;
	font-size: 11px;
}
SELECT
{
	font-family: Tahoma;
	font-size: 11px;
}
A:link, A:visited
{
	text-decoration: none;
	color: #003069;
}
A:hover
{
	color: red;
	text-decoration: none;
}
.ModuleTitr
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: black;
}
.ModuleTitleHeader
{
	width: 100%;
	height:20px;
}
.ModuleWithoutTitleHeader
{
	border: dotted 1px #cccccc;
	width: 100%;
	padding: 3px;
}
.ModuleTitleBody
{
	width: 100%;
	clear:both;
	text-align:right;
}
.ModuleWithoutTitleBody
{
	width: 100%;
	clear:both;
	text-align:right;
}
.CommandButton:Link, .CommandButton:visited
{
	text-decoration: none;
	color: Blue;
}
.CommandButton:hover
{
	color: Red;
	text-decoration: none;
}
.TabBg
{
	background-color: white;
	border-color: white;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: dimgray;
	border-color: black;
}

/* text style for the selected tab */
.SelectedTab
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: DarkRed;
	font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-family: tahoma;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	color: gainsboro;
	text-decoration: none;
}
.FormTitr
{
	color: #000000;
	font-weight: bold;
}
/* Modal Dialog */
.modalWrap
{
	border: 2px #ffffcc inset;
	background:#ffffcc;
	margin:5px;
}

/* transparency support for Opera */
.modalOpera
{
	background-image: url("images/maskBg.png") !important;
}

/* dialog window */
#DialogWindow
{
	border: 1px #000000 solid;
	width: 150px;
	display: none;
	background: #FFFFFF;
	z-index: 1000;
	position: absolute;
	text-align:center;
	height:50px;
	top: 0;
	left: 0;
	padding-top:10px;
}
/* dialog content */
#DialogContent
{
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 24px;
	width: 450px;
	display: block;
	font-size: 90%;
	display:none;
}

#DialogActionBtn
{
	cursor:pointer;
}
.txtArea
{
	width:300px;
	height:200px;
}
.txtAddress
{
	width:300px;
}
.tdRight
{
	float:right;
}
.tdLeft
{
	float:right;
}
.tdMainContainer
{
	width:100%;
}
.contentwrapper {
	float: left;
	width: 100%;
}
.contentcolumn {
	margin: 0 205px 0 205px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
.leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -100%;
}
.rightcolumn {
	float: left;
	width: 200px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
}
.TopBannerBG
{

	width:100%;
	height:117px;
}
.TopFaLogo
{
	width: 510px; 
	float: right;
	background-image:url(images/kurdistantoday.jpg);
	background-repeat:no-repeat;
	height:93px;
	background-position:right;
}
.TopEnLogo
{
	width: 470px; 
	float: right;
	background-image:url(images/Kurdistan.gif);
	background-repeat:no-repeat;
	height:93px;
	background-position:left;
	padding-left:10px;
}
.TopMenuBack
{
	height:17px;
	background-color:#00376f;
	padding-right:5px;
	padding-left:5px;
}
.TopMenuSpacer
{
	height:17px;
	width:12px;
	background-image:url(images/TopMenuSpacer.gif);
	background-color:#00376f;
}
.TopMenuRight
{
	float:right;
	height:17px;
	width:12px;
	background-image:url(images/TopMenuR.gif);
	background-color: #cb0003;
}
.TopMenuLeft
{
	float:right;
	height:17px;
	width:12px;
	background-image:url(images/leftTopMenu.gif);
	background-color: #cb0003;
}
.TopMenuBackB
{
	height:17px;
	background-color:#000000;
	padding-right:5px;
	padding-left:5px;
}
.TopMenuSpacerB
{
	height:17px;
	width:12px;
	background-image:url(images/TopMenuSpacerB.gif);
	background-color:#00376f;
}
.TopMenuRightB
{
	height:17px;
	width:12px;
	background-image:url(images/topMenuMiddle.gif);
	background-color: #cb0003;
}
.TopMenuLeftB
{
	height:17px;
	width:12px;
	background-image:url(images/leftTopMenuB.gif);
	background-color: #cb0003;
}
#RightPane
{
	width: 200px;
	float: right;
	text-align:left;
	background-color:White;
}
#ContentPane
{
	width: 550px;
	float: right;
	text-align:left;
	background-color:White;
}
#LeftPane
{
	width: 200px;
	float: right;
	text-align:left;
	background-color:White;
}
.SpaceP
{
	width: 10px;
	float: right;
	background-color:White;
}
#BodyContent
{
	width: 990px;
	background-color:White;
}
.login_TextField
{
	width:80px;
}
.loginButton
{
	background-image: url(images/BackLogin.gif);
	background-color:Transparent;
	border:0;
	font-size:10px;
	height:19px;
	color:White;
}
.paging
{
	width:20px;
	border: solid 1px #ccc;
	background-color: #fff;
	font-size:12px;
	text-align:center;
}
fieldset
{
	-moz-border-radius: 8px;
}
legend
{
	font-weight:bold;
	color:steelblue;
}
.rightTitr
{
	background-image:url(images/titrRC.gif);
	background-color:#00376f;
	color:White;
	height:15px;
	width:107px;
	float:right;
	text-align:right;
}
.rightTitrEdit
{
	background-color:#ffffff;
	background-image:url(images/titrRE.gif);
	color:White;
	height:15px;
	width:87px;
	float:right;
}
.rightTitrBack
{
	background-color:#ffffff;
	background-image:url(images/titrRE.gif);
	color:White;
	height:15px;
	width:100%;
	float:right;
}
.righTitrSpacer
{
	background-image:url(images/titrRL.gif);
	background-color:#00376f;
	color:White;
	height:15px;
	width:6px;
	float:right;
	text-align:right;
}
.ImageBorder
{
	border:solid 1px #000000;
}
.newsSarTitle
{
	color:#999999;
}
.newsTitleLink
{
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color: #003069;
}
.newsDescription
{
	font-family:Tahoma;
	font-size:12px;
}
.tml1
{
    float:right;
    width:18px;
    cursor:pointer;
}
.tml2
{
    float:right;
    cursor:pointer;
}
.paging
{
	width:20px;
	border: solid 1px #ccc;
	background-color: #fff;
	font-size:12px;
	text-align:center;
}
.LastNewsTitle
{
	background-image:url(images/backLastNews.gif);
	height:19px;
	background-repeat:repeat-x;
	border:solid 1px #c0c0c0;
	border-bottom:none;
	padding-top:3px;
	padding-right:10px;
	font-weight:bold;
}
.LastNewsContent
{
	border:solid 1px #c0c0c0;
	border-top:none;
	padding-right:5px;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
}