﻿/*
arancio ffb340
*/

body
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
    font-size :12px;
    line-height:18px; 
    color: #666666;
}

a
{
	color: #666666;
	/* font-size: 10px; */
	text-decoration: none;
	font-weight: bold;
}

a img
{
	border: 0;
}

p
{
	color: #666666;
	text-decoration: none;
	line-height:18px; 
}

li
{
	color: #666666;
	text-decoration: none;
	line-height:18px; 
}

h1,h2,h3,h4
{
  color:#ffb340;
  /*
	color: #666666;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
*/
}

h2
{
    font-size:18px; 
}

input, input[type=text]
{
   font-size: 11px; 
   border: solid 1px #c0c0c0;
   margin: 2px;
   min-height:14px; 
   height:16px; 
}

 textarea
{
   font-size: 11px; 
   border: solid 1px #c0c0c0;
   margin: 2px;
}

select
{
   font-size: 11px; 
   color: #333333;
   height:20px;
   margin-left:2px;
}


.loginBox
{
    
    }
.loginBox input[type=text], .loginBox input[type=password]
{
    margin-left:5px;
    padding-left:5px; 
    width:150px;
}

.passwordRecoveryBox
{
    width:400px ;
    
    }

.passwordRecoveryBox input[type=text], .passwordRecoveryBox input[type=password]
{
    margin-left:5px;
    padding-left:5px; 
    width:150px;
}

.topMenu
{
   
    margin: 0;
    margin-left:20px;
    width: 100%; 
    text-align: left;
    padding-bottom: 2px;
    height: 13px;
}

.topMenu li
{
    clear: both;
    display: inline;
    height: 10px;
    padding: 0px 5px 0px 0px; 
    text-align: left;
    margin-left: 0px;
}

.topMenu a
{
    text-decoration: none;
    color: #9c9c9c;
    
}
.topMenu a:hover
{
    color: #141a2d;
}



.footerMenu
{
   
    margin: 0;
    margin-left:20px;
    width: 100%; 
    text-align: left;
    padding-bottom: 2px;
    height: 13px;
}

.footerMenu li
{
    clear: both;
    display: inline;
    height: 10px;
    padding: 0px 5px 0px 0px; 
    text-align: left;
    margin-left: 0px;
}

.footerMenu a
{
    text-decoration: none;
    color: #9c9c9c;
    
}
.footerMenu a:hover
{
    color: #141a2d;
}


.errorMessage
{
 font-weight :bold ;
 color: #c03;
	
}

.box
{
	border: solid 1px #EFB321;
	color: #FFFFFF;
}

.boxTitle
{
	color: #FFFFFF;
	background-color: #EFB321;
	font-family: Tahoma, Verdana ,Arial;
	font-size: 13px;
	text-decoration: none;
	font-weight: bold;
}

.button, .button-secondary, .submit input, input[type=button], input[type=submit]
{
    background: #f2f2f2 url(images/white-grad.png) repeat-x scroll left top;  
    text-decoration: none !important;
    font-weight :normal !important; 
    font-size: 11px !important;
    height: 15px;
    line-height: 15px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    cursor: pointer;
    border: 1px solid #bbb;
    color: #464646 !important;
    -moz-border-radius: 15px;
    -khtml-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -khtml-box-sizing: content-box;
    box-sizing: content-box;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 4px;
    min-width:60px !important
}
.button:hover, .button-secondary:hover, .submit input:hover, input[type=button]:hover, input[type=submit]:hover
{
    color: #000;
    border-color: #666;
}

.button:active, .button-secondary:active, .submit input:active, input[type=button]:active, input[type=submit]:active
{
    background: #eee url(images/white-grad-active.png) repeat-x scroll left top;
}






/* Grid ToolBar */
.gridToolBar
{
	background: url(/App_Themes/Metal/Images/background.jpg) #f2f2f2;
	color: #ffffff;
	border-right: #c0c0c0 0px outset;
	border-top: white 0px inset;
	border-left: white 0px inset;
	border-bottom: #c0c0c0 0px outset;
}
.gridToolBarItem
{
	font: 8pt Arial,sans-serif;
	color: #333;
}
/* Grid 
.grid { font : 8pt Arial,sans-serif; background: #808080; color : #999; }
.gridSelectedItemStyle { background : #008A8C; font : 8pt Arial,sans-serif; color : #FFF; }
.gridItemStyle { font : 8pt Arial,sans-serif; background : #EDF3FE; color : #333; text-align: left ;  }
.gridAlternatingItemStyle {font : 8pt Arial,sans-serif;  background : #FFFFFF; color : #333; text-align: left ;  }
.gridHeaderStyle {	background: url(/App_Themes/Metal/Images/headerBackGround20.gif);	font: bold 8pt Arial,sans-serif; color: #333;}
.gridFooterStyle { background : url(/App_Themes/Metal/Images/BackGround.jpg); font : bold 9pt Arial,sans-serif; color : #FFF; }
.gridPagerStyle { background : url(/App_Themes/Metal/Images/BackGround.jpg);  font : 8pt Arial,sans-serif; color : #FFF; }
*/

.grid
{
	width: 100%;
	font: 8pt Verdana, Arial,sans-serif;
	background: #FFFFFF;
	color: #999;
	border: solid 1px #c0c0c0;
}
.gridSelectedItemStyle
{
	background: #008A8C;
	font: 8pt Arial,sans-serif;
	color: #FFF;
}
.gridItemStyle
{
	font: 8pt Arial,sans-serif;
	background: #EDF3FE;
	color: #333;
	text-align: left;
}
.gridAlternatingItemStyle
{
	font: 8pt Arial,sans-serif;
	background: #FFFFFF;
	color: #333;
	text-align: left;
}

.gridFooterStyle
{
	background: url(/App_Themes/Metal/Images/toolbarbackground.jpg);
	font: bold 8pt Arial,sans-serif;
	color: #000000;
}


.gridHeaderStyle
{
	/* background: url(/App_Themes/Metal/Images/toolbarbackground.jpg); */
	background: url(/App_Themes/Metal/Images/gridColumnsHeaderBackground.gif);
	height: 15px;
	font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	text-align: left;
	text-decoration: none;
	color: #535353;
	padding: 5px;
	vertical-align: middle;
	border: solid 1px #B3B3B3;
}


.gridPagerStyle
{
	/*      background: url(/App_Themes/Metal/Images/BackGround.jpg);     font: 8pt Arial,sans-serif;     color: #FFF;  */
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #535353;
	padding: 5px;
	vertical-align: middle;
	border-top: solid 1px #c0c0c0;
	background-color: Transparent;
}

.footerCopyright
{   
    background-color:#f2f2f2;
    border-top:solid 1px #dadada;
    color: #666666;
    height :75px;
}

.footerCopyright td
{   
    padding:5px;
}

.languageSelection
{
 
}


