/****************************************
*	This is the style sheet of PPLOG	*
*	Edit this as you wish.				*
*	Designed by Federico Ramírez		*
*	A.K.A fedekun						*
****************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #2773a5;
	
	
}

table {
	font-size: 12px;
}


input, button, textarea, select, radio {
	padding: 2px;
	border: 1px solid #2773a5;
	color: #2773a5;
	background-color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

div#all {
	width: 800px;
	
	margin: 0 auto;
	text-align: left;
	background-color: white;
	
	
}

#myheadmenu h1, a {
 		
		margin-top: -5px;
		margin-bottom: 5px;
}

div#myheadmenu {
		color: white;
		background-color: #2773a5;
        float: left;
		width: 800px;
		padding-left: 0px;
		
		
}

#myheadmenu a {
	display: inline;
	color: white;
	text-decoration: none;
	
	font-size: 14px;
}

#myheadmenu a:hover {
	
	color:red;
	text-decoration: underline;
}




*::-moz-selection {
	background-color:#8FB236;
	color: white;
}

div#menu {
	float: left;
	padding-left: 20px;
	width: 160px;
	
}

#menu h1 {
	
	color:#2773a5;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.1
}


#menu a {
	display: block;
	color:#2773a5;
	padding-left: 5px;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.4
}

#menu a:hover {
	
	color:red;
	text-decoration: underline;
}
#menu table {
	
	border-width:1px; 
	border-style:solid; 
	border-color:white;
	
}
#menu td { 
	border-width:1px;
	border-style:solid; 
	border-color:#2773a5;
	
}

.submenu
{
	padding-left:20px;
	color: 	#2773a5;
	
	
}


div#content {
	float: right;
	padding-right: 15px;
	width: 590px;
	padding-left: 0px;
	min-height: 600px;
}

#content .postTitle {
       color:#2773a5;

}

#content .postTitle:hover {
        color:red;
        text-decoration:none;
}

#content h1 {
	font-size: 16px;
	border-bottom: 1px solid #2773a5;
	margin-bottom: 5px;
	letter-spacing: 2px;
}

#content a {
	color:#2773a5;
	text-decoration: none;
}

#content a:hover {
	color:red;
	text-decoration: underline;
}

#content td {
	padding: 0px 10px;
	text-decoration: none;
}

div#footer {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #666666;
	padding-top: 15px;
	letter-spacing: 2px;
}

#footer a {
	color: black;
	text-decoration: none;
	
}

.code {
	border: 1px solid silver;
	background-color: #F1F1F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	padding: 2px;
	margin: 2px;
	line-height: 10px;
	height: 200px;
	overflow: scroll;
}


.quote {
	border: 1px solid silver;
	padding: 2px;
	margin: 2px;
}

.table_data
	{
		border-style:ridge;
		border-width:1;
		text-align:right;
	}
.tab_base
	{
		
		font-weight:bold;
		border: 1px solid #2773a5;
		
	}
.table_sub_heading
	{
		background:#a3a368;
		font-weight:bold;
		border-style:ridge;
		border-width:1;
	}
.table_body
	{
		background:#FEFDFD;
		font-weight:normal;
		font-size:12;
		font-family:sans-serif;
		border-style:ridge;
		border-width:1;
		border-spacing: 0px;
		border-collapse: collapse;
		color: black;
	}
.tab_loaded
	{
		background:#222222;
		color:white;
		font-weight:bold;
		border-style:groove;
		border-width:1;
		cursor:pointer;
	}
	
.category_selected
	{
		background-color: yellow; 
		color: #2773a5;
	}
	
.pull_down	
	{
		font-size:0.9em;
		border:none;
		text-align:left;
		background-color:#2773a5;
		color:white;	
	}
.marker
	{
	background-color: yellow;
	
	}
	