/* 
Document   : Standart Style Sheet (std.css)
Created on : October 12, 2006, 11:39 AM
Author     : Rafigi
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
   display: block;
   font-family: Geneva,Arial,Helvetica,sans-serif
}

body {
   font-family: Geneva,Arial,Helvetica,sans-serif;
   font-size: small;
   height: 100%;
   margin-bottom: 0px;
   margin-left: 0px;
   margin-right: 0px;
   margin-top: 0px
}

.fullheight{height:100%}

a:link, a:active, a:visited {
   color: #666666;
   margin-bottom: 3px;
   margin-left: 3px;
   margin-right: 3px;
   margin-top: 3px;
   text-decoration: none;
   font-weight: normal;
}

a:hover {
   border-bottom-color: #0033ff;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   color: #0033ff;
   margin-bottom: 3px;
   margin-left: 3px;
   margin-right: 3px;
   margin-top: 3px;
   text-decoration: none;
   font-weight: normal;
}

.fillH {
   height:100%;
}

hr{
   border-bottom-color: black;
   border-bottom-style: none;
   border-bottom-width: 2px;
   border-color: #000000;
   border-left-style: none;
   border-left-width: 0px;
   border-right-style: none;
   border-right-width: 0px;
   border-style: solid;
   border-top-style: none;
   border-top-width: 0px
}

img{
   border-width: 0px;
}

/*************************************************
* Menu Styles
*************************************************/

.menu {
}

.menuItemStart {
   border-right: 1px solid #0c5075;
   border-left: 1px solid #0c5075;
}

.menuItemStart a {
   text-decoration: none;	
   color: #333333;
   font-weight: bold;
}

.menuItemStartHover {
   border-right: 1px solid #0c5075;
   border-left: 1px solid #0c5075;
   background-color: #bae7ff;
   text-decoration: none;
   font-weight: bold;
   color: #333333;
}


.menuItem {
	
}

 a.menuItem:link, a.menuItem:active, a.menuItem:visited {
   color: #666666;
   font-weight: bold;
   text-decoration: none
}

a.menuItem:hover {
   color: #000000;
   font-weight: bold;
   text-decoration: none
}

a.menuItemSelected:link, a.menuItemSelected:active, a.menuItemSelected:visited {
   color: #000000;
   font-weight: bold;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px;
   text-decoration: none
}

a.menuItemSelected:hover {
   border-bottom-color:  #ffffff;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   color: #ffffff;
   font-weight: bold;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px;
   text-decoration: none
}

a.buttonized:link, a.buttonized:active, a.buttonized:visited {
   color: #000000;
   font-weight: bold;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px;
   text-decoration: none
}

a.buttonized:hover {
   border-bottom-color: orange;
   border-bottom-style: none;
   border-bottom-width: 1px;
   border-left-style: none;
   border-right-style: none;
   border-top-style: none;
   color: orange;
   font-weight: bold;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px;
   text-decoration: none
}


.menuItemActive {
   background-color: #1486c3;	
}

.menuItemActive a {
   text-decoration: none;	
   color: #141414;
}

tr.rowOdd {
   background-color: #eeeeee
}
tr.rowEven {
   background-color: #ffffff
}

/******************************************************************************\
  Component: Simple Card
\******************************************************************************/
.cardProperty {
   font-size: small;
}

/******************************************************************************\
  Component: Advertisement
\******************************************************************************/
.c_advertisement {
   width: 100px;
   vertical-align: top;
}