html{
	overflow-y: scroll;
}

.end-of-line{
	float:right;
}
.rtl .end-of-line{
	float:left;
}

body { 
	margin:0 auto;		
	font-family: Droid Arabic Kufi,Tahoma, Arial;
	font-size: 13px;
	/*text-align: justify;*/
}



#header{
	margin:0 0 10px;
}


#tNav { width:100%; height:75px; position:absolute; top:-61px; z-index:10; margin:0; background:url(../images/tnav-bg.png) left bottom repeat-x; }
#tNavDown { width:auto; height:75px; position:relative; margin:0; background:url(../images/tnav-down-icon.png) center bottom no-repeat;  }
.menu {
			
	padding:0;	
	width:50%;
	float:left;
}

.menu ul {
	margin:0;
	line-height:61px;
	color:#fff;
}

.menu ul li{
	display:inline;
	padding:0 5px 0 5px;
}

#menu form{
	display: inline;
	float: right;
}

#menu input{
	margin: 0;
	border:1px solid #CCCCCC;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

#menu input.submit{
	padding: 0;
	margin: 0;
	background: #ccc;
	color: #666;
	font-style: italic;
	}

.menu a:link, .menu a:visited, .menu a:active{
	color:#fff;
	text-decoration:none;
}

.menu a:hover{
	color:#fff;
	text-decoration:underline;
}

.placeholder{
	color: #aaa;
	font-style: italic;
}

.nav-section{
	width: 200px;
	float:left;
}

.nav-menu{
	background:#eee;
	border:1px solid #eee;
	margin-bottom:10px;
	line-height:22px;
}

.nav-menu h3{
	background:url("/wcm/img/gso-small.gif") no-repeat scroll 0 0 #fff;
	font-size:90%;
	padding:0 0 0 22px;
	text-transform:uppercase;
}

.nav-menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%
}


.nav-menu li{
	background:url("/wcm/img/dots.gif") no-repeat scroll left 6px;
	padding:0 0 0 20px;
	border-bottom:1px dotted #fff;
	line-height:190%;
	
}

.rtl .nav-menu li {
    background: url("/wcm/img/dots.gif") no-repeat scroll right 6px transparent;
    direction: rtl;
    padding: 0 20px 0 0;
}

.nav-menu a:link, .nav-menu a:visited, .nav-menu a:active {
	text-decoration: none;
	color: #000; 
}

.nav-menu a:hover {
	color: #c00; 
}
 
.footer {
	text-align: center;
	font-size: 100%;
	margin-bottom: 10px;
	border-top: 1px solid #ccc;
}
 
/* 	Headings 
	*********/ 
	
h1, h2, h3{
	font-family: Droid Arabic Kufi,Tahoma;
	}

.rtl h1, .rtl h2, .rtl h3{
	direction: rtl;
	}
	
#mainContent { width:718px; float:left; padding:0 15px 0 15px; }
#mainContent h1 {
	border-bottom:1px solid #E1E2E2;	
	color:#1c69a8; 
	font-weight:normal
		
}

#mainContent p { 
	line-height: 18px;
	color:#646565;
	margin: 15px 0 15px 0;
}

#mainContent p a {
	color:#1c69a8;
	text-decoration: none;
	border-bottom:1px dotted #1c69a8;
}
#mainContent p a:hover {
	color:#646565;
	text-decoration: none;
	border-bottom:1px dotted #646565;
}

h2 {
	
	color:#26649B;
	font-size:110%;
	font-weight:bold;
	padding:3px;
	margin-top:10px;
}



/*	Status & Message
	****************/
	
.status{
	padding: 3px;
	left: 50%;
    margin-left: -16px;
    position: fixed;
}

.message {
	padding: 5px;
	list-style: none;
	border: 0;
	background: none;
	padding: 0;
	color: #000000;
	margin: 5px 0 8px 0;
	font-size: 100%;
	
	background: #e3f3c3;
	border: 1px solid #87BE1A;
	padding: 5px;
}

.message li {
	background: no-repeat left center;
	padding-top: 1px;
	padding-left: 20px;
	margin-left: 3px;
}

.message li.infomsg {
	background-image: url(../img/msginfo.png);
}

.message li.errormsg {
	background-image: url(../img/msgerror.png);
}

.message li.warnmsg {
	background-image: url(../img/msgwarn.png);
}


/*	Content Controls
	******************/
	

.content-control{
	display:block;
	float:left;
	width:20px;
	cursor: hand;
}

.content-item{
	border: 1px dotted #ccc;
	margin-bottom:3px;
	padding:2px;
	clear: both;
}
	
.meta{
	background: #eee;
	margin: -3px;
	padding: 3px;
	margin-bottom: 6px;
}


a img {
	border: none;
}


input, textarea, select{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: tahoma;
	}

input[type=submit], input[type=button] {
	font-size: 100%;
	margin: 5px 5px 5px 0;
	cursor: pointer;
}

input[type=text], input[type=password], textarea, select {
	font-size: 100%;
	padding-left: 1px;
}

select {
	font-size: 100%;
}

.tableControl, .actionButtons {
	width: 100%;
}

.tableControl a {
	padding-left: 10px;
}

.tableControl {
	text-align: right;
}

.rich-table {
	width: 100%;
}


.prop{
	border-top: 1px dotted #eee;
	clear: both;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 150px;
	float: left;
	padding: 0 5px 12px;
	margin-top: 3px;
	clear: left;
}

.rtl .name {
	float: right;
	clear: right;
}

.value {
	float: left;
	padding: 5px; 
}

.rtl .value {
	float: right;
}

.error {
	/*float: left;*/
	padding: 5px 0;
	color: #cc0000; 
}

input.error{
	border: 1px solid #cc0000;
}
input.valid{
	color: green;
}
label.error{
	display: block;
}

.errors {
	color: #FF0000;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input, .errors textarea, .errors select {
	border: 1px solid red !important;
}

span.required {
	color: #FF0000;
	padding-left: 2px;
}

.rich-stglpanel-body {
	overflow: auto;
} 


.rich-panel input[type=submit], .rich-panel input[type=button],
.rich-tabpanel input[type=submit], .rich-tabpanel input[type=button] {
	margin-bottom: 0;
}

.tableControl input[type=submit], .tableControl input[type=button], .tableControl select {
	margin: 5px 0 5px 5px;
}

/* I don't know why this is necessary, but the select is off by a pixel on the top and is padding too much on the left */
.tableControl select {
	margin-left: 2px;
	position: relative;
	top: 1px;
}

.actionButtons {
	padding-left: 1px;
}

.actionButtons select {
	margin: 5px 5px 5px 0;
	vertical-align: bottom;
}

.rich-toolbar-item a {
	text-decoration: none;
}

.rich-toolbar-item a:hover, .rich-ddmenu-label-select {
	text-decoration: underline;
}

.rich-toolbar-item .rich-menu-item a:hover {
	text-decoration: none;
}

.rich-datalist {
	list-style: square;
	margin: 6px 0 1px 0;
	padding-left: 18px;
}

.rich-list-item {
	padding-bottom: 4px;
}

div.info {
	font-size: 100%;
}

ul.bullets {
	list-style: square;
}

ul.bullets li {
	padding-bottom: 2px;
}

td.action {
	text-align: center;
	width: 8em;
	white-space: nowrap;
}

td.action a {
	padding-left: 1px;
	padding-right: 1px;
}

table.radio {
   border: 0;
}

table.radio td {
   padding: 0 2px;
}

table.radio input[type=radio] {
   vertical-align: bottom;
}

small{
	color: green;
}


.rtl .add-content-controls{
	direction: rtl;
}

.rtl .content-form{
	direction: rtl;
}

