﻿/* HTML Tags */
BODY
{
	padding: 0;
	margin: 0;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	color:#333333;
	text-align:right;
}

/* headings */
H1{
	font-size: 1.7em;
	font-weight: bold;
	color:#BC3A84;
	margin: 0px 0px 7px 0px;
}

H2{
	font-size: 1.3em;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color:#000000;
}

H3{
	font-size: 1.2em;
	font-weight: bold;	
	color:#BC3A84;
	margin: 10px 0px 6px 0px;
}

H4{
	font-size: 1.1em;
	font-weight: bold;
	color:#BC3A84;
}

/* anchors */
A, A:visited {
	color:#BC3A84;
	text-decoration: underline;
}

A:hover, A:visited:hover {
	color:#BC3A84;
	text-decoration: none;
}

A.noline, A.noline:visited {
	text-decoration: none;
}

A.noline:hover, A.noline:visited:hover {
	text-decoration: underline;
}

A.whiteLink, A.whiteLink:visited {
	color:#FFFFFF;
}

A.grayLink, A.grayLink:visited {
	color:#333333;
}

A.blackLink, A.blackLink:visited {
	color:#000000;
}

A.cyanLink, A.cyanLink:visited {
	color:#207E8B;
}

A.orangeLink, A.orangeLink:visited {
	color:#F7AE21;
}

A.purpleLink, A.purpleLink:visited {
	color:#BC3A84;
}

/* html elements */
UL 
{
	margin:7px 22px 7px 0px;
	line-height:160%;
	padding:0;
}

UL.purpleBullets LI 
{
	list-style-image:url(../../images/layout/bullet-pl.gif);
}

UL.orangeBullets LI 
{
	list-style-image:url(../../images/layout/bullet-or.gif);
}

/* forms */
TEXTAREA, SELECT
{
	font-family:Arial;
}
.inputTxt 
{
	font-family : Arial;
	border: solid 1px #a3a3a3;
}

.bgButton 
{
	font-family : Arial;
	border : solid 1px #D5D6D7;
	color : Black;
	padding : 0 0 0 0;
	background-color : #FFFFFF;
	background-image:url(../../images/layout/bg_button.gif);
	cursor : pointer;
	height : 20px;
	font-weight : bold;
	font-size : 12px;
}

/* Text */
.floatRight 
{
	float:right;
}
.floatLeft 
{
	float:Left;
}
.smallText 
{
	font-size: 10px;
}

.largeText 
{
	font-size: 14px;
}

.bold
{
	font-weight:bold;
}

.orangeText 
{
	color:#F3A200;
}

/* page layout */
DIV#BodyWrapper
{
	width:760px;
	background-repeat: no-repeat;
	margin: 0px auto;
	direction:rtl;
}

/* Footer */
DIV#Footer 
{
	clear:both;
	margin:0 auto;
	padding:20px 0px 20px 0px;
	width:660px;
	font-size:11px;
	text-align:center;
}
DIV#Footer DIV#FooterWebShark 
{
	padding:5px 0px 0px 0px;
}

/* element classes */
TD.GalleryPic 
{
	background-color:#dfdfdf;
	padding:5px;
	text-align:center;
}

TABLE.TableBG TR {
	background-color:#AFF3FC;
}

TABLE.TableWithBorder, TABLE.TableWithBorder TD {
	border:solid 1px #333;
	border-collapse:collapse;
}

/* round corners */
.RoundCornerSmall 
{
	position:absolute;
	width:12px;
	height:12px;
	background-repeat:no-repeat;
	z-index:1000;
}
* html .RoundCornerSmall /* for ie 6 */
{
	display:none;
}

.GrayCornerTopRight
{
	position:absolute;
	top:0;
	right:0;
	background-image:url(../../images/layout/corner-gray-s-t-r.png);
}
.GrayCornerTopLeft
{
	position:absolute;
	top:0;
	left:0;
	background-image:url(../../images/layout/corner-gray-s-t-l.png);
}
.GrayCornerBottomRight
{
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../../images/layout/corner-gray-s-b-r.png);
}
.GrayCornerBottomLeft
{
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../../images/layout/corner-gray-s-b-l.png);
}

.PurpleCornerTopRight
{
	position:absolute;
	top:0;
	right:0;
	background-image:url(../../images/layout/corner-purple-s-t-r.png);
	z-index:0;
}
.PurpleCornerTopLeft
{
	position:absolute;
	top:0;
	left:0;
	background-image:url(../../images/layout/corner-purple-s-t-l.png);
	z-index:0;
}
.PurpleCornerBottomRight
{
	position:absolute;
	bottom:0;
	right:0;
	background-image:url(../../images/layout/corner-purple-s-b-r.png);
	z-index:0;
}
.PurpleCornerBottomLeft
{
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(../../images/layout/corner-purple-s-b-l.png);
	z-index:0;
}