/*************************************
   WELCOME TO THE CUSTOM STYLESHEET
--------------------------------------
              style.css
        BlueTrip CSS Framework
    Put your custom styles in here.
***************************************/

/**************************************/
/*           COLOR SCHEME             */
/**************************************
- black		#000
- white		#fff
-           #
-           #
-           #
***************************************/


/**************************************/
/*              GLOBALS               */
/**************************************/
td.hover, tr.hover {background-color: #FCF2EA;}

/**************************************/
/*              HEADER                */
/**************************************/
#headerbar {
    background-color: #FFCC33;
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: #003399;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #003399;
    height: 28px;
    padding-top: 10px;
    width: 100%;
    z-index: 10;
}

/**************************************/
/*             NAVIGATION             */
/**************************************/
#sidebar {
    width: 180px;
    list-style:none;
}
#sidebar ul {
    list-style:none;
}
#sidebar h5 {
    color: #C08B7E;
    font-weight: normal;
}

/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#main {
    background: url(../img/bg-vertical-doted.png) repeat-y;
}
#main table, td, th {
    border: 1px solid #EDCEE0;
}
#main th {
    background: url(../img/put_dot.gif);
    color: #1E1E1E;
}

/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
    text-align: center;
    background-color: #FFCC33;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #003399;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #003399;
    height: 50px;
}


/**************************************/
/*              PAGINATOR             */
/**************************************/
ul.pager{
	padding: 0;
	font-style: normal;
	list-style: none;
	
	margin: 10px;
}
ul.pager li {
	float: left;
	margin-right: 5px;
	border: 1px #3366FF solid;
	font-weight: bold;
}


ul.pager li a {
	position: relative;
	display: block;
	padding: 3px 8px;
	color: #3366FF;
}

ul.pager li a:link,
ul.pager li a:visited {
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li a:active {
	background-color: #AADDFF;
	text-decoration: none;
}
ul.pager li.current {
	display: block;
	padding: 3px 8px;
	background: #3366FF;
	color: #FFFFFF;
}
ul.pager li.disabled {
	display: block;
	padding: 3px 8px;
	
}

