* {
	font-family: Arial;
	font-size: 12pt 18pt;
}

body {
	background: white;
	color: black;
	font-family: Arial, Heveltica, sans-serif;
	font-size: 10pt;
}

h1 {
	height: 46px;
	border-bottom: 1px solid gray;
	margin: 4px 0 0 4px;
}

.notification {
    width: 65%;
    margin: 20px auto 20px auto;
    padding: 8px 8px 8px 90px;
    border: 2px solid #CCC;
    border-radius: 5px;
	background: #EAF2F5 url('images/notification.png') 16px 16px no-repeat;
    box-shadow: 0 0 7px #AAA;
    font-size: 9pt;
}

.notification p {
    margin: 0;
    padding: 0;
}

.notification li {
    display: inline-block;
    margin: 0 0 3px 0;
    width: 200px;
}

.date-header {
	margin: 24px 0 10px 8px;
	font-size: 18pt;
	font-weight: bold;
}

.commit-row {
	margin: 6px 40px 10px 40px;
	padding: 4px;
	border: 1px solid #BEDCE7;
    border-radius: 5px;
	background: #EAF2F5;
    box-shadow: 0 0 3px #CCC;
}

.commit-row p {
	margin: 0 0 3px 0;
	padding: 0;
}

.commit-header {
	float: left;
	width: 80px;
	padding: 4px;
}

.commit-id {
	font-size: 14pt;
	font-weight: bold;
}

.commit-author {
    display: block;
	padding-left: 15px !important;
    background: transparent url('images/author-icon.png') 2px 2px no-repeat;
    font-size: 8pt;
    color: #333;
}

.commit-time {
    display: block;
	padding-left: 15px !important;
    background: transparent url('images/time-icon.png') 2px 2px no-repeat;
    font-size: 8pt;
    color: #333;
}

.commit-details {
    min-height: 60px;
	margin-left: 85px;
    padding: 6px 6px 0 6px;
    border-left: 1px solid #BEDCE7;
}

.commit-message-primary {
    margin: 2px 2px 6px 4px !important;
	font-size: 10pt;
}

.commit-message-secondary {
	margin: 12px 2px 6px 4px !important;
	font-size: 8pt;
    color: gray;
}

.flag-en {
    padding-left: 26px !important;
	background: url('images/flag_en.jpg') no-repeat 3px 2px;
}

.flag-hu {
    padding-left: 26px !important;
	background: url('images/flag_hu.jpg') no-repeat 5px 2px;
}

.clear {
	clear: both;
}

.realm-marker {
    width: 350px;
    min-height: 30px;
    margin: 18px 0 -15px auto;
    padding: 6px 0 0 6px;
    text-align: right;
    border-top: 1px solid #DCC;
    background: transparent url('images/down-arrow.png') right top no-repeat;
}

.realm-names {
    margin: 0 0 18px 0;
    padding: 0 50px 0 0 !important;
    font-size: 9pt;
    color: gray;
}








.revisions {
	width: 94%;
	border-collapse: collapse;
	border: 1px solid #BEDCE7;
	margin: 0 0 0 40px;
}

.revision {
	border: 1px solid #BEDCE7;
	background: #EAF2F5 url('images/bg_gradient.gif') repeat-x left bottom;
}

.revision table {
	width: 100%;
	min-height: 75px;
}

.basic_data {
	border-right: 1px solid #BEDCE7;
	width: 100px;
	vertical-align: top;
}

.basic_data h3 {
	margin: 4px 0 0 4px;
}

.basic_data p {
	margin: 2px 0 0 5px;
	font-size: 9pt;
	color: #404040;
}

.commit_msg {
	font-size: 10pt;
	padding-top: 4px;
}

.commit_msg p {
	margin: 2px 2px 6px 4px;
	padding-left: 30px;
}

.msg_en {
	background: url('images/flag_en.jpg') no-repeat 3px 2px;
}

.msg_hu {
	background: url('images/flag_hu.jpg') no-repeat 5px 2px;
	color: gray;
	font-size: 8pt;
}

.tags {
	color: #999;
	font-size: 8pt;
	text-align: right;
	padding: 0;
	margin: 0 8px 0 0;
}

.avatar {
	border-left: 1px solid #BEDCE7;
	width: 80px;
}

.pager {
	margin: 20px 0 10px 10px;
}

.pager td {
	width: 16px;
	height: 18px;
	border: 1px solid #BEDCE7;
	background: #EAF2F5;
	font-size: 9pt;
	text-align: center;
}

.pager a {
	color: black;
	text-decoration: none;
}

.pager a :hover {
	color: #666;
	text-decoration: underline;
}

.info {
	float: right;
	font-size: 10pt;
	margin: 18px 18px 0 0;
}