.navigator_active {
	Letter-spacing : -1px;
	
	width : 19px;
	height : 19px;
	
	padding-left : 4px;
	padding-right : 4px;
	
	font-weight : bold;
	background : url('../images/navigatorBg.gif');
	background-repeat : no-repeat;
	background-position : 50% 50%;
	text-align : center;
}

.navigator_unactive {
	Letter-spacing : -1px;

	text-align : center;
	padding-left : 3px;
	padding-right : 3px;
}

.textBox {
	border : 1px solid #ABBED1;
}

.authSuccessBox {
	background-color : #00A449;
	padding : 5px 15px 5px 15px;
	font-size : 14px;
	color : white;
	font-weight : bold;
}

.subTitle {
	font-weight : bold;
	font-size : 13px;
}

.categoryTitle {
	font-weight : bold;
	font-size : 14px;
	margin-left : 5px;
	width : 610px;
}

.chargeText {
    color : #CC0000;
    text-decoration : line-through;
    font-weight : normal;
}

.redText {
	color : #BE1914;
	font-weight : bold;
}

.blueText {
	color : #0063DC;
	font-family : Arial;
}

.grayText {
	color : #828282;
}

.middleGrayText {
    color : #B4B4B4;
}

.lightGrayText {
    color : #D2D2D2;
}

.darkBlueText {
	color : #0063DC;
	text-decoration : none;
}

.errorText {
	color : #BE1914;
	font-weight : bold;
}

.tinyWhiteLink {
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	color : white;
}

.tinyWhiteLink:hover {
	font-size : 11px;
	font-weight : normal;
	text-decoration : underline;
	color : white;
}

.tinyComment {
	font-size : 11px;
}

.tinyCommentGray {
	font-size : 11px;
	color : #828282;
}

.tinyCommentBlue {
	font-size : 11px;
	color : #0948B9;
}

.formRight {
	font-weight : bold;
	text-align : right;
	padding-right : 5px;
	font-size : 12px;
}

.iconBox {
	border : 1px solid #E1E1E1;
}

.hiddenLink {
	text-decoration : none;
	color : black;
}

.hiddenLink:hover {
	text-decoration : none;
	color : black;
}

.pictureBox {
	width : 112px;
	height : 112px;
	background-color : #F5F5F5;
}

.pictureBoxBase {
	width : 112px;
	height : 112px;
	background-color : #FFECDA;
}

.pictureData {
}

.pictureComment {
	font-size : 11px;
	padding-top : 3px;
	padding-bottom : 27px;
}

.pictureTitle {
	font-weight : bold;
	font-size : 13px;
}

.pictureAuthorComment {
	color : #969696;
}

.navigatorTable {
	margin-bottom : 10px;
	margin-top : 10px;
}

.topBar {
	text-align : center;
	color : white;
	font-weight : bold;
	font-size : 12px;
	font-family : Verdana;
}

.sendForm_col {
	padding-top : 5px;
	padding-bottom : 5px;
	border-bottom : 1px solid #D9D9D9;
}

.simpleTable_colTitle {
	font-size : 12px;
	border-bottom : 1px solid #DFDFDF;
	padding : 5px;
}

.simpleTable_col {
	border-bottom : 1px solid #DFDFDF;	
	padding : 5px;
}

.simpleTable_colGray {
	border-bottom : 1px solid #DFDFDF;	
	padding : 5px;
	color : #858585;
}

.card_templateCol {
 	width : 123px;
	height : 150px;
}

card_templateTitleCol {
	width : 227px;
	height : 120px;
}

.window_title {
	font-size : 16px;
	font-weight : bold;
}

.bigLink {
	color : #0063DC;
	font-size : 16px;
	font-weight : bold;
	text-decoration : none;
}

.bigLink:hover {
	color : #0063DC;
	font-size : 16px;
	font-weight : bold;
	text-decoration : underline;
}

.orderAlert_red {
	background-color : #C01914;
	text-align : center;
	color : white;
	font-weight : bold;
	font-size : 14px;
	padding : 3px 10px 3px 10px;
}

.orderAlert_green {
	background-color : #15BE2D;
	text-align : center;
	color : white;
	font-weight : bold;
	font-size : 14px;
	padding : 3px 10px 3px 10px;
}

.hiddenSubmit {
    width : 1px;
    height : 1px;
    background-color : white;
    color : white;
    border : none;
}
