﻿
/*body { font-size: 100%; } 80% is the default */
/*body { */
/*    font-face: "trebuchet ms", Verdana, Helvetica, sans-serif;*/
/*} */

strong {font-weight: bold;}
h1 {
    font-size: 167%;
    margin-bottom: 10px;
    margin-top: 5px;
}

h2 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 137%;
    font-weight: bold;
}
h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 117%;
}

li { 
    list-style: disc; 
    margin-left: 30px;
}

th {
    text-align: left;
    background-color : #009;
    color : #fff;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 5px;
}

input { margin-right: 5px;}

th a {
    color : #fff;
    text-decoration: none;
}

th a:hover {
    color : #fff;
    text-decoration: underline;
}

label {font-weight: bold;}

.shaded td {
    background-color: #eee;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    padding: 5px;
}

.standardTable td {
    padding: 5px;
}

.tabTable td {
    background-color: #edf5ff;
    border-style: solid;
    border-width: 2px;
    border-color: #edf5ff;
    
    padding: 5px;
}
.gentleBorder td { border-color: #ccc; }
.tabTable table { margin-top: 7px; }

#hd {
    background-color : #8694c0;
    color : #fff;
    font-weight: bold;
    vertical-align: middle;
}

.documentation { 
    margin-left: 40px;
    margin-right: 40px;
    font-size: 115%;
}

.printFoldImage {
    margin-right: 30px;
}

.bottomLine { border-bottom: #ccc 1px solid; }

.pageTitle { 
    border-bottom: #ccc 1px solid; 
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 140%;
    font-weight: bold;
}
.titlerow { 
    color: #093;
    border-bottom: #ccc 1px solid; 
    padding-bottom: 5px;
    padding-right: 5px;
    font-size: 120%;
}
.titlerowright { 
    border-bottom: #ccc 1px solid; 
    padding-bottom: 5px;
}
.titlerow a { color : #00f; font-size: 100%; }

.grayArea {
	padding : 10px;
	border-width : 1px 1px 1px 1px; 
    background-color : #eee;
}

.red { color : #f00; }
.blue { color : #00f; }
.green { color: #093; }
.black { color: #000; }
.white { background-color: #FFF; }
.shadedrow { background-color: #eee; }
#ft { border-top: 1px solid #999; }
.right { text-align: right; }
.left { text-align: left; }
.topBuffer { margin-top: 10px; }
.leftBuffer { margin-left: 10px; }
.fePadding { padding: 7px; }
.hidden { display: none; }
.shown { display: block; }
.bold { font-weight: bold; }
.big { font-size: 115%; }
.small { font-size: 80%; }
.borderLeft { border-left: #ccc 1px solid; }
.borderBottom { border-bottom: #ccc 1px solid; }
.borderRight { border-right: #ccc 1px solid; }
.centered { text-align: center; }


.cloudborder {text-align: center;}
.cloudborder a { line-height: 1.4em; }
.cloud1 { font-size: 80%; }
.cloud2 { font-size: 90%; }
.cloud3 { font-size: 100%; }
.cloud4 { font-size: 115%; }
.cloud5 { font-size: 150%; }

.lineBottom { 
    padding-bottom: 10px;
    border-bottom: 1px solid #999; 
}

.information {
    background: #ffc url(http://static.flashcardexchange.com/images/icons/32/information.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 5px;
    padding-left: 60px;
    padding-right: 15px;
    margin-right: 100px;
    margin-left: 100px;
    border: 1px #ccc solid;
    font-weight: bold;
}
.warning {
    background: #ffc url(http://static.flashcardexchange.com/images/icons/32/warning.gif);
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 60px;
    padding-right: 15px;
    margin-right: 100px;
    margin-left: 100px;
    border: 1px #ccc solid;
    color : #f00;
}

/* idx box - the scaling boxes on the home page and flashcard pages {{{ */
.idxbox {
	background: url(../images/idxboxbody-r.gif) no-repeat bottom right;
}
.idxboxhead {
	background: url(../images/idxboxhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.idxboxhead h2 {
	background: url(../images/idxboxhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 15px 0px 5px 0px;
    color: #977102;
	font-weight: bold; 
	font-size: 16px; 
}
.idxboxbody {
	background: url(../images/idxboxbody-l.gif) no-repeat bottom left;
	margin: 0;
    /*padding: 30px 15px 30px 15px;*/
    padding:0;
    
}

.idxboxbody p {
    margin-top: 5px;
}
/* }}} */
/*standard pager {{{ */
.fepager {
    border: 1px solid #009;
    background-color: #eee;
}
.fepager td {
    padding: 3px;
}
.fepagerxofx {
    background-color : #8694c0;
    color: #fff;
}
.fepagercurrent{
    background-color : #ccc;
    padding: 3px;
}
/* }}} end standard pager*/

.rss_link {
    border-style: solid; 
    border-color: rgb(255, 204, 153) rgb(102, 51, 0) rgb(51, 51, 0) rgb(255, 153, 102); 
    border-width: 1px; 
    padding: 0px 3px; 
    font-family: verdana,sans-serif; 
    font-size: 10px; 
    font-weight: bold; 
    text-decoration: none; 
    color: white; 
    background-color: rgb(255, 102, 0);
}

.memory {
    margin : 10px 10px 10px 10px;
    border-color : #999;
	border : 2px dashed #999;
    width : 550;
    height : 150;
	font-size : 32px;
}

/*yui paginator*/
.feDataTable { text-align: right; } 
.feDataTable table { width:100%; margin-left:auto; margin-right:auto; } 
.feDataTable, .yui-dt-loading { text-align: right; background-color: transparent; } 

.feSmallButton { font-size: 77%; } 

/* this basic header thing is only needed for edit_card.  Make it a panel and this can go*/
#basic_header {
    width: 100%;
    background-color : #8694c0;
    color : #fff;
    font-weight: bold;
    font-size: medium;
    padding: 10px;
}

div.statement {
background-color: #222;
color: #fc3;
width: 200px;
text-align: left;
margin-top: 7px;
}

div.statement div.inner {
padding: 0px 20px 20px 20px;
font-size: 21px;
line-height: 1.2em;
}

div.statement div.inner h1 {
font-size: 48px;
margin: 0;
padding: 0;
letter-spacing: -2px;
line-height: 1.0em;
text-align: left;
color: #fff;
}

div.statement div.inner p a {
color: #dfb946;
font-weight: normal;
}

div.statement div.inner p {
background-color: #222;
font-size: 24px;
color: #dfb946;
text-align: left;
margin: 0 0 15px 0;
line-height: 1.2em;
font-family: georgia, helvetica, arial, sans-serif;
}



