/* ---------------------------------------------------------------------------------------------- */
/* ------------------- IMPORTANT: Do NOT change this file manually.------------------------------ */
/*This file defines the default CSS classes used for Sitecore Intranet Portal,                    */
/*and the file might automatically be overwritten when upgrading to newer versions of SIP.        */
/*If you want to change any of these classes, add them to the stylesheet definitions in the skin. */
/* ---------------------------------------------------------------------------------------------- */

/*=======================================
Warning and error styles
=======================================*/
.WarningMessage
{
   color:black;
   font-weight:bold;
}
.WarningPanel
{
   padding:10px;
   border: 1px solid #C9C9C9;
   background: url(/intranetcontent/images/warning_gradient.png) repeat-x;
   line-height:16px;
}
.WarningImage
{
   vertical-align:middle;
   margin-right: 5px;
}

/*=======================================
Paging style
=======================================*/
.Paging table
{
   margin: 8px 2px 2px 0px;
}
.Paging a, .Paging span
{

   border:solid 1px #dadad2;
   padding: 4px 7px;
   margin-left:3px;
}
.Paging a
{
   background-color:#f1f2ef;
   color: black;
   text-decoration:none;
}
.Paging span
{
   background-color:#737373;
   font-weight:bold;
   color:#f1f2e0;
}
.Paging td
{
   line-height:2.2;
}

/*=======================================
Calendar popup style
=======================================*/
body.calendarPopupBody
{	
	background-color:White;
	font-family:Arial;	
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin:10px;
	padding:0px;		
}

div.calendarPopupDataContainer 
{
	width:80%;
	background-color:Silver;
	padding: 1px 1px 1px 1px;
}

.txtSelectedDate_dateonly 
{
	color:Red;
	text-align:center;
	width:100%;
	border-width:0px;
	margin:1px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

.txtSelectedDate_datetime 
{
	margin:1px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:Black;
	text-align:center;		
	border-width:0px;
	border-style:none;
	width:100%;		
}

.calendarPopupBtnCancel 
{
}

.calendarPopupBtnSave
{
}

table.calendarPopupBody
{
	width:100%;		
}

.calendarPopupBody td 
{
	padding:0px 0px 0px 0px;
	font-family:Arial;
}

.calendarPopupTitle td
{
	background-color:White;
	font-weight:bold;
	font-size:12px;	
}

.calendarPopupTitle a
{
	font-weight:bold;
}

.calendarPopupDayHeader
{
	background-color:#DADAD2;
	border-color:White;
	border-style:solid;
	border-width:0px;
    font-weight:bold;    
    font-size:10px;
}

td.calendarPopupDay
{
	background-color:#F4F4F1;
	border-color:White;
	border-style:solid;
	border-width:0px;
	font-size:10px;
	font-weight:bold;	
}

td.calendarPopupOtherMonthDay
{
	background-color:White; 	 
	border-color:White;
	border-style:solid;
	border-width:0px;
	font-size: 10px;
	font-weight:bold;	
}

.calendarPopupTodayDay
{
	background-color:Silver;
	font-size:10px;
	font-weight:bold;
}

