﻿body  *
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt
}

A
 {
	text-decoration: none; 
	COLOR: #005297 
 }
 A:hover
 {
	text-decoration: underline;
	color:gray
 }
 .validation_error
 {
	color:Red;
	font-family:Verdana;
	font-size:Smaller;
	display:none
 }
/**
 *.all_chiled_font
 * for all chiled font
 */
.all_chiled_font *
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt
}

/**
 *.inputfield
 * for the input type=text fields
 */
.inputfield{width:160px;border:solid 1px silver;
	 height:20px}
.inputfield_select{width:100px}
.search_inputfield
{width:35px;border:solid 1px Gainsboro ;
 height:20px;}

.background_color
{background-color:#71829b}

/**
 *.control_title
 * for the main title for the control
 */
.control_title
 {font-weight:bold;
  font-size:10pt;
  border:solid 1px silver;
  background-color:#71829b;
  /*background: url(ManageRoles/images/button_back.gif) center;*/
  color:WHITE;
  width:100%;
  height:30px;
  padding:5px 0px 5px 5px
 }
 .control_title_chiled
 {
	font-weight:bold;
  font-size:10pt;
  border:solid 1px silver;
  background-color:#71829b;/*#5D7B9D;*/
  color:WHITE;
  width:100%;
  padding:5px 0px 5px 5px
 }
 .control_buttum
 {font-weight:bold;
  font-size:10pt;
  border:solid 1px silver;
  background-color:silver;
  color:white;
  width:100%;
  padding:5px 0px 5px 5px
 }
 .control_border
 { 
	border-style:ridge;
	border-width:1px;
	border-color:#71829b
 }
 
 /**
 *.control_full_success_message
 * for the success message in the control
 * that will be show in the whole controil
 */
 .control_full_success_message
 {
   color:green;  	
   height:100%;
   padding:10px 10px 10px 10px;
 }


/**
 *.control_normal_success_message
 * for the succesful actions in the control
 * that will be show to the user when an action has been completed succsesfuly
 * ie: User information has been updated succsesfuly...etc
 */
 .control_normal_success_message
 {
   color:green;  	
   border-top:solid 1px silver;
   border-bottom:solid 1px silver;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size :8pt;
   /*xtext-transform:capitalize; */
 }
 
 /**
 *.control_full_error_message
 * for the error message in the control
 * that will be show in the whole controil
 * ie: permesion denied
 *     data not found
 */
 .control_full_error_message
 {
   color:Red;  	
   height:100%;
   padding:10px 10px 10px 10px;
    text-transform:capitalize;
 }

/**
 *.control_normal_error_message
 * for the error message in the control
 * that will be show to the user in case he enterd invalid data
 * or some error happend while prossesing his requiest
 * ie: Please Enter a valid EmailAddres....etc
 */
 .control_normal_error_message
 {
   color:Red;  	
   border-top:solid 1px silver;
   border-bottom:solid 1px silver;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size :8pt;
   text-transform:capitalize;

 }
  .noborder
  {
   border-top:none 1px silver;
   border-bottom:none 1px silver;
   border-left:none 1px silver;
   border-right:none 1px silver
  }
/**
 *.small_link
 * for the small size font link
 * ie: forgot password link
 */
 .small_link
 {
	font:10px verdana;
	text-decoration: none; 
	COLOR: #005297 
 }
 A.small_link:hover
 {
	text-decoration: underline;
	color:gray
 }
 
 /**
 *.OkButton
 * for the Ok, Save ,Delete ,.... Buttons
 * 
 */
 .OkButton
 {
	color: #000000; 
	height:22px;
	cursor: pointer;
	cursor: hand; 	
	border: solid 1px #808080; 
	background: url(ManageRoles/images/button_back.gif) center; 
	padding:1px;
 }
.table_row{background-color:#F7F6F3}
.table_alternating_row{}

.row
{background-color:#F7F6F3
}
.row .td1,.alt_row .td1{text-align:center;}
.row .td2 div,.alt_row .td2 div{font-weight:bold;color:red;cursor:hand;cursor:pointer;}

.row .td3{padding-right:6px}
.div_menu
{
	font-weight:bold;
	width:20px;
	background-color:#F7F6F3;
	text-align:center;
	border-style:none;
	border-width:1px;
	border-color:SILVER;
	position:absolute;
	z-index:1000;
	display:none;
}
.div_menu table
{border-style:solid;
	border-width:1px;
	border-color:SILVER;
}
.div_menu_td
{
	border:solid 1px #F7F6F3;cursor:hand;cursor:pointer;
	padding:5px 8px 5px 8px
}
.selected_lnkLeftNav
{
	border:solid 1px silver;
}


.popupControl
{
 position:absolute;display:list-item;z-index:1000
}
.sendback
{
	z-index:-1
}

.playername 
{text-transform:capitalize;}
.collegename 
{text-transform:capitalize;}
/*
   .MARKCHECK <VALUE>
    THIS IS FOR THE CHECKED/UNCHECKED IMAGE    
*/
.MARKCHECK_TRUE
{
 background-image:url(images/checkmark.gif)
}
.MARKCHECK_FALSE
{
  background-image:url(images/nocheckmark.gif)
}



/*
  default colors for text links
*/
.OrangeColorLinks a,
.OrangeColorLinks a:link ,
.OrangeColorLinks a:visited,
.OrangeColorLinks a:active
{color:#F47310;}
.OrangeColorLinks a:hover
{color:#71829b}

.BoldLinks a:link ,
.BoldLinks a:visited,
.BoldLinks a:active,
.BoldLinks a:hover
{font-weight:bold;}





.NavyColorChild *{color:black}
.field_title
{font-weight:bold;}
.field_title ,.field_value
{
width:6.6%;
text-align:center;    
color:black
}
.bold{font-weight:bold;color:black
}