/*****************************************************
Body: General page style
*****************************************************/
body 
{
	 font-size: 0.8em;
    COLOR: #000000;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    scrollbar-face-color: #DEE3E7; 
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-shadow-color: #DEE3E7;
    scrollbar-3dlight-color: #D1D7DC;
    scrollbar-arrow-color:  #006699;
    scrollbar-track-color: #EFEFEF;
    scrollbar-darkshadow-color: #98AAB1;
}

input {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	}
	
	textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; text-decoration: none;
	border: solid #cacaca;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #Ffffff;
	
}

	.box {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; text-decoration: none;
	border: solid #cacaca;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #Ffffff;
	
}

select {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px; text-decoration: none;
	border: solid #ededed;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background: #Ffffff;
	
}

/*****************************************************
General Anchor
*****************************************************/
.forumTitleSmall
{
    font-size: 11px;
    font-weight: bold;
    color: #013DA4;
}


a.forumTitleSmall:visited, a.forumTitle:link
{
    font-weight: bold;
    color: #013DA4;
}

a.forumTitleSmall:hover
{
    color: #FF3300;
    text-decoration: none;
}



a.linkSmall, a.LinkSmallBold
{
	font-size : 0.6em;
    color: black;
}


a.linkSmallBold:visited
{
	font-size : 0.6em;
    color: black;
}

a.linkSmallBold:Hover
{
    color: red;
}
/*****************************************************
Text and links used in ForumGroupRepeater and ForumRepeater
*****************************************************/
.forumTitle
{
font-size: 0.8em;
font-weight: bold;
color: #304072;
text-decoration: none;
text-shadow:White;
}


.forumTitle:visited 
{
    font-size: 0.8em;
    font-weight: bold;
    color: #A40101;
text-decoration: none;
text-shadow:White;
}


.forumTitle:link
{
    font-size: 0.8em;
    font-weight: bold;
    color: #A40101;
text-decoration: none;
text-shadow:White;
}

.forumTitle:active
{
    font-size: 0.8em;
    font-weight: bold;
    color: #A40101;
text-decoration: none;
text-shadow:White;
}

.forumTitle:hover
{
    font-size: 0.8em;
    font-weight: bold;
    color: #A40101;
text-decoration: none;
text-shadow:White;
}

/*****************************************************
General Text
*****************************************************/
.normalTextSmall 
{ 
    font-size : 0.7em;
}

.normalTextMedium /* combobox*/
{
font-size:10px;

}
.normalTextSmallBold
{ 
    font-size : 0.7em;
    font-weight: bold;
}

.normalTextSmaller
{
   	font-size: 0.71em;
}

.normalTextSmall, .normalTextSmallBold, .normalTextSmaller
{ 
    color : #000000; 
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*****************************************************
Text and anchors used in the navigation menu
*****************************************************/
.menuTitle
{
    font-weight: bold;
    font-size: 16px; 
    font-family: Arial, Helvetica, sans-serif;
    color: navy;
}

.menuText
{
    font-size: 0.6em;
    font-weight: bold;
    color: #FFFFFF;
}

a.menuTextLink:visited, a.menuTextLink:link
{
    font-size: 0.6em;
    text-decoration: none;
    color: #013DA4;
}

a.menuTextLink:Hover
{
    color: #000000;
}

/*****************************************************
Menu Controls
*****************************************************/
A.linkMenuSink
{
	font-size : 0.7em; 
	font-weight:bold; 
    font-weight: bold;
    color: #013DA4;
}
a.linkMenuSink:Hover
{
    color: #FF3300;
    text-decoration: underline;
}

/*****************************************************
Table Header and cell definitions
*****************************************************/
th
{
	font-weight: bold; 
    font-size: 0.7em;
    background-color: #93ADCA; 
    background-image: url(../images/forumColumnBackground.gif); 
    background-repeat: repeat-x; 
    COLOR: white;
}

td.forumHeaderBackgroundAlternate
{
	font-size: 0.71em; 
    background-color: #FFFFFF; 
    background-image: url(../images/img_forumHeaderBackground.gif); 
    background-repeat: repeat-x;
}

/*****************************************************
Text used on tables with a background
*****************************************************/
.tableHeaderText
{
    color: #4c4c4c;
    font-size: 0.8em;
    font-family: Verdana;
    font-weight:bold;
}

/*****************************************************
Border used around tables
*****************************************************/
.tableBorder
{
    border: 1px #5A8EC9 solid;
    background-color: #FFFFFF;
}

td.forumCell1
{
    background-color: #ffffff;
    border-top: 1px solid #93ADCA;
	border-left: 1px solid #93ADCA;
	border-bottom: 1px solid #93ADCA;
	border-right: 1px solid #93ADCA;
}
td.forumCell2
{
	background-color: #F6F6F6; 
  	border-top: 1px solid #93ADCA;
	border-bottom: 1px solid #93ADCA;
	border-right: 1px solid #93ADCA;
	border-left: 1px solid #93ADCA;	    
}
td.forumAlternateCell1
{
	background-color: #ffffff;
	border-top: 1px solid #C5CED7;
	border-left: 1px solid #C5CED7;
	border-bottom: 1px solid #C5CED7;
	border-right: 1px solid #C5CED7;
}
td.forumAlternateCell2
{
    background-color: #C5CED7;
	border-right: 1px solid #C5CED7;
	border-left: 1px solid #C5CED7;
	border-bottom: 1px solid #C5CED7;
}
/**/
/**/
td.forumRowHighlight /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    background-color: #FFFFFF; 
    background-image: url(../images/img_forumHeaderBackground.gif); 
    background-repeat: repeat-x;
}
td.forumRow /* forumRowHighlight - such as forumOptions, forumStatistics, WhoIsOnline boxes etc.*/
{
    background-color: #FFFFFF; 
    background-image: url(../images/img_forumHeaderBackground.gif); 
    background-repeat: repeat-x;
}

/*****************************************************
Datagrid 
*****************************************************/

.datagridItem
{
    background-color: #C5CED7;
    font-family: Verdana;
}

.datagridAlternatingItem
{
    background-color: #FFFFFF;
    font-family: Verdana;    
}

.datagridHeader
{
    background-color: #5676C9;
    color: white;
    font-size: 0.7em;
    font-family: Verdana;
    font-weight:bold;
}

.datagridHeaderBackgroundAlternate
{
    background-image: url(../images/img_forumHeaderBackgroundAlternate.gif);
    background-color: #5676C9;
}
/*****************************************************
Text and Anchor to display when a user is online
*****************************************************/

.adminOnlineLinkBold, a.adminOnlineLinkBold
{
font-size:12px;  
	font-weight: bold;
    color: #FFA200;
}

.Altbaslik {

 font-weight: bold;
 color:#B23939; 
 font-size:11px;
 text-decoration:none;
}

.Altbaslik:link {

 font-weight: bold;
 color:#B23939; 
 font-size:11px;
 text-decoration:none;
}

.Altbaslik:visited {

 font-weight: bold;
 color:#B23939; 
 font-size:11px;
 text-decoration:none;
}

.Altbaslik:active {

 font-weight: bold;
 color:#B23939; 
 font-size:11px;
 text-decoration:none;
}

.Altbaslik:hover {

 font-weight: bold;
 color:#B23939; 
 font-size:11px;
 text-decoration:underline;
}

.menu{
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
	color: #006699;
}

.menu:link {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
	color: #006699;
}

.menu:active {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
	color: #006699;
}

.menu:visited {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight:bold;
	color: #006699;
}

.menu:hover {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: underline;
	font-weight:bold;
	color: #3689B3;
}

.detayliAd {

 font-weight: bold;
 color:#316CA8; 
 font-size:11px;
 text-decoration:none;
}

.detayliAd:link {

 font-weight: bold;
 color:#316CA8; 
 font-size:11px;
 text-decoration:none;
}

.detayliAd:visited {

 font-weight: bold;
 color:#316CA8; 
 font-size:11px;
 text-decoration:none;
}

.detayliAd:active {

 font-weight: bold;
 color:#316CA8; 
 font-size:11px;
 text-decoration:none;
}

.detayliAd:hover {

 font-weight: bold;
 color:#B23939; 
 font-size:11px;
 text-decoration:underline;
}
.uyari_bg {
	background-attachment: scroll;
	background-image: url(http://www.juen.com.tr/forum/images/uyari.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.uyari_textkonu {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#a60000;
}
.uyari_textyazi {font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;}
