/* 
    Document   : diaryYear
    Created on : 2012-05-09, 12:21:59
    Author     : Błażej Toboła <btobola@xsystem.pl>
    Description:
        Purpose of the stylesheet follows.
*/

#c_table {
	border: 0px;
	border-collapse: collapse;
}

#c_table tr, #c_table th, #c_table td{
	border-bottom: 0;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#c_table tr {
	border-top: 1px solid #808080;
}
#c_table th{
	/*	vertical-align: baseline;*/
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	padding: 0 7px 0 0;
	white-space: nowrap;
}

#c_table a{
	color: #036;
}

#c_table a:hover{
	color: #e40000;
}

.d_prevNext{
	padding-top: 5px;
	padding-bottom: 15px;
}
#d_content{
	padding-top: 10px;
}

span.nexPrevYear {

}

#d_paging{
	font-size: 120%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 140%;
}

td.numberAlign {
	padding-right: 20px;
}

#contentFiles{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 140%;
}

h2, h2.one-item-heading {
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: Verdana;
	font-size: 22px;
	color: #003366;
	font-weight: bold;
}
.noBorder {
	border: none !important;
}