/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/

/* text style for the selected tab */
/* Modified by Cygnet Infotech */

.SelectedTab
	{
	font-size: 12px;
	height: 23px;
	}

/* text style for the unselected tabs */
/* Modified by Cygnet Infotech */

.OtherTabs
	{
		font-size: 12px;
	}

/* hyperlink styles of the unselected tabs */
/* Modified by Cygnet Infotech */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color: red;
}

.SiteLinkb {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

A.SiteLinkb:Link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}A.SiteLinkb:Hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}A.SiteLinkb:visited{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}A.SiteLinkb:active{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}


/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial;
    font-size: 12px;
}

/* hyperlink style for the site links */
.A.SiteLink:link {
    text-decoration:    none;
    color:#000000;
}

.A.SiteLink:visited  {
    text-decoration:    none;
    color:#000000;
}

.A.SiteLink:active   {
    text-decoration:    none;
    color:#000000;
}

.A.SiteLink:hover    {
    text-decoration:    underline;
    color:red;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
	{
		font-size: 13px;
	}

/* style of item titles by Announcements and events */
.ItemTitle
	{
		font-size:  13px;
	}



/* GENERAL */
/* style for module titles */
.Head
	{
		font-size:  14pt;
	}

/* style of item titles on edit and admin pages */
.SubHead
	{
		font-size:  13px;
	}

.SubHeadRed    {
    font-size:  13px;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
/* Modified by Cygnet Infotech */

.SubSubHead
	{
		font-size:  13px;
	}

/* text style used for most text rendered by modules */
.Normal
	{

		font-size: 13px;
	}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
	{
		font-size: 14px;
	}

.NormalRed
	{
		font-size: 13px;
	}

.NormalBold
	{
		font-size: 13px;
	}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
	{
		font-size: 13px;
	}

A.CommandButton:link {
    font-size: 13px;
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    font-size: 13px;
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    font-size: 13px;
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    font-size: 13px;
    text-decoration:    underline;
    color: red;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */


/*-------------------------------------------------*/
/* additional elements (added SaHe, July 8th 2005) */
/*-------------------------------------------------*/

.LPSubHead    {
    font-size:  12px;
}



.LPCommandButton     {
    font-size: 12px;
}

A.LPCommandButton:link {
    text-decoration:    underline;
    color: #FAFCD7;
}

A.LPCommandButton:visited  {
    text-decoration:    underline;
    color: #FAFCD7;
}

A.LPCommandButton:active   {
    text-decoration:    underline;
    color: red;
}

A.LPCommandButton:hover    {
    text-decoration:    underline;
    color: red;
}



.GeneralButton     {
    font-size: 13px;
}

.SmallHead    {
    font-size:  12px;
}



.ToDoSubNavigationHeader {
    font-size: 13px;
}

.SubNavigationHeader {
    font-size: 13px;
}


.BreadCrumb     {
    font-size: 13px;
}




/*-----------------------------------------------------*/
/* end additional elements (added SaHe, July 8th 2005) */
/*-----------------------------------------------------*/






/* GENERIC */
H1  {

    font-size:  14pt;
}

H2  {

    font-size:  12px;
}

H3  {

    font-size:  14px;
}

H4  {

    font-size:  14px;
}

H5, DT  {

    font-size:  13px;
}

H6  {

    font-size:  13px;
}

TFOOT, THEAD    {

    font-size:  14px;
}

TH  {
	font-size:  14px;

}


/* Attention: this needs to be the same like the texts styles in the tabs, as the tabs first use this
    style until clicked once */

A:link  {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	text-decoration:    none;
    color:  black;
	font-size: 12px;
	font-weight:    bold;
}

A:visited   {
    text-decoration:    none;
    color:  black;
	font-size: 12px;
	font-weight:    bold;
}

A:active    {
    text-decoration:    none;
    color:  black;
	font-size: 12px;
	font-weight:    bold;
}

A:hover {
    text-decoration:    none;
    color:  red;
	font-size: 12x;
	font-weight:    bold;
}

SMALL   {
    font-size:  10px;
}

BIG {
    font-size:  16px;
}


/* Added by Cygnet Infotech */

.SelectedLastTab
	{
		font-size: 12px;
	}

/* Added by Cygnet Infotech */

.UnSelectedLastTab
	{
	font-size: 12px;
	height: 23px;
	}


.TDBack2
	{
	font-size: 12px;
	height: 23px;

	}

/* Added by Cygnet Infotech */

.UnselectedFirstTab
	{
	font-size: 12px;
	height: 23px;
	}

/* Added by Cygnet Infotech */
.SelectedFirstTab
	{
		font-size: 12px;
	}
.OtherTabs1 {

	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #FaFcd7;
}
