﻿/*=============admin page view===============*/

/*  search table */
.tblsearch 
{
	width:30%;
	background-color:Gray;
}
/* the td in which search table is located */
.tdSearch 
{
	background-color:Gray;
}
/*grid view of the admin*/
.gvAdmin
{
	width:100%;
}
/* header in the grid */
.gvheader
{
	background-color:Gray;
	font-weight:bold;
	color:White;
}
/*  row in the grid */
.gvrow
{
	background-color:#EEEEEE;
	color:Black;
}
/* aternative row in the grid */
.gvaltrow
{
	background-color:Gainsboro;
	color:Black;
}
.gvfooter
{
	 background-color: #CCCCCC;
	 color:White;
}
	BackColor="#999999" ForeColor="Black" HorizontalAlign="Center"

.gvpager
{
	background-color:#999999;
	color:White;
	text-align:center;
}
/*================End of admin view section===========*/

/*==============general classes================*/
/*  over all table in the page */
.tblFull 
{
	width:100%;
	border-width:0px;
	border-spacing:0px;
	padding:0px;
	
}
/*for drop menues*/
.drpmenue
{
	
}
/*for buttons*/

.cmdbtn
{
}
/*for text boxs*/
.txtbox
{
}
/*for links*/
.lnk
{
	
}
/*for check boxs*/
.chkbox
{
	
}
/*for validation*/
.error
{
	
}
/*information items */
.infositem
{
}

/*==============end of general classes================*/

/*==============Agenda information classes================*/
/*headline */
.headline
{
	color:#ff9900;
}
/*description */
.description
{
}
/*date */
.date
{
}
/*==============end of Agenda classes==========*/

/*==============archive page classes==========*/
/*++++++paging classes+++++++*/
.Cool1LinkButton, A.Cool1LinkButton:Link, A.Cool1LinkButton:Active, A.Cool1LinkButton:Visited, A.Cool1LinkButton:Hover
{
	border-right: #4584d7 1px solid;
	padding-right: 4px;
	border-top: #4584d7 1px solid;
	padding-left: 4px;
	font-size: 10px;
	background: azure;
	padding-bottom: 2px;
	border-left: #4584d7 1px solid;
	color: #4584d7;
	padding-top: 2px;
	border-bottom: #4584d7 1px solid;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}
A.Cool1LinkButton:Hover
{
	border-right: #4584d7 1px solid;
	padding-right: 4px;
	border-top: #4584d7 1px solid;
	padding-left: 4px;
	font-size: 10px;
	background: #4584d7;
	padding-bottom: 2px;
	border-left: #4584d7 1px solid;
	color: azure;
	padding-top: 2px;
	border-bottom: #4584d7 1px solid;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: none;
}
.Warm1LinkButton, A.Warm1LinkButton:Link, A.Warm1LinkButton:Active, A.Warm1LinkButton:Visited, A.Warm1LinkButton:Hover
{
	border-right: #cc6600 1px solid;
	padding-right: 4px;
	border-top: #cc6600 1px solid;
	padding-left: 4px;
	background: papayawhip;
	padding-bottom: 2px;
	border-left: #cc6600 1px solid;
	color: #cc6600;
	padding-top: 2px;
	border-bottom: #cc6600 1px solid;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 10px;
}

A.Warm1LinkButton:Hover
{
	border-right: #cc6600 1px solid;
	padding-right: 4px;
	border-top: #cc6600 1px solid;
	padding-left: 4px;
	background: #cc6600;
	padding-bottom: 2px;
	border-left: #cc6600 1px solid;
	color: papayawhip;
	padding-top: 2px;
	border-bottom: #cc6600 1px solid;
	font-family: Verdana, Tahoma, Arial;
	text-decoration: underline;
	font-size: 10px;
}
.CommandButton     {
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}
/*++++++++++++++end of paging classes++++++++*/
.loginmsg
{
}
/*==============end of archive page classes==========*/
/*==============view page classes==========*/
.first6items
{
	width:100%;
}
.archivetitle
{
	color: #ff9900;
	font-size:large;
	font-weight:bold;
}
.archived10items
{
}
.leftdot
{
}
/*==============end of view page classes==========*/
#btnUp
{
	background-image:url(edtSpinInc.gif);
}
#btnDown
{
	background-image:url(edtSpinDec.gif);
}
.pageNo
{
	background-image:url(PageNumberbg.gif);
}
.pageNoLeft
{
	background-image:url(PageNumberLeft.gif);
}
.pageNoRight
{
	background-image:url(PageNumberRight.gif);
}


.BottomMiddle
{
	background-image:url(BottomMiddle.gif);
}

.MiddleRight
{
	background-image:url(MiddleRight.gif);
}
.TopMiddle
{
	background-image:url(TopMiddle.gif);
}

.Middle_Left
{
	background-image:url(Middle_Left.gif);
}

