/*
logo class represent the image(logo) for each
created application.
*/
.logo
{
   background-image: url(../Images/logo.png);
   width:422px;
   height: 60px;
   border:none 0 none none;
}

/*Class body back represent the background color of the
application at admin side where you are adding page or edit page.
*/
.bodyback {
	background-color: #fcfae1;
	margin: 0px;
}

/*
main back class has background image and you can change the
background image of the application
*/
.mainback 
{
    background-color: #2a5792;
	color:#FFFFFF;
	margin-left: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../Images/back_01.jpg);
	background-repeat: norepeat;
	background-position: left top;
}

/*
textPartsHeading class represent text at admin side where
represent the heading text(not necessary to change)
*/
.text10black
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}


/*
textPartsHeading class represent text at admin side where
represent the heading text
*/
.textPartsHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}

/*
menu class represent the pages/menus at the application
*/
.meni
{    
    font-family:Verdana;
    font-weight:bold;
    font-size:11;
    color:White;
	text-decoration:none;
}

/*
buttonFeros class represent the buttons of the application
at the admin side
*/
.buttonFeros
{
    background-color :#EFF3FB;
    border:Groove;
    color:#404000;
    font-family:Verdana;
    font-size:10px;    
}

/*
line class represent the separating line between rows in pages
insert/edit adds,pages and so on... at the admin side of the
application
*/
.line
{
	background-color :#EFF3FB;
	height: 2px;
}

/*
textError class represent the text where is some error
*/
.textError
{
    font-family: Arial;
    font-size: 11px;
	font-weight: normal;	
    color:Red;
}

/*
textControlsTitle class represent the heading text on the 
controls at admin side in the application
*/
.textControlsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
}
/*
textAddsTitle class represent the title in the 
news/adds at the public side of the application
*/
.textAddsTitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}

/*
textFoter class represent the footer text on the Left and Right
news/adds at the public side of the application
*/
.textFoter
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/*
textControlsLittle class represent the text on the dynamic controls
or controls where is no enoughs space in controls at the admin 
side of the applications
*/
.textControlsLittle
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/*
time class represent the time text in the news/adds at the public 
side of the applications
*/
.time
{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #E3E4FA;
}

/*
addText class represent the main text on the left and right 
news/adds(content). NOT the center news/adds(content)only 
left and right at the public side of the applications
*/
.addText
{
    font-family: Arial;
	font-size: 11px;
	color: #000000;
}

/*
displayNone class represent to hide some controls in the admin
side of the applications and DO NOT changed
*/
.displayNone
{
    display:none;
}

/*
contentCenterText class represent the main text on the center 
news/adds(content) at the public side of the application
*/
.contentCenterText
{   
    font-family: Verdana;
	font-size: 11px;	
	color:#FFFFFF;
}

/*
footerAddsCenter class represent the footer text on the Left and Right
news/adds in the public side of the application
*/
.footerAddsCenter
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99CCFF;
}

/*
a class represent the colors of all active links at the
public and admin side of the applications
*/
a
{
   FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana;
	TEXT-DECORATION: underline;
	font-size: 11px;
}

/*
a:hover class represent the color of all rollover links
at the public and admin side of the application
*/
a:hover 
{
    FONT-WEIGHT: bold;
	COLOR: #EE1111;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}

/*
table class represent class for table at the admin
side of the application and log in page tables
*/
.table
{   
    background-image: url(../../Images/whiteback.png);
	color:#000000;
}

/*
Administration class represent pages/menus links at the admin
side of the application
*/

.Administration
{
   font-family:Verdana;
    font-weight:bold;
    font-size:11;
	text-decoration: none;
	color: #FFFFFF;
}

/*
headings class represent title log at the 
login page in the application
*/
.hedings
{
    font-family:Verdana;
    font-weight:bold;
    font-size:12px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.hedingsSmall
{
	font-family:Verdana;    
    font-size:12px;
    color: #FFFFFF;    
}

/*
headings class represent big title at the 
login page and admin side in the application
*/
.bigTitle
{
    text-transform: uppercase;
    font-family:Verdana;
    font-weight:bold;
    font-size:medium;
    color:#CCCCCC;
}

/*
headings class represent big title at the 
login page and admin side in the application
*/
.TitleGrids
{  
    text-transform: uppercase;
    font-family:Verdana;
    font-weight:bold;
    font-size:12;
    color: Black;
}

.text10crn
{
    font-family:Verdana;
    font-weight:normal;
    font-size:10;
    color: Black;
}

.smallLabel
{
    font-size:1px;
    color:White;
    display:none;
}