﻿body
{
	background-color:#E9F2FA;
	font-family:Sans-Serif, Arial, Times New Roman;
	font-size:12px;		

}

#newbar
{
	border-width:1px;
	border-style:solid;
	border-color:#99AABD;	
	width:200px;
	background-color:rgb(247,246,243);
	z-index:100;
	margin-left:5px;
}

#mylinksTitle
{
	border-style:outset;
	border-width:1px;
	text-align:center;
	font-family:Verdana, Arial, Tahoma;
	font-size:14px;
	text-align:right;	
}

#linksborder
{
	border-style:outset;
	border-width:1px;	
}


label.fields, span.fields, .textfield
{
	font-family:verdana, arial, times new roman;
	font-size:12px;
	font-weight:bold;
	direction:rtl;
	font-size:12px;
}

.linksTable td
{
	font-family:verdana, arial, times new roman;
	font-size:12px;
	font-weight:bold;
	direction:rtl;
	font-size:12px;
}


.description {
                    font-family: Verdana, Arial, Helvetica, sans-serif;
                    font-size: 12px;
                    text-align:right;	
                    margin-left: 8;
                    line-height: 18px;	
                    direction:rtl;
             }
             
.description td
			{
                height:25px;
				text-align:right;	
            }
       
 .description input[type=text], .description input[type=password]
		{
            width:200px;	
			padding-bottom:2px;
			direction :rtl ;
    
        }

.required
		{
			font-family: verdana,Arial,Helvetica,sans-serif;
			font-size: 12px;
			text-align: right;
			margin-left:8;
			line-height: 18px;
			font-weight:bold;

		}
		
.required input
 {
	width:200px;
	padding-bottom:2px;
	direction:rtl 
 }	

label
{
	direction:rtl ;
	text-align:right;
}

a
{
	direction:rtl ;
}

h3
{
	direction:rtl;
}

#tblAddLink
{
	direction:rtl;
	text-align:right;
}


tr.DialogTitle
{
	background-color:#5D7B9D;
	color:White;
	font-weight:bold;
	line-height:20px;
}

#navbar table
{
	border-width:1px;
	border-style:solid;
	border-color:#99AABD;
	background-color:#5D7B9D; /* rgb(246,247,243);*/
	line-height:20px;
	font-size:14px;
	padding-right:12px;
	margin-top:4px;
	color:White;
	font-weight:bold;
	direction:rtl;
}

#navbar a
{
	color:White;
	font-weight:bold;
	text-decoration:none;
}

#navbar a:hover	
{
	color:Yellow;
	font-weight:bold;
	text-decoration:underline;
}


#divLinks
{
	height:350px;
	overflow:scroll;		
	border-color:#99AABD;
	border-style:solid;
	border-width:1px;
	
}

.submitButtons
{
	background-color:#5D7B9D;
	color:White;
	border-width:1px;

}

#confirmBar
{
	position:absolute;
	left:30%;	
	width:300px;
	height:100px;
	border-style:outset;
	border-width:2px;
	background-color:White;
	z-index:200;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;	
}


