﻿label
{
    color:#3d3d3d;
	font-family:tahoma;
	font-size:11px;
	vertical-align:text-top;
}

input
{
   color:#3d3d3d;
   font-family:tahoma;
   font-size:11px;
   height:16px; 
   vertical-align:middle;
}
.smallinput
{
   color:#3d3d3d;
   font-family:tahoma;
   font-size:11px;
   height:16px; 
   vertical-align:middle;
}
.errorpanel
{
    margin-bottom:-10px;
    color: red;
}
.labelbold
{
    color:#3d3d3d;
	font-family:tahoma;
	font-size:11px;
	font-weight:bold;
}

.labelMS
{
    color:#3d3d3d;
	font-family:arial;
	font-size:12px;
    
}

.labelHead
{
  color: #6095be;
  font: bold 16px arial;
}
.labelHeadJobSearch
{
  color: #6095be;
  font: bold 14px arial;

}
fieldset {
        border: 1px solid #d3d7cf;
        border-width: 1px 0 0 0;
        margin: 0;
        padding: 1% 1em;
        clear: both;
        background: #EAF2F6 url(/images/f_gradient.jpg) repeat-x 0 0;
}

legend 
{
        font-weight 	: bold;
		text-decoration	: none;
		font-size		: 11px;
		font-family		: verdana;
		color			: #000000; 
        margin: 0;
        padding: 10px 1em;
}


/*
fieldset
{
    -moz-border-radius:5px; 
}

legend
	{
		font-weight 	: bold;
		text-decoration	: none;
		font-size		: 11px;
		font-family		: verdana;
		color			: #666666; 
	}
*/


#tableday td
{
    width:100px; 
}
#tableinfo td
{
    width:100px; 
}

/* Css for Labels which are in front of a field  */
.LC_NormalLabel
{
	color:#3d3d3d;
	font-family:tahoma;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	text-align:right;
	text-decoration:none;
	text-transform:none;
	display:table-cell;
	display:inline-block; 
}

/* Css for valid field (Textbox, Combo, DropDownList, CheckBox, etc.) */
.LC_NormalField
{
	background-color: White;
	color:Black;
	font-family:tahoma;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	border:solid 1px #A5ACB2;
	vertical-align:middle;
	display:inline;
}


/* Css for non valid field */
.LC_NonValidField
{
	background-color:Transparent;
	color:Black;
	font: 11px tahoma;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	border:solid 1px #FF0000;
	vertical-align:middle;
	display:inline;
}

/* usually used for the * caracter (the "Text" property of the validator)      */
.LC_ValidatorCss
{
	background-color:Transparent;
	color:Red;
	font: 11px tahoma;
	text-decoration:none;
	text-transform:none;
	vertical-align:text-top;
}

/* 
Validator Summary, it is use in the summary.
*/
.LC_ValidatorSumCss
{
	background-color:Transparent;
	font-family:tahoma;
	font-size:11px;
	text-align:left;
	text-decoration:none;
	text-transform:none;	
}
.smallfont p
{
    font-size:11px;
}

#pnlDiplome ul,li
{
    font-size		: 12px;
	font-family		: arial;
	color			: #484848;
    font-weight     : normal;
}
