﻿/* Standard HTML tag definitions */
body 
{
    font-size: 9pt;
    font-family: Arial, Verdana;
}

td
{
    font-size: 9pt;
    font-family: Arial, Verdana;    
}

/*  style for the rest of the labels */
.maroonLabel
{
	color : Maroon;
	font-size : 9pt;	
}

.maroonBoldLabel
{
	color : Maroon;
	font-size: 9pt;
	font-weight:bold;	
}

.blackBoldLabel
{
	color: Black;
	font-size: 9pt;
	font-weight: bold;	
}

.redLabel
{
	color:Red;
	font-size: 9pt;	
}

.validatorLabel
{
	color:Red;
	font-size: 8pt;
	text-align:center;	
}

.blackLabel
{
	color: Black;
	font-size:9pt;
}

.textbox
{
	color: Maroon;
	width: 95px;
}

.button
{
	background-color:Maroon;
	color:White;
	font-size: 9pt;
}

.table
{
	margin-left: 20px;
	margin-top: 30px;
}

/* style for linkbuttons on the menu */
.linkButtonMenu
{
	color: White;	
	font-size:10pt;
	border-style:none;
	text-decoration:none;		
	font-weight:bold;
}

/* style for linkbuttons in the login part */
.linkButtonLogin
{
	color : Maroon;
	font-size:8pt;
	border-style:none;
	text-decoration:none;	
}

.linkButtonLeftMenu
{
	color : Maroon;
	font-size:10pt;
	border-style:none;
	text-decoration:none;	
}

/*color : #7e0000;*/
/* background-color : #a71616; */

/* style for header and item in the gridview */
.ItemTemplate
{
	border-color : #7e0000;
	border-bottom-color : #7e0000;
}

.recorddetails
{	
	width:125px;
	max-width: 200px;
	margin-top:0px;
	margin-bottom:5px;
	margin-right: 0px;				
}


/* styles for the navigation menu at bottom of the page (Previous/More Records, etc) */
.navigation
{
	width:600px;
	margin-top:30px;
	padding-left: 50px;
}

#leftnav 
{
	float:left;
	width:180px;
	text-align:center;
}

#rightnav 
{
	float:right;
	width:180px;
	margin-right:20px;
	text-align:center;
}

#numnav
{
	float:inherit;
	text-align:center;	
}


/*Example CSS for the two demo scrollers */
#pscroller1
{
    width: 180;
    height: 100;
    border: 0;
    padding: 5;
    background-color: white;
    background-image:url(img/BackgroundStiri.JPG);
    background-repeat:no-repeat;
}

#pscroller3
{
    width: 180px;
    height: 100px;
    border: 0px;
    padding: 5px;
    background-color: white;
    background-image:url(img/BackgroundStiri.JPG);
    background-repeat:no-repeat;
}


#pscroller4
{
    width: 180px;
    height: 100px;
    border: 0px;
    padding: 5px;
    background-color: white;
    background-image:url(img/BackgroundStiri.JPG);
    background-repeat:no-repeat;
}

#pscroller2
{
    width: 190px;
    height: 100px;
    border: 0px;
    padding: 3px;
}

#pscroller2 a
{
    text-decoration: none;
}

.someclass
{ 
}

/* The styles for the trafic rollover part */
.slideshowTrafic { height: 105px; width: 200px; margin: auto }
.slideshowTrafic a { background-color:#EEEEEE; width: 120px; margin-left: 20px; margin-top: 20px;}

/* The styles for the blog rollover part */
.slideshowBlog { height: 105px; width: 200px; margin: auto }
.slideshowBlog a { background-color:#EEEEEE; width: 120px; margin-left: 20px; margin-top: 20px;}

/* The styles for the jokes rollover part */
.slideshowBancuri { height: 105px; width: 200px; margin: auto }
.slideshowBancuri a { background-color:#EEEEEE; width: 120px; margin-left: 20px; margin-top: 20px;}
