/*
 * LunaCast-nodes CSS
 *
 * CSS targeted specifically for Internet Explorer for Windows.
 * Part of LunaCast theme - meant to be used for node content stored in the database
 *
 * this is the file for the standards compliant definitions
 *
 */


/*
 * for centering content in nodes and blocks
 *
 */
.center-self
{
  margin-left:auto !important;
  margin-right:auto !important;
}

.center-contents
{
	text-align: center;
}

.left-align-contents
{
	text-align: left;
}

/*
 * classes for reversed main round corners 
 *
 */
.upper_left_reverse
{
	background-image: url(images-nodes/upper_left_reverse.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	height: 16px;
}

.upper_right_reverse
{
	background-image: url(images-nodes/upper_right_reverse.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:0px;
	height: 16px;
}

.upper_middle_reverse
{
	background-image: url(images-nodes/upper_middle_reverse.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: 16px;
	margin-right: 16px;
	height: 16px;
}

.middle_left_reverse
{
	background-image: url(images-nodes/middle_left_reverse.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
}

.middle_right_reverse
{
	background-image: url(images-nodes/middle_right_reverse.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding: 0px;
}

.lower_left_reverse
{
	background-image: url(images-nodes/lower_left_reverse.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 16px;
}

.lower_right_reverse
{
	background-image: url(images-nodes/lower_right_reverse.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 16px;
}

.lower_middle_reverse
{
	background-image: url(images-nodes/lower_middle_reverse.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-left: 16px;
	margin-right: 16px;
	padding: 0px;
	height: 16px;
}

.box-content-inner
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 16px;
	margin-right: 16px;
	background-color: #000000;
}
