﻿
/* Body Properties of the Page */
body 
{
    margin: 0px;
    /* background-image:url('images/biglogo2.jpg'); */
    background-image:url('images/FullBackGround.jpg');
    
    background-repeat:no-repeat;
    
    background-position:left top;
    
    
  
  
}


  /* a:visited {color: White ; text-decoration:none;} */
  /* a:hover {color: green ; text-decoration: none;} */
/* Main TABLE Properties (Master Page) */
table.main
{
    /* width: 1024px; */
    /* height: 565px; */
    width: 1011px;
    
    border-style: solid;
    /* background-color: #FFFFFF; */
   
   text-align: right;
   direction: rtl;
    
    
}

/* Main Content Table Properties */
table.maincontent
{
   /* width: 844px; */
   /* height: 450px; */
   width: 100%;
   
   
}

/* Table Content Properties */
table.tablecontent
{
    /* width: 664px; */
    width: 100%;
    font-family: Tahoma;
    /* color: #000000; */
    font-size: 12px;
    
}

/* width of TextBoxes */
.txtwidth
{
    width: 103px;
}

/* width of DropDownLists */
.ddlwidth
{
    width: 110px;
}

/* width of Buttons */
.btnwidth
{
    font-family: Tahoma;
    font-size: 12px;
    width: 70px;
}

/* Fonts */
.textfonts
{
    font-family: Tahoma;
    color: #000000;
    font-size: 12px;
    
}

.submenu
{
    color:Green;  
    font-size:x-large;  

    background-color:Navy;    
}

.Title
{
    font-family:Tahoma;
    font-size:13pt;
    font-weight:bold;
    color:#a51a77;    
    
    
}


.SubTitle
{
    font-family:Tahoma;
    font-size:12pt;
    font-weight:bold;
    color:#a51a77;    
}

.Content
{
    font-family:Tahoma;
    font-size:10pt;
    font-weight:normal;
    color:Black;        
}

/* MENUES */
.menustyle
{
    background-color: #e7e7e7;
    color: #6f6f6f;
    
    
}


/***********  Grids ************/

.HeaderStyle
{
    background-color:#D8B2CF;
    color:#921955;
    font-weight:bold;
}
.RowStyle
{
    background-color:#F0F3FC;
    color:#333333;
}
.SelectedRowStyle
{
    
    background-color:#bbc5f8;
    font-weight:bold;
}

.FooterStyle
{
    background-color:#990000;
    color:White;
    font-weight:bold;
}

.AlternatingRowStyle
{
    background-color:#ffffff;
}

.PagerStyle
{
    background-color:#FFCC66;
    color:#333333;
    text-align:center;
}


/*********  AJAX Tab *********/


.ajax__myTab .ajax__tab_header {

font-family:verdana, tahoma, helvetica;

font-size:11px;

border-bottom:solid 1px #b8b8b8; /* Body upper border */
/* direction:rtl; */
}

 

.ajax__myTab .ajax__tab_outer {

padding-right:4px;

height:21px;


margin-right:2px;

border-right:solid 1px #b8b8b8; /* Tabs right border */

border-top:solid 1px #b8b8b8; /* Tabs top border */

border-left: solid 1px #b8b8b8; /* Tabs left border */
 

background-color:#f1e0ed;

}


.ajax__myTab .ajax__tab_inner {

padding-left:3px;
background-color:#f1e0ed; /* Tab background color (normal) */
 

}



 

.ajax__myTab .ajax__tab_tab {

height:13px;

padding:4px;
margin:0;

}

 

.ajax__myTab .ajax__tab_hover .ajax__tab_outer {

background-color:#d3defa /* Tab mouse over right empty space color ----------------------*/

}

 

.ajax__myTab .ajax__tab_hover .ajax__tab_inner {

    background-color: #d3defa; /* tab mouse over background color*/
    border-bottom-color: #ff0000; /* NOTHING */
    
        
/* font-weight:bold; */

}

 

.ajax__myTab .ajax__tab_hover .ajax__tab_tab {}

 

.ajax__myTab .ajax__tab_active .ajax__tab_outer {

background-color: #ffffff; /* Tab selected right empty space color ----------------------*/
border-left:solid 1px #b8b8b8; /* Tab selected left border color */

}



 

.ajax__myTab .ajax__tab_active .ajax__tab_inner {
background-color: #ffffff; /* Tab selected background color */
}

 
.ajax__myTab .ajax__tab_active .ajax__tab_tab {}
 

.ajax__myTab .ajax__tab_body {

font-family:verdana, tahoma, helvetica;

font-size:10pt;

border:1px solid #b8b8b8; /* Tab body border color (right,left,bottom) */

/* border-top-color:Red; */

border-top:0;

padding:8px;


}
/* .ajax__myTab .ajax__tab_header span { float:right; } */




/*Tree View (trv1)*/



/* for div where treeview is placed */


div.ob_tree		{	
	overflow:auto;	
	direction: rtl;
}

/* for node text */
td.ob_t2	{
	FONT: 8pt Tahoma;
	vertical-align:middle;
	border: 1px solid #ffffff;
	background-color: transparent;
	padding-left:2px;
	padding-right:2px;
	direction: rtl;
}

/* for selected node text highlighted/selected */
td.ob_t3		{
	font: 8pt Tahoma; 
	vertical-align:middle;
	border:1px solid #6699cc;
	background-color:#ccddee;
	padding-left:2px;
	padding-right:2px;
	direction: rtl;
}

/* for node when edited */
input.ob_t3		{
	font: 8pt Tahoma; 
	direction: rtl;
}

/* links in all nodes */
td.ob_t2 A		{
	color: #3366cc;
	direction: rtl;
}

/* link in selected node */
td.ob_t3 A		{
	color: crimson;
	direction: rtl;
}

/* for icons */
td.ob_t4	 	{
	vertical-align:top;
	direction: rtl;
}

/* for icons */
div.ob_d4 		{
	width: 19px;
	font: 6pt Tahoma;
	direction: rtl;
}

/* for children */
td.ob_t5	{
	width:100%;
	direction: rtl;
}

/* for vertical lines (indent) */
div.ob_d5		{
	width:18px;
	direction: rtl;
	font: 5px Verdana;
}

td.ob_t5v
{
	background-image: url(vertical.gif);
	direction: rtl;
}

/* for plus-minus images */
td.ob_t6		{
	width:16px;
	vertical-align:top;
	direction: rtl;
}

/* for plus-minus images */
td.ob_t6v		{
	width:16px;
	vertical-align:top;	
	background-image: url(vertical.gif);
	direction: rtl;
}

/* for plus-minus images of the root node*/
td.ob_t8 {
	width:16px;
	vertical-align: top;	
}

/* for message "Loading ..." */
td.ob_t7		{
	FONT:8pt Tahoma;
	background-color:#ffffff;
	border:1px solid #666666; 
	color:#666666;
	width:80px;
	text-align:center;
	padding-left:20px;
	direction: rtl;
}

/* for links */
A.ob_a2		{
	FONT: 8pt Tahoma; 
	COLOR: #0000cd; 
	TEXT-DECORATION: none;
	direction: rtl;
}
		
.ob_t2c 
{		
	border-collapse: separate;	
	border-spacing: 0px;
}

.ob_t2b 
{	
	border-collapse: separate;

	border-spacing: 0px;
}

.ob_t2g
{	
	border-collapse: separate;
	border-spacing: 0px;
}
.ob_t2g td
{
	padding:0px;	
}

.ob_t2b td
{
	padding:0px;
}

.ob_t2c td
{
	padding:0px;
}


/* End of Tree View (trv1) */















/*Modal Popup*/
.modalBackground {
	background-color: #444444;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}
