@import url("devel.css");

body {
    /*
    background-color: #448cca;
    */
    background-image: url('../images/body-bg3.jpg');
    background-repeat: repeat-x;
    font-family: sans-serif;
    
}

h1 {
    /*
    border-bottom: 5px solid red;
    display: inline;
    background: url('../images/rainbow.png') bottom repeat-x;
    width: 100%;
    padding: 5px;
    margin-bottom: 30px;
    */
}

/**************************** about styles ************************************/

h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

p.references {
    font-size: 10pt;
    border-top: 1px solid black;
}

a.ref {
    font-size: 10pt;
}

div.recabout {
    display: block;
    margin: 10px 0px 10px 100px;
    padding: 10px;
    background: #FFFF99;
    border-bottom: 3px solid gray;
    border-right: 1px solid gray;
    /*
    background: #FFFF99 url('../images/rec-corner.png') top left no-repeat;
    border-bottom: 3px black;
    border-right: 3px black;
    border: 1px solid black;
    url('../images/violet2.png') no-repeat bottom right;
    background: transparent url('../images/tab-back.png') repeat scroll 0pt;
    transparent url(http://kalsey.com/tools/css/rounded/images/tr.gif) no-repeat scroll right top
    */
}

div.aboutrec {
    display: inline;
}

div.recfld {
    display: inline;
    color: #888888;
    width: 130px;
    float: left;
}

ul.aboutlist {
    list-style-type: none;
}

ul.aboutlist li {
    margin: 2px;
}

/************************* header styles **************************************/

.header {
    display: block;
    height: 150px;
    background: #000099 url('../images/logo5.png') bottom repeat-x;
    /*
    width: 900px;
    margin-left: 5%;
    margin-right: 5%;
    border: 1px dotted red;
    border: 1px solid #000099;
    url('../images/collage2-01.png') bottom right no-repeat;
    url('../images/collage3.png') top right no-repeat;
    */
}

div.header a {
    border: none;    
}

img.logo {
    float: left;
    margin-left: 15px;
    margin-top: 20px;
    border: none;
}

img.collage {
    float: right;
    margin: 5px;
}


/************************** footer styles *************************************/

.footer {
    clear: both;
    display: block;
    height: 40px;
    color: white;
    font-size: 10pt;
    padding: 0px 5% 0px 15px;
    background: #000099 url('../images/foot3.png') bottom repeat-x;
    /*
    width: 900px;
    border: 1px dotted red;
    */
}

div.footer img.foot {
    float: left;
    margin-top: 0px;
    /*
    margin-left: 15px;
    */
}

div.footer p {
    padding: 5px;
}

div.footer div.counter {
	float: right;
}

div.footer div.counter img {
	margin: 4px 8px 4px 8px;
}

div.footer a {
	color: white;
}

div.footer a:hover {
    background-color: none;
}

/******************************************************************************/



.mypage {
    display: block;
    width: 100%;
    background-color: #EEEEEE;
    margin: auto;
    /*
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
    margin: 20px 50px 0px 50px;
    border: 5px solid #000099;
    */
    

}

/**************************** main styles *************************************/

.main {
    padding: 30px 20px 10px 20px;
    margin: 20px 20px 20px 240px;
    min-height: 500px;
    background: #DDDDDD url('../images/main-bg-corner2.png') 0px 0px no-repeat;
    border-bottom: 5px solid #BBBBBB;
    border-right: 3px solid #BBBBBB;
    
    /*
    color="#dddddd"
    border-left: 1px solid black;
    */
    
}


/*************************** top menu styles **********************************/

.menu {
    padding: 0px 0px 0px 10px;
    display: block;
    background: #EEEEEE url('../images/topmenu-bg3.png'); 
    height: 40px;
    /*
    border-bottom: 3px solid black;
    url('../images/collage3-02.png') top right no-repeat;
    */
}

div.menu img.menubg {
    float: right;
}

ul.listmenu {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 11px;
    padding-bottom: 9px;
    padding-left: 0px;
}

ul.listmenu li {
    display: inline;
    overflow: hidden;
    /*
    margin-right: 10px;
    border-right: 3px solid #BBBBBB;
    */
    border-left: 3px solid #BBBBBB;
    color: black;
}

ul.listmenu li.curr a{
    background-color: #000099;    
    color: white;
}


ul.listmenu li a {
    /*padding: 5px 5px 5px 5px;*/
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    text-decoration: none;
}

ul.listmenu li a:hover {
    background-color: #0066CC;    
    color: white;
}

/******************************* form styles **********************************/

fieldset {
    display: block;
    border: none;
}

form.login {
	/*
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    */    
}

form.login select {
	width: 200px;
}

form div label {
    float: left;
}

form.newrec div label {
    float: left;
    
}

form.newrec div input {
    float: left;
    border: none;
    
}

form.newrec div textarea {
    
    overflow: auto;
    
}

form.newrec div input.submit {
    margin-left: 160px;
    border: 1px solid black;
    
}

.blck {
    float: left;
}

form.newrec div.field {
    margin-left: 160px;
}

form.newuser div.field {
	margin-left: 180px;
}

form.inline {
    display: inline;
}

table.che-moderate form {
	margin: 0px;
}

/********************** view record styles ************************************/

div.addcomm {
    border-bottom: 1px solid black;
    border-top: 1px solid black; 
}

div.votefav {
    border-top: 1px solid black;
    padding: 10px 10px 10px 10px; 
}

div.votefav div.addvote {
	float: left;
	width: 300px;
}

div.votefav div.addfav {
	margin-top: 2px;
}

div.votefav div.addvote form, div.addfav form {
	margin-bottom: 0px;
}

div.rec {
    display: block;
    margin: 0px 0px 10px 0px;
    padding: 10px;
    background: #FFFF99;
    border-bottom: 3px solid gray;
    border-right: 1px solid gray;
    /*
    background: #FFFF99 url('../images/rec-corner.png') top left no-repeat;
    border-bottom: 3px black;
    border-right: 3px black;
    border: 1px solid black;
    url('../images/violet2.png') no-repeat bottom right;
    background: transparent url('../images/tab-back.png') repeat scroll 0pt;
    transparent url(http://kalsey.com/tools/css/rounded/images/tr.gif) no-repeat scroll right top
    */
}

div.comm {
    margin-left: 150px;
    background: white;
    border-bottom: 3px solid gray;
    border-right: 1px solid gray;
    /*
    border-bottom: 1px solid black;
    */
}

p.commhead {
    background: #99CCFF	;
    padding: 3px;
}

p.commtext {
    padding: 3px;
}

div.rec a.user {
    color: #AAAAAA;
    font-size: smaller;
}

div.rec a.user:hover {
    color: white;
    background: #AAAAAA;
}

p.chepart {
	display: inline;
}

p.cheuserpart {
	display: inline;
	color: blue;
}

ul.recviewmenu {
	margin: 0px;
	padding: 0px;
}

ul.recviewmenu li {
    display: inline;
    background: #EEEEEE;
    padding: 0px 3px 0px 3px;
    font-size: smaller;
    color: #666666;
    cursor: pointer;
}

ul.recviewmenu li:hover {
	color: #000000;
}

ul.recviewmenu li.current {
    background: #FFFF99;
}

div.rec-footer {
	font-size: smaller; 
	color: gray;
	margin-top: 8px;
}

div.rec-footer img {
	cursor: pointer;
}

div.rec-footer a {
    color: #7f7fff;
}

.vote-control {
    background-color: #BBBBBB; 
    display: inline-block;
    width: 80px; 
    height: 16px; 
    /*
    width: 100px; 
    height: 20px; 
    margin: 0px 4px 0px 4px;
    */
}

.vote-control img.imgpos {
    position: absolute;
    cursor: pointer;
}

.vote-control div.rating {
    background-color: #FFCC00;
    height: 16px;
    /* 
    height: 20px;
    */
}

div.fave-control {
	display: inline;
}

div.fave-control img {
	position: relative; 
	top: 3px
}

/******************************************************************************/

div.field {
    margin-left: 160px;
}

form input {
    border: 1px solid black;
}

div.required {
    padding: 3px 0px 3px 0px;    
    
}

div.nunotice {
    padding: 3px;
    font-size: 10pt;
    float: right;
    width: 250px;
    border-right: 1px solid gray;
    border-bottom: 3px solid gray;
    background-color: #FFCC66;
}

div.ngnotice {
    display: block;
    padding: 2px 2px 2px 2px;
    font-size: small;
    border: 1px solid black;
    background-color: #BBBBBB;
    position: relative;
    width: 25%;
    left: 75%;
}   

form.newrec div.ngnotice input {
    background-color: #BBBBBB;
    font-weight: bold; 
    display: inline;
    float: none;
    
}

div.notice {
    float: right;
    width: 200px;
    border-bottom: 3px solid gray;
    border-right: 1px solid gray;
    background: white;
    padding: 5px;
    margin: 5px;
    font-size: 10pt;
}

div.notice h5 {
    margin: 0px;
}

/****************************** left menu styles ******************************/

.leftpanel {
    padding: 10px 0px 10px 10px;
    float: left;
    display: block; 
    width: 210px;
    height: 600px;
    
    /* background-color: #FFFF99; 
    min-height: 400px; */
}


.frstmi {
    width: 190px;
    cursor: pointer;
    /*
    background-color: #FFCC00;
    border: 1px solid black;
    */
    margin-top: 25px;
    padding-left: 10px;
    padding-bottom: 3px;
    background-image: url('../images/rainbow2.png');
    background-position: bottom;
    background-repeat: no-repeat;
    font-weight: bold;
}

.frstmi  p {
    margin: 0px;
}

.leftpanel div.secmi a, .leftpanel div.frstmi a  {
    text-decoration: none;
    color: black;
}

.leftpanel div.secmi a:hover, .leftpanel div.frstmi a:hover {
    text-decoration: none;
    background: #EEEEEE;
    color: blue;
}

.frstminm {
    width: 190px;
    /*
    background-color: #FFCC00;
    border: 1px solid black;
    */
    margin-top: 25px;
    padding-left: 10px;
    padding-bottom: 3px;
    background-image: url('../images/rainbow2.png');
    background-position: bottom;
    background-repeat: no-repeat;
    font-weight: bold;
    color: red;
}

.secmi {
    margin-left: 20px;
    
}

div.secmi p {
    width: 172px;
    margin-top: 5px;
    margin-bottom: 0px;
    background-repeat: no-repeat;
    background-position: 1px 100%;
    padding-left: 10px;
    padding-bottom: 3px;
    
}

div.secmi p.lmsec {
    /*
    background-color: #FFCC66;
    width: 184px;
    background-color: #cccccc;
    padding: 3px 3px 3px 3px;
    border: 1px solid black;
    border-right: none;
    margin: 3px 0px 3px 0px;
    */
    background-color: #DDDDDD;
}

/*************************** links styles *************************************/

a {
    color: blue;
}

a:hover {
    color: white;
    background: #3366CC;
    text-decoration: none;
}

a:active {
    border: none;
}

div.pglinks  {
    text-align: center;
    text-decoration: none;
    margin: 5px;
}

div.pglinks a {
    background: #EEEEEE;
    color: black;
    border-bottom: 2px solid gray;
    border-right: 1px solid gray;
    padding: 2px;
    text-decoration: none;
    margin: 2px;
}

div.pglinks a:hover {
    background: #CCCCCC;
    color: black;
}


div.pglinks a.currpage {
    background: #CCCCCC;
    color: black;
    
}

a.delfrnd {
    color: #888888;
    text-decoration: none;
    font-size: 10pt;
}

a.delfrnd:hover {
    background: #888888;
    color: white;
    text-decoration: none;
    font-size: 10pt;
}

a.dotted {
	text-decoration: none;
	border-bottom: 1px dashed #3366CC;
}

/*************************** user rating styles *******************************/

table.user-rating {
    background-color:#FFFFFF;
	border-bottom: 3px solid gray;
	border-right: 1px solid gray;
	margin: 16px;
}

table.user-rating tr td {
	text-align: right;
	padding-left: 32px;
}

table.user-rating tr.user td {
	background-color: #DDDDDD;
}

table.rating-top {
	font-size: 10pt;
	width: 100%;
}

table.rating-top tr td {
    text-align: right;
    padding-right: 4px;
}

table.rating-top tr.user td {
    background-color: #DDDDDD;
}

/******************************************************************************/


.leftmenu {
    border: 1px solid black;
    background-color: #BBBBBB;
}

div.lbl {
    float: left;
    width: 150px;
}


div.mesfld {
    margin-left: 150px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    margin-bottom: 3px;
    
}

div.mes {
    margin-left: 150px;
    border: 1px solid black;
    background-color: #eeeeee;
    padding: 3px 3px 3px 3px;
    margin-bottom: 3px;
}

div.profilelbl {
    float: left;
    width: 200px;
}

div.profile {
    margin-left: 200px;
    border: 1px solid black;
    background-color: #eeeeee;
    padding: 3px 3px 3px 3px;
    margin-bottom: 3px;
}

div.profilefld {
    margin-left: 200px;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    margin-bottom: 3px;
}

table.mesages {
    background-color: #FFFFFF;
    border-bottom: 3px solid gray;
    border-right: 1px solid gray;
}

table.mesages tbody {
    border: none;
}

table.mesages th.cb{
    width: 30px;
}

table.mesages th.from{
    width: 100px;
}

table.mesages th.subj{
    width: 300px;
}

table.mesages th.date{
    width: 200px;
}

table.mesages tr.new{
    font-weight: bold;
}

table.mesages tr {
    border-bottom: 1px solid #DDDDDD;
}

table.mesages tr.bold {
	font-weight: bold;
}


table.mesages th, table.mesages td.new, table.mesages tr.sep td {
    background: #DDDDDD;
}

table.mesages td,th{
    padding: 2px 2px 2px 2px;
    /*
    border-left: 2px solid black;
    */
}

p.error {
	color: black;
    padding: 20px;
    background: #ff9933;
    border-color: #ff3333;
    border-width: 0px 2px 3px 0px;
    border-style: solid;
    /*
    
    
    */    
	
	/*
    background-color: #FF6600;
    border: 1px solid black;
    */
}

p.warning {
    color: black;
    padding: 20px;
    background: #ffff00;
    border-width: 0px 2px 3px 0px;
    border-color: #ffcc00;
    
    /*
     background: #fff468;
     url('../images/warn.png') top center no-repeat;
    */
}

p.form-notice {
    color: #888888;
    margin: 0px;
    font-size: smaller;
}

p.good {
    color: black;
    padding: 2px;
    background-color: #33FF66;
    border-right: 1px solid gray;
    border-bottom: 3px solid gray;
}

.warning {
    color: black;
    padding: 32px 2px 2px 2px;
    background: #fff468 url('../images/warn.png') top left no-repeat;
    border: 1px solid black;
}
