body {
	margin-top:0px;
	padding-top:0px;
	font-size: 11px;
	overflow-y:scroll;
	background-color: white;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 4px;
}

.container {
	width: 950px;
	border: 1px solid #666666;
	background-color: #FFFFFF;	
	margin-left: auto;
	margin-right: auto;
}

.messageBar {
	background-color: #94816B;
	height: 160px;
	clear: right;
}

/* Global Link Styles */
a {
	color: #C21DAC;
	text-decoration: none;
}

a:hover { /**
	Modification: Samer removed the hover:
	Mahmoud Safi
	background-color:#C21DAC;
	**/
	
}

.logo {
	padding: 5px;
}

h2 {
	font-size: 16pt;
	color:#003399;
	font-weight: bold;
	text-align: left; 
	margin: 0px 0px 5px 0px;
	padding-top: 0px;
	margin-bottom: -10px;
	text-shadow: #cccccc 1px 1px;
	text-decoration:underline;
}

h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0070c0;
	margin-bottom: 2px;
}

.statusTop {
	font-size: 9px;
	margin: 20px 0px 5px 0px;
	color: #666666;
	text-align: right;
	padding-right: 20px;
	width: 780px;
}

.statusBottom {
	XXXwidth: 950px;
	font-size: 10px;
	color: #666666;
	XXXtext-align: middle;
}

.credits {
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-right: 20px;
	position: relative;
	top: -40px;
	margin: 0px 0px 0px 0px;
}

.menu {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	white-space: nowrap;
	height: 22px;
	float: right;
	width: 100%;
	background-color: #666666;
}

.menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

.menuItem a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #666666;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.menuItem a:hover {
	text-decoration: none;
	background-color: #C21DAC;
	color: #FFFFFF;
}

.menuSelected a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	white-space: nowrap;
	background-color: #C21DAC;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}

.menuSelected a:hover {
	text-decoration: none;
	background-color: #C21DAC;
	color: #FFFFFF;
}

.seperator {
	background-color: #8C8C8C;
	height: 20px;
	clear: right;
}

.highlight {
	color: #C21DAC;
	font-size: 12px;
}

/*.tabs {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.tab{
	font-size:10px;
	font-weight:bold;
	border-left: 1px solid #003399;
	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	background-color:#6699FF;
	padding: 5px 5px 3px 5px; 
	vertical-align:middle;
}

.current{
	font-size:10px;
	font-weight:bold;
	border-left: 1px solid #003399;
	border-top: 1px solid #003399;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	background-color:#006699;
	padding: 5px 5px 3px 5px; 
	vertical-align:middle;
}

.tabs a{
	color:#FFFFFF;
	text-decoration:none;
}

.tabs a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}*/
.body {
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	
}

.table {
	width: 100%;
	padding: 1px;
	border-spacing: 1px;
}

.table1 {
	width: 100%;
	padding-left: 350px;
	border-spacing: 1px;
}

.tdLabel {
	background-color: #ffffff;
	color: black; /* Mahmoud safi */
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 30%;
}

.tdLabel2 {
	background-color: #ffffff;
	color: black; /* samer  today*/
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	width: 32%;
}

/* td label before mahmod modification 
.tdLabel{
	background-color:#ffffff;
	color : #333333;
	font-size: 11px;
	font-weight : bold;
	text-align : right;
	vertical-align : top;
	width:30%;
}
*/
.tdEntry {
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	width: 70%;
}

.tdEntry2 {
	background-color: #ffffff;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	width: 40%;
}

.controls {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}

.controls1 {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 300px;
	text-align: left;
}

input {
	border: 1px groove #666666;
	color: #333333;
	font-size: 11px;

}

.noborder {
	border: none;
}

input.select {
	border: 1px groove #666666;
	color: #333333;
	font-size: 11px;
	width: auto;
}

select {
	border: 1px groove #666666;
	color: #333333;
	font-size: 11px;
	width: auto;
}

input.button {
	width: auto;
	background-color: #FDC82F;
}

input.inplace_save {
	width: auto;
	background-color: #FDC82F;
}

input.create_narration {
	width: auto;
	background-color: #585858;
	height: 25px;
	vertical-align: top;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

input.inplace_cancel {
	width: auto;
	background-color: #FDC82F;
}

input.checkbox {
	background-color: transparent;
	border: none;
	width: auto;
}

textarea {
	border: 1px groove #666666;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 400px;
	XXheight: 100px
}

textarea.Description {
	border: 1px groove #666666;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 400px;
	height: 90px
}

th { /*background-color: #6699FF;*/
	background-color: #92D400;
	font-weight: bold;
	line-height: 16px;
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr.odd {
	background-color: #dddddd;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

tr.even {
	background-color: #eeeeee;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

tr.over {
	
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.requiredStar {
	color: #FF0000;
}

.finePrint {
	font-size: 10px;
	color: #666666;
}

.success {
	background-position: left;
	padding-left: 45px;
	width:550px;
	min-height: 36px;
	padding-top: 15px; 
	background-image :url('../images/vt_admin/numbers/tick.png');
	background-color: #EEEEEE;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 1px solid #736F6E;
	margin: 15px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('../images/vt_admin/numbers/tick.png')
}

.success1 {
	background-position: left;
	padding-left: 45px;
	min-height: 36px;
	padding-top: 15px; 
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	margin: 15px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: left;
}
.successdomain{
	background-position: left;
	padding-left: 45px;
	min-height: 36px;
	padding-top: 15px; 
	background-color: #EEEEEE;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border: 1px solid #736F6E;
	margin: 15px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: left;

}

/* updates by Mahmoud Safi */
.error {
	background-color: #C9CACB;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	margin: 15px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: left;
	border: 1px solid #666666;
}

.contactsuccess {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	margin: 5px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: left;
}

.purchase {
	background-color: #C9CACB;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	margin: 15px 0px 5px 0px;
	background-repeat: no-repeat;
	background-position: left;
}

/* updates end */
.wizardStatus {
	background-color: #9DA8BE;
	vertical-align: middle;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666666;
	font-size: 11px;
	font-weight: bold;
}

.wizardStatus a {
	color: #FFFFFF;
	text-decoration: none;
}

.wizardStatus a:hover {
	color: #000000;
	text-decoration: underline;
}

.wizardSelected {
	background-color: #2C6598;
}

.sceneTitle {
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background-color: #f0f0f0;
	height: 40px;
}

.spacerRow {
	height: 3px;
}

.arrowCell {
	text-align: center;
}

.helpIcon {
	text-align: right;
}

.regCheckbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.saveHighlight { /* Mahmoud Safi*/
	font-weight: bolder;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	width: 146px;
	height: 29px;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	/* Mahmoud Safi*/
}

/**/
.podLeft {
	border-right: 1px dotted #CC00CC;
}

.podRight {
	margin-left: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #CC00CC;
}

.podBottom {
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	text-align: center;
}

.podHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	/*color:#ADD342;*/
	color: #90A836;
	letter-spacing: 1px;
	padding-bottom: 2px;
}

.podHead2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	padding-bottom: 2px;
}

.podBody {
	margin-right: 20px;
}

.faded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.underline {
	border-bottom: 1px solid #CCCCCC;
}

.articleLinks {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.articleLinks li {
	padding-left: 10px;
	background-image: url(../images/site/icons/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.list {
	list-style-image: url(../images/site/icons/arrow2.gif);
}

.pod a {
	color: #D33993;
	text-decoration: underline
}

.pod a:active {
	color: #D33993;
	text-decoration: underline;
}

.pod a:hover {
	color: #D33993;
	text-decoration: underline;
}

/* wisam's stuff */
li {
	padding-bottom: 5px;
}

.arrow {
	font-weight: bold;
	font-size: 16px;
	color: #999999;
}

ol.stepByStep {
	font-weight: bold;
}

/* START Mahmoud safi UPDATE*/
.mainPageHeading {
	font-weight: bold;
	font-size: 22px;
	color: black;
}

.mainPageSectionHeading {
	font-weight: bold;
	font-size: 14px;
	color: white;
	background-color: #4993BD;
	padding: 2px 2px 2px 2px;
}

/* END Mahmoud safi UPDATES */
.homePageMessage {
	font-size: 28px;
	color: #666666;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
}

.homePageFeatures {
	font-size: 12px;
	color: #970A0A; /* Mahmoud safi */
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.homePageSignupBg {
	background-image: url(../images/site/bg_box_signup_now.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.sixtyGuide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFEEAA;
	padding: 4px;
	border: 1px solid #FF0000;
	width: 200px;
}

.productHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	width: 150px;
	color: #C21DAC
}

.productPicture {
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	height: 98px;
	width: 83px;
}

.ghost {
	background-color: #FFFFCC;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FF9900;
	border-bottom-color: #FF9900;
}

/* CSS vs. Adblock tabs */
.swiff-uploader-box a {
	display: none !important;
}

#demo-status {
	padding: 10px 15px;
	width: 420px;
	border: 1px solid #eee;
}

#demo-status .progress {
	background: url(../images/progress-bar/progress.gif) no-repeat;
	background-position: +50% 0;
	margin-right: 0.5em;
	vertical-align: middle;
}

#demo-status .progress-text {
	font-size: 0.9em;
	font-weight: bold;
}

#demo-list {
	list-style: none;
	width: 450px;
	margin: 0;
}

#demo-list li.validation-error {
	padding-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	color: #8a1f11;
	cursor: pointer;
	border-bottom: 1px solid #fbc2c4;
	background: #fbe3e4 url(../images/failed.png) no-repeat 4px 4px;
}

#demo-list li.file {
	border-bottom: 1px solid #eee;
	background: url(../images/file.png) no-repeat 4px 4px;
	overflow: auto;
}

#demo-list li.file.file-uploading {
	background-image: url(../images/uploading.png);
	background-color: #D9DDE9;
}

#demo-list li.file.file-success {
	background-image: url(../images/success.png);
}

#demo-list li.file.file-failed {
	background-image: url(../images/failed.png);
}

#demo-list li.file .file-name {
	font-size: 1.2em;
	margin-left: 44px;
	display: block;
	clear: left;
	line-height: 40px;
	height: 40px;
	font-weight: bold;
}

#demo-list li.file .file-size {
	font-size: 0.9em;
	line-height: 18px;
	float: right;
	margin-top: 2px;
	margin-right: 6px;
}

#demo-list li.file .file-info {
	display: block;
	margin-left: 44px;
	font-size: 0.9em;
	line-height: 20px;
}

#demo-list li.file .file-remove {
	clear: right;
	float: right;
	line-height: 18px;
	margin-right: 6px;
}

.hrGray {
	color: gray;
	width: 450px;
	float: left;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}

.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}

.uploadifyQueueItem .cancel {
	float: right;
}

.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}

.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/ /*width: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 13px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: white;
}

.ac_over {
	background-color: #75A1C2;
	color: white;
}

.Label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b80b20;
}

.grey_bg {
	background-image: url(../images/header/header_bg.png);
	color: #FFF;
	background-color: #FFF;
}

.header_lo {
	background-image: url(../images/header/header_logo.png);
	cursor: pointer;
}

.header_bo {
	background-image: url(../images/header/header_bg.png);
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

#Go {
	background-image: url(../images/header/header_search_btn.png);
	border: 0px solid #FFFFFF;
	width: 41px;
	height: 20px;
	border: 0;
	padding-bottom: 3px;
	font-weight: bold;
	color: #FFF;
}

.dark_grey_bg {
	background-color: #666;
}

.MenuSmallLink {
	background-image: url(../images/buttons/btns_blue.png);
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	list-style-type: none;
	height: 25px;
	width: 105px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	font-size: 12px;
	line-height: 25px;
}

.MenuSmallLinkSelected {
	background-image: url(../images/buttons/btn---white.png);
	font-weight: bold;
	color: #666;
	font-style: normal;
	list-style-type: none;
	height: 25px;
	width: 105px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	font-size: 12px;
	line-height: 25px;
}

.MenuSmallLink:hover {
	background-image: url(../images/buttons/btn---red.png);
	height: 25px;
	width: 105px;
}

#BannerDesc {
	background-image: url(../images/banner/banner_sample_left.png);
	height: 273px;
	width: 495px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

.MenuLargeLink:hover {
	background-image: url(../images/buttons/btn_l_hover.png);
	height: 25px;
	width: 118px;
}

.MenuLargeLink {
	background-image: url(../images/buttons/btn_l_normal.png);
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	list-style-type: none;
	height: 25px;
	width: 118px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	font-size: 12px;
	line-height: 25px;
}

.MenuLargeLinkSelected {
	background-image: url(../images/buttons/btn_l_clicked.png);
	font-weight: bold;
	color: #666;
	font-style: normal;
	list-style-type: none;
	height: 25px;
	width: 118px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	font-size: 12px;
	line-height: 25px;
}

.Button {
	background-image: url(../images/buttons/btn_l_normal.png);
	font-weight: bold;
	color: #FFF;
	font-style: normal;
	list-style-type: none;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	font-size: 12px;
}

.SignIntop {
	background-image: url(../images/signin/signin_top.png);
}

.SignIn {
	background-image: url(../images/signin/sign-in.png);
	background-repeat: no-repeat;
}

a {
	color: #F00;
}

p {
	color: black;
	font-size: 12px;
	
	/*font-weight: bold; Mahmoud Safi*/
}

table.textg p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 0px;
}

table.textgg {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 10px 0px 0px;
}



.textf p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 50px 0px 40px;
}

.textq p {
	color: #0097ff;
	font-weight: bold;
}

table.textg tt {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0097ff;
}

.faq a {
	
	font-size: 12px;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
}

.faq p {
	font-weight: bold;
	font-size: 11px;
	color: #999;
	line-height: 1.1;
	font-family:Arial, Helvetica, sans-serif;
	padding: 0px 150px 0px 40px;
}

.faqa p {
	font-size: 10px;
}

.black {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px 15px 0px 15px;
}

/* begin: slideshow */
.banner_title {
	font-size: 16pt;
	color: #c11e25;
	font-weight: bold;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	margin-bottom: 10px;
	text-shadow: #003366 1px 1px;
	font-style:italic;

}

.slideshow {
	position: relative;
	width: 950px;
	height: 233px;
	background-image:url(../images/banner/banner-bg.jpg);
}

.slideshow a img {
	border: none;
}

.slideshow li.slide {
	list-style-type: none;
}

.slideshow .slides {
	height: 233px;
	margin: 0;
}

.slideshow .slides li.slide {
	visibility: hidden;
	position: absolute;
	left: 460px;
	
}

.slideshow .buttons {
	display: none;
}

.slideshow .buttons {
	display: block;
	position: absolute;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	margin: 0;
	width: 500px;
	height: 28px;
	bottom: 0px;
}

.slideshow .buttons li {
	float: right;
	display: inline;
	width: 125px;
	height: 28px;
	margin: 0;
	padding-right: 0px;
	background-repeat: no-repeat;
}

.slideshow .buttons li a {
	background-image: url(../images/banner/red--banner--btn.png);
	float: right;
	width: 125px;
	height: 28px;
	color: #fff;
	outline: 0;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	line-height: 28px;
}

.slideshow ul.buttons li a:hover {
	text-decoration: none;
	color: #150517;
	text-align: center;
	width: 125px;
	height: 28px;
}

.slideshow ul.buttons li.active a:hover,.slideshow ul.buttons li.active a
	{
	background: url(../images/banner/white--banner--btn.png);
	color: #666666;
	width: 125px;
	height: 28px;
}

/* Added by samer */


.slideshow .text {
	
	position: absolute;
	z-index: 100;
	left: 20px;
	font-weight: 600;
	}

.slideshow .text li {
	position:absolute;
	top:10px;
	width: 390px;
	height: 150px;
	
	}

.slideshow .text li p {
	
	width: 390px;
	position:absolute;
	color:white;
	font-size: 13px;
	text-align: justify;
	font-family:sans-serif;
	
}

/* end: slideshow */
.normal p {
	font-size: 14px;
	line-height: 1.3;
	font-family: Arial, Helvetica, sans-serif;
}



/* Mahmod CSS*/
.tableheader {
	font-weight: bolder;
	color: #FFFFFF;
	text-align: center;
	height: 45px;
	border: 1px solid #C2CFD8;
	background-color: #4693BE;
	height: 12px;
	font-size: 14px;
}

.tabletitle {
	border: 1px solid #C2CFD8;
	color: #FFFFFF;
	font-weight: bolder;
	font-size: 14px;
	text-align: center;
	height: 30px;
	background-color: #2A2C5D
}

.tableboder {
	height: 12px;
	border: 1px solid #C2CFD8;
	text-align: center;
	font-size: 14px;
}

.secondtd {
	height: 12px;
	border: 1px solid #C2CFD8;
	background-color: #C9CACB;
	text-align: center;
	font-size: 14px;
}

.spbutton {
	font-weight: bolder;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	width: 146px;
	height: 29px;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

.spbuttonsave {
	font-weight: bolder;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	width: 146px;
	height: 29px;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
}

.blueb {
	font-size: 15px;
	color: #1A5E90;
	font-weight: bolder;
}

.tdstagebar {
	font-weight: bold;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	height: 28px;
	width: 125px;
	text-align: center;
	color: #FFFFFF
}

.notetext {
	text-align: justify;
	color: black;
	margin-left: 15px;
}

.numtext {
	text-align: justify;
	font-weight: normal;
	font-size: 13px;
	margin-left: 30px;
}

.alphatext {
	text-align: justify;
	font-weight: normal;
	font-size: 13px;
	margin-left: 60px;
}

.silvertext {
	text-align: justify;
	font-weight: normal;
	font-size: 13px;
	margin-left: 15px;
}

.question {
	color: #0097FF;
	font-weight: bold;
}

.imagetd {
	background-color: #75A1C2;
	text-align: center;
	font-weight: bold;
	height: 30px;
}

.sptable {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	background-color: #E6E8E9
}

IMG {
	border-width: 0;
}

.tourbutton {
	font-weight: bolder;
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	width: 100%;
	height: 29px;
	color: white;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #890101;
}

.productPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #75A1C2;
	padding: 2px;
	height: 25px;
	color: white;
	text-align: center;
	font-weight: bolder;
}

.tourtext {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
}

.content {
	text-align: left;
	margin: 0px 0px 0px 0px;
}

.normal {
	color: black;
	vertical-align: top;
	font-size: 12px;
}

.numbers {
	padding-top: 10px;
}

.uploadbuttons {
	text-align: center;
	font-weight: bold;
	padding-left: 6px;
	padding-top: 5px;
	width: 90px;
	height: 21px;
	color: white;
	cursor: pointer;
	background-image:
		url('../images/vt_admin/blueicons/baby-blue---plain.png')
}
p.editme2:HOVER{
	cursor: pointer;
	
	}
	p.editme1:HOVER{
	cursor: pointer;
	
	}
	
	

/* End of Mahmod CSS */ /* Added by samer to view jquery stuff*/
.rss-popup {
	margin: 0px auto;
	padding: 0px;
	
}

div.rss-popup em {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 155px;
	heigh:100px;
	text-align: center;
	z-index: 2;
	display: none;
}


.producttable {
	border-collapse:collapse;
	margin-left: 140px;
}


.sidebar {
	margin-left: 3px;
}

