/* ================================
    CSS STYLES FOR THE ASP.NET PORTAL STARTER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: darkred;
}

/* background color for the content part of the pages */



/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: none; /*white*/
    border-color: none;	/*white*/
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: none; /*dimgray*/
    border-color: none; /*black*/
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:Black;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#6269AD;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#6269AD;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#6269AD;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#393F7F;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#6269AD;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#6269AD;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#6269AD;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:black;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #6269AD;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #d92838;
	font-size: 17px;
}
/* siit võiks muu peale värvi ära võtta */
.SubHeadPunane   {
	color: #d92838;
	font: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10px;
    font-weight: bold;
	text-transform: uppercase;
}

/* headi lingid */
A.Head:link {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #d92838;
	font-size: 17px;
}

A.Head:visited  {
   font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #d92838;
	font-size: 17px;
}

A.Head:active   {
   font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #d92838;
	font-size: 17px;
}

A.Head:hover    {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #d92838;
	font-size: 17px;
}


/* style of item titles on edit and admin pages */
.SubHead    {
	font: Tahoma,Arial,Helvetica,sans-serif;
	color: #676C64;
	font-size: 10px;
    font-weight: bold;
	text-transform: uppercase;
}
.menu_head
 {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #d92838;
	font-size: 17px;
	/*padding: 4px;*/
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font: Tahoma,Arial,Helvetica,sans-serif;
	color: #676C64;
	font-size: 10px;
    font-weight: bold;
	text-transform: uppercase;
}
/* ANkeedi stiilid*/

.Ankeet_pealkiri
{
	font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
	
	width:300;
}
.Ankeet_AlamPealkiri
{
	font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
	background-color:#E2E3E4;
	width:100%;
	padding:2px;
	border-style: solid;
	border-width: 1px;
	border-color:#5476B6;
}

.Ankeet_tabelCR
{
	font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
	padding-bottom: 10px;
	width:100%;
	background-color:white;
	/*border-color:Maroon;
	border-bottom-width: 1;
	border-bottom-style:solid;
	border-left-width: 1;
	border-left-style:solid;
	border-right-width:1;
	border-right-style:solid;	*/
	
	
}
.Ankeet_sisu
{	font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:lighter;
    color: black;
	background-color:White;
	
}
.Ankeet_tabelRow
{	font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: black;
    background-color:red;	
}

/* text style used for most text rendered by modules */
.Normal
{
	color: #676C64;
	font: Tahoma,Arial,Helvetica,sans-serif;
	padding: 2px;
	text-align:justify;
	font-size: 10px;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}



.NormalBold
{
    color: #676C64;
	font: Tahoma,Arial,Helvetica,sans-serif;
	padding: 2px;
	font-size: 10px;
    font-weight: bold;
}



/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    /*font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    
    color: #000000;*/
    FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	color: #C07474;
	font-size: 10px;
	text-decoration:underline;	
    
    
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link 
{
	
	/*FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;*/
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	color: #C07474;
	font-size: 10px;
	text-decoration:underline;	
     
}

A.CommandButton:visited  
{
	
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	color: #C07474;
	font-size: 10px;
	text-decoration:underline;	
   
}

A.CommandButton:active   
{
	
	/*FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;*/
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	color: #C07474;
	font-size: 10px;
	text-decoration:underline;	
}

A.CommandButton:hover    
{
	
	/*FONT-FAMILY: Tahoma, Arial, Helvetica, sans-serif;*/
	color: red;
	FONT-FAMILY: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10px;
	text-decoration:underline;	
}


    



/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: darkred;
}

H5  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/*TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: darkred;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: darkred;
}*/

/*
SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}*/


/* ARTIKLI STIILID */


.ArticleTitle  
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #676C64;
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase; 
}


A.ArticleTitle:link    {
 font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #676C64;
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase; 
   /* text-decoration:    underline;*/
}

A.ArticleTitle:visited   {
 font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #676C64;
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
    /*text-decoration:    underline;*/
}

A.ArticleTitle:active    {
 font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #676C64;
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
   /* text-decoration:    underline; */
}


A.ArticleTitle:hover
{
font-family: Tahoma,Arial,Helvetica,sans-serif;
	color: #000000;
	font-size: 12px;
    font-weight: bold;
	text-transform: uppercase;
}

