﻿/* overrides */

@import url(default.css);
form label
{
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    text-align: center;
/*   border-bottom: 2px solid #00A5FF;  */
/*    border-left: 2px solid #00A5FF;       */
/*    color: #00A5FF; */
    /*background-color: #FFDE52; */

}

.headertitle {
    color: #800000;
    text-align: center;
    font-size: 1.4em;
}
.spandateformat{
    color: #FF6600;
    font-weight: bold;
}


body
{
    text-align: center;
    font-family: Verdana, Tahoma, Arial;
    font-size: .8em;
    color: #000000;
    background-color: #FFFFFF;
    margin: 10px;
    padding: 0;
    background-image: url(images/background.jpg);
    background-repeat: repeat-x;
}

.clear
{
    clear: both;
}
.master
{
    text-align: left;
    margin: auto auto;
    padding: 0px;
    width: 1000px;
    background-color: #fff; /*border: 1px solid #99CCFF;*/
    /* background-image: url(images/bg2.jpg); */
    /* background-repeat: repeat-y; */
    border: 1px solid #c0c0c0;
}
.header
{
  background-color: #A3B3CC;
  background-color: #00A5FF;
  margin-bottom:5px;
}
.content
{
    padding: 10px;
}
.left
{
    margin: 1px 1px 0 0;
    width: 150px;
    float: left;
    border: 1px solid #F5F5DC;
    background-image: url(images/spine.gif);
    height: 250px;
}

.footer
{
    clear: both;
    padding: 10px;
    background-color: #808080;
}
.footer a:link, .footer a:visited, .footer a:active
{
    text-decoration: none;
    color: #46A;
    font-weight: bold;
}
.TRUE
{

    width: 20em;
    text-align: center;
    margin:auto;
}
.TRUE a:link, .TRUE a:visited, .TRUE a:visited
{
    background-color: #800080;
    color: White;
    display: block;
    text-decoration: none;
}
.TRUE a:hover
{
    text-decoration: none;
    color: White;
    background-color: #AF2BAF;
}

.heading
{
    font-family: Georgia;
    color: maroon;
    border-bottom: 1px dotted silver;
}

.separator
{
    border: 2px outset #000080;
    clear: both;
}
.tblBorders
{
    border-collapse: collapse;
    border: 1px solid #CFCFCF;
}
.btn
{
    font-weight: bold;
}
.tblHead
{
    color: Gray;
    font-size: 1.4em;
    font-weight: bold;
}
.tblBorders td
{
    border: 1px solid #CFCFCF;
}
.tblReg
{
    border-collapse: collapse;
    border: 1px solid #CFCFCF;
}
.tblReg td
{
    border: 1px solid #CFCFCF;
}

.tblSlim
{
    border-collapse: collapse;
    border: 0;
    padding: 0;
}
.tblSlim td
{
    padding: 0 1em 5px 0;
}
.txtbox 
{
    border: 1px solid #A4A8AF;
}
.txtbox:focus
{
    outline: thin solid invert;
    background-color:#FFFDDF;
}
.memberNav ul li
{
	font-size: 1.2em;
	padding: 5px;
}


.memberNav ul 
{
	list-style:none;
	margin: 0;
}

.tooltip
{
    cursor: help;
    color: Blue;
}
a img
{
    border: none;
}
a:link, A:visited, A:active
{
    text-decoration: underline;
    color: #46A;
    font-weight: bold;
}

a:hover
{
    text-decoration: underline;
    color: #00AFE8;
}

pre
{
    font-size: 9pt;
}

.headline
{
    font-family: Georgia, "Times New Roman" , Times, serif;
    font-weight: bold;
    font-size: 1.2em;
}
.highlight
{
    background-color: #FFFFCC;
}

.platinum
{
    background-color: #ADDFFF;
}

.gold
{
    background-color: #F7E32A;
}

.silver
{
    background-color: #CACACA;
}

.bronze
{
    background-color: #D6A24A;
}
.table
{
    background-color:#9A02FF;
}


/* HORIZONTAL FREESTYLE MENU LAYOUT */
/* All <ul> tags in the menu including the first level */
.menulist-container
{
    margin:0 0;
    padding-left: 0px;
    height: 4.0em;
    position: relative;
    vertical-align: center;
    background-color: #00A5FF;
    font-family: Georgia;
}
.menulist
{
    text-align: left;
    margin: 0;
    z-index: 9000;
}
.menulist, .menulist ul
{
    padding: 0;
    list-style: none;
    z-index: 9000;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul
{

    margin: 0; /* for submenu margin */
    margin-left:-1px;
    visibility: hidden;
    position: absolute;
    top: 2em; /* I'm using ems rather than px to allow people to zoom their font */
    left: 0px;
    width: 15em; /* size of the sub-items */
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul
{

    top: 0px;
    left: 15em;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li
{
    float: left;
    position: relative;
    background-color:#F0F3F8;
    border: 1px solid #A4B4CD;
    margin: 0px 1px 0px 0px;
    margin-bottom: 2px;

}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li
{

    float: none;
    margin: -1px 0 -1px 0;
    border: 1px solid silver;
    width: auto;

}
.menulist ul > li:last-child
{
    margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a, .menulist a:visited
{
    display: block;
    padding: 3px 5px;
    color: #000;
    text-decoration: none;

}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus
{
/*    color: #000080;  */
    color: #000000;
/*    background-color: #fff; */
    background-color: #ffde52;
}
.menulist a.highlighted
{
    color: #000080;
    background-color: #fff;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind
{
    display: none;
}
.menulist ul a .subind
{
    display: block;
    float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a
{
    float: left;
}
.menulist ul a
{
    float: none;
}
/* \*/
.menulist a
{
    float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist ul li
{
    float: left;
    height: 1%;
}
* html .menulist ul a
{
    height: 1%;
}
/* End Hack */

#news
{
    background-color: #FFFFEF;
    border: 1px solid silver;
    padding: 5px;
}
#news .news_content 
{
    border-left:1px solid #C1CDDD;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #C1CDDD;
    
}


.navConf 
{
	margin-bottom: 1em;
	height: 100%;
	
}
.navConf a:link, .navConf a:visited
{
	padding: 0;
	text-decoration: none;
	text-align:center;
}

.datagrid{
    background-color: #F6FCFC;
    border: 1px ridge #000000;
}
.datagrid th {
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    font-variant: small-caps;
    border-bottom: 1px solid #c0c0c0;
}

.datagrid tr {
    background-color: #F6FCFC;
}
.datagrid td {
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.datalist{
    background-color: #FFFFFF;
    border: 0px ridge #000000;
}
.datalist th {
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    font-variant: small-caps;
    border-bottom: 1px solid #c0c0c0;
}

.datalist tr {
    background-color: #FFFFFF;
}
.datalist td {
    border-bottom: 1px solid #c0c0c0;
    padding: 1em 0em;
}


#flashcontent {

	height: 100%;
    width: 100%;
    padding: 0 0;
    margin: 0 0;
}

 .photoinst {
     padding: 0px 2.5em;
 }
.header_blog {
	background-image: url('/contoms/images/CONTOMS_Header_Blog2.jpg'); 
	height: 100px; 
	width: 980px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: xx-large;

}
.blog_avatar_div {
	padding: 10px; 
	border: 1px solid #000; 
	background: #CCC; 
	min-height: 80px;
}
.blog_msg_div {
	padding: 10px; 
	margin-left: 10px; 
	border: 1px solid #ccc; 
	background: #fff; 
	min-height: 80px; 
	background-image: url('/contoms/images/blog_fade.jpg'); 
	background-repeat:repeat-x;
}
.blog_posted_div {
	padding: 0px 10px;
}
.blog_cover_div {
	background-image: url('/contoms/images/note.png'); 
	width: 100%; 
	height: 500px;
}
.blog_cover_div_top {
	min-height: 125px;
}
.blog_cover_div_bottom {
	padding-left: 50px;
}