/* 
    Document   : cic
    Created on : May 25, 2007, 8:16 PM
    Author     : djorj
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.menuitem {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe; font-weight: bold;
}

.menuitem:link {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe; font-weight: bold;
}

.menuitem:active {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe; font-weight: bold;
}

.menuitem:hover {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe; font-weight: bold;
}

.menuitem:visited {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe; font-weight: bold;
}

.footermenu {
text-decoration: none; font: 12px  "Arial"; color: #b0afad;
}

.footermenu:link {
text-decoration: none; font: 12px  "Arial"; color: #b0afad;
}

.footermenu:active {
text-decoration: none; font: 12px  "Arial"; color: #b0afad;
}

.footermenu:hover {
text-decoration: none; font: 12px  "Arial"; color: #b0afad;
}

.footermenu:visited {
text-decoration: none; font: 12px  "Arial"; color: #b0afad;
}

.searchbox {
font: 13px  "Sans"; color: #b0afad; border: 2px solid #69bde2;
}

.button {
background-image: url('images/bgbutton2.png'); border: 2px solid #69bde2; color:  #2386bf;
}

.leftmenuitem {
text-decoration: none; font: 13px  "Arial"; color: #006da0;
}

.leftmenuitem:link {
text-decoration: none; font: 13px  "Arial"; color: #006da0;
}

.leftmenuitem:active {
text-decoration: none; font: 13px  "Arial"; color: #006da0;
}

.leftmenuitem:hover {
text-decoration: none; font: 13px  "Arial"; color: #006da0;
}

.leftmenuitem:visited {
text-decoration: none; font: 13px  "Arial"; color: #006da0;
}

.signin {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe;
}

.signin:link {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe;
}

.signin:active {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe;
}

.signin:hover {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe;
}

.signin:visited {
text-decoration: none; font: 13px  "Arial"; color: #d3edfe;
}

.bodytitle {
font: 14px  "Sans"; color: #3084b4;
}

.bodytext {
font: 13px  "Sans"; color: #666666;
}

.link1 {
text-decoration: none; font: 13px  "Sans"; color: #006ba5;
}

.link1:link {
text-decoration: none; font: 13px  "Sans"; color: #006ba5;
}

.link1:active {
text-decoration: none; font: 13px  "Sans"; color: #006ba5;
}

.link1:hover {
text-decoration: none; font: 13px  "Sans"; color: #006ba5;
}

.link1:visited {
text-decoration: none; font: 13px  "Sans"; color: #006ba5;
}

.bodybluetext {
font: 13px  "Sans"; color: #162c67; font-weight: bold;
}

.bodygraytext {
font: 13px  "Sans"; color: #999999;
}

.errortext {
font: 13px  "Sans"; color: red;
}

.allborder {
	border-left : 1px solid #999999;
	border-right : 1px solid #999999;
	border-bottom : 1px solid #999999;
	border-top : 1px solid #999999;
}
