﻿/* -- HeaderStyle -- class controls 
   Calendar Header Font face,size,color */

.HeaderStyle {
    font-size: 13px;
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    color: #000000;
}

/* -- DayStyle -- class controls 
   Calendar Header Font face,size,color,border and cell height,width  */

.DayStyle {
    font-size : 13px;
    font-family: Arial;
    color: #000000;  
    font-weight: normal;
    vertical-align: top;
}

/* -- ToDayStyle -- class controls 
   Calendar Header Font face,size,color,background color and cell height,width  */
   
.ToDayStyle {
    font-size : 13px;
    font-family: Arial;
    color: #000000;  
    font-weight: normal;
    vertical-align: top;   
}

/* -- TitleStyle -- class controls 
   Calendar Header Font face,size,color  */
   
.TitleStyle {
    font-size : 13px;
    font-family: Arial;
    color: #000000;
    font-weight: bold;  
    vertical-align : middle; 
    background: #cccccc;
}
 
 /* -- OtherMonthDayStyle -- class controls 
   Calendar Header Font face,size,color,border and background color */
   
.OtherMonthDayStyle {
    font-size : 13px;
    font-family: Arial;
    color: #000000;  
    font-weight: normal; 
    vertical-align :top;
}

/* -- SelectedDayStyle -- class controls 
   Calendar Header Font face,size,color,background color */
   
.SelectedDayStyle {
    font-size : 13px;
    font-family: Arial;
    color: #000000; 
    font-weight:normal; 
    vertical-align :top;
}

/* -- NextPrevStyle -- class controls 
   Calendar Header Font face,size,color,background color */
   
.NextPrevStyle {   
    Font-Size: 10px;
    font-family: Arial;
    color: #000000;  
    font-weight: normal;
    vertical-align :top;
}
/* -- Selectorstyle -- class controls 
   Calendar Header Font face,size,color,background color */
.Selectorstyle {
    font-size : 13px;
    font-family: Arial;
    color: #000000;  
    font-weight: normal;
    vertical-align: top;
}

.pictureTitleSeparator {
    color: black;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}

A.pictureTitle, A.pictureTitle:Active, A.pictureTitle:visited {
	color: #0071BC;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}
A.pictureTitle:hover {
	color: #003366;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
}

/* Administration/AddEditPictureOfTheDay.aspx and CustomerPictures.aspx */

.AddEditPicTitle {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #3772BD;
}
.AddEditPiccont {
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
}
A.AddEditPiclink, A.AddEditPiclink:Active, A.AddEditPiclink:visited {
	color: #009FFF;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
A.AddEditPiclink:hover {
	color: #009FFF;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
.custompiccont {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}
