﻿/*
    RotaCMS.Client
    Beta

    11.07.2007
    - Temel tasarım tanımlamaları yapıldı.
    


*/
body 
{
   	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 76%;
	font-family: verdana, arial, tahoma, sans-serif;
	color: #333;
	min-width: 834px;
/*	text-align: center; */
}

	

.required
{
	color: #990000;
    background-color: inherit;
}

.textbox
{
    border-right: #696969 1px solid;
    border-top: #696969 1px solid;
    font-size: 8pt;
    border-left: #696969 1px solid;
    color: #000000;
    border-bottom: #696969 1px solid;
    font-family: Verdana, Tahoma, Monospace;
    background-color: Transparent;
    padding: 1px;
    height: 16px;
}
.formlabel
{
    font-weight: normal;
    font-size: 8pt;
    color: #696969;
    font-style: normal;
    font-family: Verdana, Tahoma, Monospace;
}
.clearer
{
    float: none !important;		/* Remove any inherited floats */
    display: block !important;	/* Make sure our element is a block-level element */
    clear: both !important;		/* Make sure it clears on both sides */
    margin: 0 !important;		/* Remove all margins that would make it visible */
    border: 0 !important;		/* Remove all borders that would make it visible */
    padding: 0 !important;		/* Remove all padding that would make it visible */
    height: 0.1px !important;	/* Mozilla/Firefox require the clearer height to not be 0, bug? */
    font-size: 0 !important;	/* Set the font-size to 0 so it isn't visible */
}

	


#rotanews
{
    font-weight: normal;
    font-size: 9pt;
    color: #000000;
    font-style: normal;
    font-family: Verdana, Monospace;
    background-color: transparent;
    width: 200px;
    margin-left: 2px;
    margin-right : 2px;
}

.newsitem
{
    color: #000000;
    font-family: Verdana, Monospace;
    height: 20px;
    
}

.newsheader
{
    color: #f8f8ff;
    font-family: Arial, Verdana, Monospace;
    background-color: #696969;
    font-weight: bold;
    font-size: 12pt;
    font-style: normal;
    height : auto;
}
/*
#rotanews a
{
    color: #000000;
    font-family: Verdana, Monospace;
    font-size: 8pt;
    font-style: normal;
    text-decoration: none;
}

#rotanews a:hover
{
    color: #8b0000;
   
    text-decoration: underline;
}
*/
.newsdetailheader
{
    font-weight: bold;
    font-size: 11pt;
    color: #696969;
    font-style: normal;
    font-family: 'Times New Roman' , Arial, Verdana, Monospace;
}

.newsdetailtext
{
    font-weight: normal;
    font-size: 8pt;
    color: #696969;
    font-style: normal;
    font-family: Verdana, Monospace;
}

.productcatalogheader
{
    font-weight: bold;
    font-size: 11pt;
    color: #696969;
    font-style: normal;
    font-family: 'Times New Roman' , Arial, Verdana, Monospace;
}

#message
{
    font-weight: normal;
    font-size: 9pt;
    color: #ffffff;
    font-style: normal;
    font-family: Verdana, Arial, Monospace;
    background-color: #330033;
}
#humanresources
{
    font-size: 8pt;
    color: #696969;
    font-style: normal;
    font-family: Verdana, Arial, Monospace;
    font-variant: normal;
    text-decoration: none;
}

#productcategoryselector
{
    height : 40px;
    width : auto;
    text-align : center;
    
    
}

.categoryselector
{
}
