/* Body */
body {
	background-color: white;
	color: black;
}

table {
	margin : 0 auto;
}

#warning {
	color: red;
	font-size: 16px;
}

.CTitle {
	color: darkgrey;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.CMsg {
	font-size: 16px;
	text-align: center;
}

.CSubTitle {
	color: darkgrey;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.CForm {
	font-size: 16px;
	text-align: center;
}

.CErrMsg {
	color : red;
	font-size: 20px;
	text-align: center;
}

.COKMsg {
	color : #00C000;
	font-size: 20px;
	text-align: center;
}

.CTableDataRight {
	text-align: right;	
}

.CFileHeader {
	font-size:   18px;
	font-weight: bold;	
	text-align:  left;
	color:       white;
	background:  black;
	padding:     5px;
}

.CDate {
	color : darkgrey;
}

CFile {
	color : blue;
	font-style: italic;
}

a:link {
	color: blue;
}

a:visited {
	color: green;
}

a:hover {
	color: orange;
}

.CFileDiv {
	display : none;
}

.CSectionHeader {
	font-size:    27px;
	font-weight:  bold;
	text-align:   center;
	display:      inline;
	padding-left: 50px;
}

#Menu {
	position: fixed;
	top:      60px;
	right:    0px;
}

.CReleaseMark {
	width:       20px;
	color:       white;
	background:  green;
}

.CBackupMark {
	width:       20px;
	color:       white;
	background:  gray;
}

.CRCMark {
	width:       20px;
	color:       white;
	background:  orange;
}

.CAlphaMark {
	width:       20px;
	color:       white;
	background:  red;
}

.CDocsMark {
	width:       20px;
	color:       white;
	background:  blue;
}

.CBtn {
	font-size:     27px;
	font-weight:   bold;
	width:         250px;
	color:         white;
	padding-left:  10px;
	border-left:   10px solid black;
	border-bottom: 10px solid black;
	border-top:    10px solid black;
	margin-top:    10px;
	margin-bottom: 10px;
}

#BtnRelease {
	background:   green;
}

#BtnBackup {
	background:   gray;
}

#BtnRC {
	background:   orange;
}

#BtnAlpha {
	background:   red;
}

#BtnDocs {
	background:   blue;
}

#MainTable {
	min-width:   720px;
}


