/*
cyan css
*/

/*
-------------------------------------------------------
body styles

-------------------------------------------------------
*/
BODY, TBODY {
font-family: arial;
font-size: 12px;
margin:0;
color: null;
text-decoration: none;
}

BODY{
background-color: null;
}

a {
text-decoration: none;
color: null;
}

a:hover {
color: null;
text-decoration: underline;
}

h3 {
text-decoration: none;
color: null;
font-size:16px;
margin: 0;
}

.underline {
border-bottom: 1px solid null;
}


/*
-------------------------------------------------------
logIn
-------------------------------------------------------
*/
.logIn{
color: null;
background-color: #b84894;
background-image: url(/applications/dictionary/images/toolBarBgnd.gif);
background-repeat: repeat-y;
background-position: right top;
}
/*
-------------------------------------------------------
container styles
-------------------------------------------------------
*/

.containerTitle,
.containerTitle_1,
.containerTitle_2,
.containerTitle_Light,
.containerTitle_Thin,
.containerTitle_Warn {
font-size: 16px;
font-weight: normal;
color: null;
background-color: null;
padding: 3px;
}
.containerTitle {
  /*height: 10px;*/
  font-weight: bold;
}
.containerTitle_1 {
  font-size: 12px;
  height: 25px;
  font-weight: bold;
  background-color: null;
}

.containerTitle_2 {
  font-size: 12px;
  font-weight: bold;
  background-color: null;
}

.containerTitle_Thin {
font-size: 10px;
font-weight: bold;
}

.containerTitle_Light {
font-size: 11px;
font-weight: bold;
background-color: null;
}

.containerTitle_Warn {
font-weight: bold;
background-color: null;
}

.containerTitle a {
  text-decoration: none;
  color: null;
}
.containerTitle a:hover {
  text-decoration: none;
  color: null;
}

.containerContent,
.containerContent_1,
.containerContent_2,
.containerContent_Light,
.containerContent_Thin,
.containerContent_Warn {
background-color: null;
border: 1px solid null;
}

.containerContent_1{
border: 1px solid null;
}
.containerContent_2{
border: 1px solid null;
}

.containerContent_Light{
border: 1px solid null;
}

.containerContent_Warn {
border: 1px solid null;
}

.box,
box_1,
box_2 {
  background-color: #000000;
}
.box_1 td {
  background-color: null;
  color: null;
  font-weight: bold;  
}
.box_2 {
  background-color: null;
}


/*
-------------------------------------------------------
button
-------------------------------------------------------
*/

.button, .buttonDisabled,  .button a  {
font-size: 10pt;
margin:0;
color: null;
}

.button a:hover  {
font-size: 10pt;
margin:0;
color: null;
}

.buttonDisabled a {
color: #909090;
}


.buttonArea {
 background-color: #000000;
 padding:5px;
}

/*
-------------------------------------------------------
table styles
-------------------------------------------------------
*/

.table {
  width:100%;
}

TH, .tableHeader {
font-weight: bold;
color: null;
background-color: null;
}

TH a {
  color: null;
}

.tableContent {
background-color: null;
}

.alternateTrue {
  background-color: #000000;
}
.alternateFalse {
 background-color: null;
}

.trOver {
  background-color: #000000;
}



/*
-------------------------------------------------------
toolbar
-------------------------------------------------------
*/

.toolBar{
color: null;
background-color: null;
border-bottom: 1px solid null;

background-image: url(/applications/dictionary/images//toolBarBgnd.gif);
background-repeat: no-repeat;
background-position: left top;
}

.toolBarElement{
color: null;
border-right: 1px solid null;
}

.toolbarContent{
color: null;
}

/*
-------------------------------------------------------
form elements
-------------------------------------------------------
*/
form {
    margin: 0;
    padding: 0;
}

select {
     font-family: courier new, courier;
border: 1px solid #cccccc;
font-size:10pt;
}

.formElements,
.paginator
{
font-family: courier new, courier;
border: 1px solid #cccccc;
padding: 2px 2px;
font-size:10pt;
}
.formElementsError {
border: 1px solid #ff0000;
background-color: #f0f0f0;
font-family: courier new, courier;
padding: 2px 2px;
font-size:10pt;
}
.formElementsWarning {
border: 1px solid #00cc00;
font-family: Arial;
padding: 2px 2px;
font-size:10pt;
 background-color:#00cc00;
 color:white;
}
.inputAlert{
	border: 1px solid #FF6600;

}
.formSearchLabel td{
 color:null;
}

.paginator {
  font-size:7pt;
  padding: 0px;
}

/*
-------------------------------------------------------
tab elements
-------------------------------------------------------

*/

.tabSelected{
font-weight:bold;
border-bottom:1px solid #ffffff;
}
.tabUnselected {
color:#cccccc;
border-bottom:1px solid #cccccc;
opacity:.90;
filter: alpha(opacity=90);

}
.tabDisabled {
color:#333333;
border-bottom:1px solid #cccccc;
opacity:.4;
filter: alpha(opacity=40);
}

.tabDisabled td a{
color:#969696;
}

.tabUnselected td a {
color:#8F8F8F;
}
.tabContainer{
background-color: null;
border:1px solid #cccccc;
border-top: 0px solid #cccccc;
border-left: 1px solid #999999;
border-bottom: 1px solid #999999;
}


.footer{
    height:12px;
    background-color: #f3f3f3;
	text-align:right;
}
