/**
 * General
 */
#container-document {
}

/**
 * Content Containers.
 */
#alumni-sheet-container {
    text-align: left;
}
#alumni-sheet {
    margin : 0px;
    border-collapse : collapse;
    width: 100%;
}

/**
 * Header row styles.
 */
.alumni-row-head {
    font-weight : bold;
}
.cell-head {
    color   : #FFFFFF;
    padding : 5px 5px 5px 5px;
    font-size : 9pt;
    vertical-align: top;
    background: #444444; 
    border-bottom: 1px solid #CCCCCC;
}
.cell-head a {
    color    : #FFFFFF;
    text-decoration : underline;
}
.cell-head a:hover{
    text-decoration : none;
}
.current-order {
    text-decoration: underline;
    text-transform: capitalize;
    background-color: #444444;
}

/**
 * Cell styles.
 */
.alumni-sheet {
    border: 1px solid #CCCCCC;
}
.alumni-cell {
    font-size : 9pt;
    vertical-align: top;
    border-bottom : 1px solid #CCCCCC;
		padding-top : 3px;
    padding-bottom : 5px;
		padding-left : 5px;
		padding-right : 5px;
}
.alumni-row-0 {
    background-color : #CCCCCC;
}
.alumni-row-1 {
}

/**
 * Paging Controls
 */
.box-paging {
    text-align: right;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: 20px;
    margin-right: 20px;
}
.box-paging a{
    font-weight:normal;
    text-decoration:underline;
}
.box-paging a:hover{
    text-decoration:none;
}
.page-number {
    display: inline;
    float : left;
    text-align : left;
}

/**
 * Other.
 */
a.link-alumni {
    font-weight : normal;
    text-decoration : underline;
}
a.link-alumni:hover {
    text-decoration: none;
}
.message {
    font-size : 11pt;
    margin-top : 20px;
}
#container-filter {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 5px;
    padding: 5px;
    text-align : center;
}
#filter-submit {
}

.label {
    text-align: right;
}
.simple-search {
    width: 250px;
}
.field-box {
    margin-top: 3px;
}

.page-navigation {
	float: right;
    text-align: right;
	border: 0 none;
    margin: 0;
    padding: 0;
}
	
.page-navigation .page-select{
	float: left;
	border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin: 0 0 0 1px;
}
.page-navigation .page-select a{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #0077FF;
    border: 1px solid #CCCCCC;    
    font-size: 11px;
    line-height: 24px;
    padding: 2px 6px;
}

.page-navigation .page-select a:hover{
    background-color: #0077FF;
    border: 1px solid #0077FF;
    color: #FFFFFF;
}

.page-navigation  .active a{	
	background-color: #0077FF;
    border: 1px solid #0077FF;
    color: #FFFFFF;
}
