/* content style - by T-Bone */

body {
	font: 10pt "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	background: White;
	color: Black;
	margin: 8px;
}

h1 {
	background-color: #cccccc;
	border: 1px solid #336699;
	font-weight: bold;
	font-size: 17pt;
	padding: 5px;
	text-align: center;
}

h2 {
	font-size: 15pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 13pt;
}

p {
	font-size: 10pt;
	text-align: justify;
}

a:link {
	background-color: inherit;
	color: maroon;
}

a:visited {
	background-color: inherit;
	color: maroon;
}

a:hover {
	background-color: inherit;
	color: red;
}

pre {
	border: 1px solid #CBCBCB;
	background-color: #FFF8ED;
	color: black;
	padding: 5px;
}

#sidebar {
        display: block;
	background-color: #cccccc;
	border: 1px solid #336699;
	/*position: absolute;
	top: 0px;
	left: 0px; */
	width: 165px;       
}

.sidetitle {
	background-color: #fff;
	border: 1px dotted #9c9;
	color: #242C23;
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	letter-spacing: .3em;
	text-align:center;                                                  
	font-family: Verdana;
}               

*[dir="rtl"] #iconbar {
        float: left;
        text-align: left;
}

*[dir="rtl"] #username {
        float: left;
}

*[dir="rtl"] #navibar {
        clear: right;
}

.user {
        margin-top: 10px;
        text-align: center;
}

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.5em 0em 1.5em 1.5em;
	padding:0;
	font-size: 10pt;
}

ul.navibar {
	line-height: 1.5em;
	margin: 0.5em 0em 1.5em 1.5em;
	padding:0;
	list-style-type: none;
	font-size: 10pt;
}

dl {
	font-size: 10pt;
}

tr {
	font-size: 10pt;
}

#footer p {
	text-align: center;
	font-size: x-small;
	color: #336699;
}

td.bordered {
	font-size: 20pt;
	background-color: #cccccc;
        border: 1px solid #336699;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
