/* ================================
    CSS STYLES FOR THE PORTAL STATER KIT
    v1.0, 10/2002
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #E9F5F8;
}


p
	{margin:0cm;
	margin-bottom:.0001pt;
	}
 

/* background color for the content part of the pages */
Body
{
font-family: verdana;
    font-size: 9pt ;
    background-color: white;
}

td
{
font-family: arial;
    font-size: 9pt;
    
}


/* 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: arial;
    font-size: 16pt;
    font-weight: bold;
    color: #000000;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #f1f1f1;
    border-color: #cccccc;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: #5cb4e2;
    border-color: #cccccc;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: verdana;
    font-size: 8pt;
    color:#000000;
    font-weight: normal;
	border-color: #cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: verdana;
    font-size: 8pt;
    color: #000000;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#7bbd5b;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#000000;
}

A.OtherTabs:hover   {
    text-decoration:    none;
    color: #5cb4e2;
}
    
.OtherTabs2 {
    font-family: verdana;
    font-size: 8pt;
    color: #000000;
    text-decoration:none;
    font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs2:link    {
    text-decoration:    none;
    color:white;
}

A.OtherTabs2:visited
{
	color: white;
	text-decoration: none;
}

A.OtherTabs2:active
{
	color: white;
	text-decoration: none;
}

A.OtherTabs2:hover   {
    text-decoration:    none;
    color: white;
}



/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: arial;
    font-size: 8pt;
    font-weight: bold
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #f7a600;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#999999;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#f7a600;
}

A.SiteLink:hover    {
    text-decoration:    none;
    color:#006699;
}

/* style for separator between site links */
.Accent
{
    color: #f7a600;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana;
    font-weight: normal;
    font-size: 8pt;
    background-color: #ffffff;
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: arial;
    font-size:  9pt;
    font-weight:    bold;
    color: #006699;
}



/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: bold;
	font-size: 13pt;
	color: #757575;
	font-family: arial;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: arial;
    font-size:  9pt;
    font-weight:    bold;
    color: #000000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: arial;
    font-size:  9pt;
    font-weight:    bold;
    color: #006699;
}

/* style for module titles */
.KY_Head
{
	font-weight: bold;
	font-size: 10pt;
	color: #993333;
	font-family: arial;
}

/* rn : pnlInfo'daki Label'lar iin */
.SmallText
{
    font-family: verdana;
    font-size: 7pt;
    font-weight: normal;
	color : Gray ;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
	color : Black ;
    line-height: 12px    
}  


.normalTextSmaller
{
    font-family: verdana;
    font-size: 8pt;
    font-weight: normal;
	color : Black ;
    line-height: 12px    
}  

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	font-weight: normal;
	font-size: 8pt;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	font-family: Verdana;
}

.NormalRed
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
}

.NormalBold
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana;
    font-size: 8pt;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #999999;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #5cb4e2;
}
    



/* GENERIC */
H1  {
    font-family: arial;
    font-size:  15pt;
    font-weight:    normal;
    color: #f7a600;
}

H2  {
    font-family: arial;
    font-size:  15pt;
    font-weight:    normal;
    color: #f7a600;
}

H3  {
    font-family: arial;
    font-size:  10pt;
    font-weight:    normal;
    color: #000000;
}

H4  {
    font-family: arial;
    font-size:  10pt;
    font-weight:    normal;
    color: #000000;
}

H5, DT  {
    font-family: arial;
    font-size:  9pt;
    font-weight:    bold;
    color: #000000;
}

H6  {
    font-family: arial;
    font-size:  9pt;
    font-weight:    bold;
    color: #000000;
}

TFOOT, THEAD    {
    font-family: arial;
    font-size:  10pt;
    color: #000000;
}

TH  {
    vertical-align: baseline;
    font-family: arial;
    font-size:  10pt;
    font-weight:    bold;
    color: #000000;
}

A:link  {
    text-decoration:    none;
    color:  #999999;
}

A:visited   {
    text-decoration:    none;
    /*color:  #999999;*/
}

A:active
{
	/*color: #f7f7e1;*/
	text-decoration: none;
}

A:hover {
    text-decoration:    none;
    color:  #5cb4e2;
}

SMALL   {
    font-size:  7pt;
}

BIG {
    font-size:  12pt;
}

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: #006699;
    height:1pt;
    text-align:left
}

.GolgeliPanel
{
	filter: progid:DXImageTransform.Microsoft.Shadow(Color=#7f7d7b,direction=120,Strength=10);
	
}
.YazarTarih {
	FONT-WEIGHT: normal; FONT-SIZE: 9pt; COLOR: #666666; FONT-FAMILY: arial; TEXT-DECORATION: none
}
.Yazarbaslik {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: times new roman; TEXT-DECORATION: none
}

