/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}


/* ================================
    CSS STYLES FOR Organization Modules
   ================================
*/   

.Organization_Title
{
	color: #1c2d33;
	font-size: 24px;
	float: left;
	width: 529px;
	font-family:Arial;
	height: 30px;
}

.Organization_Text
{
	line-height: 15px;
	color: #1c2d33;
	font-size: 13px;
	float: left;
	width: 529px;
	font-family:Arial;
}

.Organization_Footer
{
	color: #1c2d33;
	font-size: 13px;
	font-style: italic;
	float: left;
	width: 529px;
	font-family:Georgia;
}

.OrganizationCommittees_HeaderTitle
{
	color: #11262e;
	font-size: 24px;
	float: none;
	width: 782px;
	font-family:Arial;
	text-align: left;
}

.OrganizationCommittees_HeaderText
{
	padding-top: 10px;
	color: #11262e;
	line-height: 20px;
	font-size: 14px;
	text-align: justify;
	float: none;
	width: 782px;
	font-family:Arial;
}

.ShowHideHeaderOpened
{
	padding-left: 12px;
	float: none;
	width: 782px;
	height: 50px;
	background-image: url(Images/Mod_Organization/Header_BackgroundOpen.gif);
	text-align: left;
}

.ShowHideHeaderOpened:hover
{
	cursor: pointer;
}

.ShowHideHeaderOpenedNoEvents
{
	padding-left: 12px;
	float: none;
	width: 782px;
	height: 50px;
	background-image: url(Images/Mod_Organization/Header_BackgroundOpen.gif);
	text-align: left;
}

.ShowHideHeader
{
	padding-left: 12px;
	float: none;
	width: 782px;
	height: 50px;
	background-image: url(Images/Mod_Organization/Header_Background.gif);
	text-align: left;
}

.ShowHideHeader:hover
{
	background-image: url(Images/Mod_Organization/Header_BackgroundOpen.gif);
/*	background-color: #fbfbfb; */
	cursor: pointer;
}

.ShowHideHeader:out
{
	background-image: url(Images/Mod_Organization/Header_Background.gif);
/*	background-color: #e2e9ea; */
}

.ShowHideHeader_TextContent
{
	float: left;
	width: 745px;
	height: 50px;
}

.ShowHideHeader_ArrowContent
{
	float: left;
	width: 37px;
	height: 50px;
}

.ShowHideHeader_Name
{
	padding-left: 10px;
	font-size: 14px;
	float: left;
	width: 735px;
	padding-top: 8px;
	font-family: Arial;
	height: 20px;
	color:Black;
}

.ShowHideHeader_Role
{
	padding-left: 10px;
	font-size: 12px;
	float: left;
	width: 735px;
	font-style: italic;
	font-family: Georgia;
	height: 25px;
	color: #868b8b;
}

.ShowHideHeader_ArrowClosed
{
	float: none;
	width: 37px;
	background-image: url(Images/Mod_Organization/Icon_ArrowClosed.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
}

.ShowHideHeader_ArrowOpened
{
	float: none;
	width: 37px;
	background-image: url(Images/Mod_Organization/Icon_ArrowOpened.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 50px;
}

.ShowHideBody
{
	padding-left: 12px;
	float: none;
	width: 782px;
/*	border-bottom: #b8cbce 1px solid; */
	height: 274px;
	background-color: #fbfbfb;
}

.ShowHideBody_Full
{
	padding-left: 12px;
	float: none;
	width: 782px;
/*	border-bottom: #b8cbce 1px solid; */
	background-color: #fbfbfb;
}

.ShowHideBody_Photo
{
	padding-left: 10px;
	float: left;
	width: 230px;
	padding-top: 10px;
	height: 264px;
}

.ShowHideBody_Content
{
	padding-left: 10px;
	float: left;
	width: 532px;
	padding-top: 10px;
	height: 264px;
	text-align: left;
}

.ShowHideBody_FullContent
{
	padding-left: 10px;
	float: left;
	width: 762px;
	padding-top: 10px;
	text-align: left;
}

.ShowHideBody_Title
{
	padding-left: 20px;
	font-size: 18px;
	float: left;
	width: 512px;
	font-family:Arial;
	height: 30px;
}

.ShowHideBody_Text
{
	padding-left: 10px;
	font-size: 12px;
	float: left;
	width: 512px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial;
	height: 174px;
}

.ShowHideBody_Footer
{
	padding-left: 10px;
	font-size: 12px;
	float: left;
	width: 512px;
	padding-bottom: 10px;
	font-family: Arial;
	height: 30px;
}



/* ========================================
    CSS STYLES FOR Module TiT.Abstracts
   ========================================
*/
.TiT_DataGrid
{
	border-color: #e2e7e7;
	border-width: 1px;
	border-style: solid;
}

.TiT_DataGrid_Container
{
	background-color: Transparent;
}
.TiT_DataGrid_Header
{
	background-color: #d3dee0;
	color: Black;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.TiT_DataGrid_HeaderStyle
{
	border-color: #e2e7e7;
	border-style: solid;
	border-width: 1px;
	width: 40px;
}

.TiT_DataGrid_ItemStyle
{
	border-color: #e2e7e7;
	border-style: solid;
	border-width: 1px;
	text-align: left;
}

.TiT_DataGrid_ItemStyle_Center
{
	border-color: #e2e7e7;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
}


.TiT_DataGrid_Item
{
	color: #4b5759;
	background-color: #f2f6f7;
	color: #4b5759;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.TiT_DataGrid_AlternatingItem
{
	color: #4b5759;
	background-color: #f2f6f7;
	color: #4b5759;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
}
.TiT_DataGrid_SelectedItem
{
	background-color: Silver;
	color: Blue;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
}

.TiT_DataGrid_Pager
{
	background-color: #d3dee0;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.TiT_DataGrid_Pager table
{
	text-align:center;
	margin-right: auto;
	margin-left:auto;
}
.TiT_DataGrid_Pager td
{
	padding-left: 3px;
	padding-right: 3px;
}
.TiT_DataGrid_Pager a
{
	color: #2e6373;
	font-family: Arial;
	font-size: 13px;
	font-weight: bolder;
}

.TiT_DataGrid_Pager span
{
	color: #173139;
	font-family: Arial;
	font-size: 13px;
}

.TiT_DataGrid_Footer
{
	background-color: #d3dee0;
}



/* ==========================
    CSS STYLES FOR All Pages
   ==========================
*/   

.ITKube_Title
{
	width: 529px;
	color: #1c2d33;
	font-family: Arial;
	font-size: 24px;
	text-align: left;
	padding-top: 10px;
	padding-bottom:20px;
}


/* =========================================
    CSS STYLES FOR HomePage Welcome Message
   =========================================
*/   

.ITKube_Welcome_Header
{
	float: none;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 529px;
	text-align: left;
}

.ITKube_Welcome_HeaderIntro
{
	font-size: 14px;
	float: none;
	color: #667980;
	font-style: italic;
	font-family: Georgia;
}

.ITKube_Welcome_HeaderTitle
{
	font-size: 24px;
	float: none;
	color: #1c2d33;
	font-family: Arial;
}

.ITKube_Welcome_LeftContainer
{
	float: left;
	width: 189px;
	text-align: left;
}

.ITKube_Welcome_PhotoSubtitle
{
	font-size: 10px;
	float: left;
	width: 189px;
	color: #667980;
	font-family: Arial;
}

.ITKube_Welcome_Body
{
	color: #1c2d33;
	font-size: 13px;
	float: left;
	width: 529px;
	font-family: Arial;
	text-align: justify;
}

.ITKube_Welcome_Body p
{
	color: #1c2d33;
	font-size: 13px;
	font-family: Arial;
}

.ITKube_Welcome_Body a
{
	font-size: 13px;
	font-family: Arial;
}


/* =========================================
    CSS STYLES FOR HomePage Welcome Message
   =========================================
*/   

.ITKube_SingleNews_Container
{
	float: left;
	width: 529px;
	text-align: justify;
	padding-left: 12px;
}

.ITKube_SingleNews_Header
{
	float: left;
	font-family: Arial;
	font-size: 18px;
	text-align: left;
	padding-bottom: 10px;
	border-bottom: solid 1px #c7d9dd;
	text-align: left;
	color: #3d95ae;
}

.ITKube_NewsContainer
{
	float: left;
	width: 529px;
	text-align: justify;
	padding-left: 12px;
}

.ITKube_News_Title
{
    float:left;
    width:529px;
}

.ITKube_News_TitleLeft
{
    float:left;
	width: 329px;
	color: #1c2d33;
	font-family: Arial;
	font-size: 24px;
	text-align: left;
	padding-top: 10px;
	padding-bottom:20px;
}
.ITKube_News_TitleRight
{
    float:left;
	width: 200px;
	color: #3d95ae;
	font-family: Arial;
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-bottom:20px;
}

.ITKube_News_Header
{
	width: 529px;
	float: left;
	font-family: Arial;
	font-size: 18px;
	text-align: left;
	color: #3d95ae;
}

.ITKube_News_Header a
{
	color: #3d95ae;
}

.ITKube_News_Header a:hover
{
	color: #667980;
}

.ITKube_News_Body
{
    width: 529px;
	float: left;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
	padding-top: 5px;
	text-align: justify;
}

.ITKube_News_BodyFooterLeft
{
	width: 180px;
	float: left;
	color: #3d95ae;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
    vertical-align: middle;
    border-top: solid 1px #ccdbde;
}

.ITKube_News_BodyFooterCenter
{
	width: 235px;
	float: left;
	color: #3d95ae;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
    vertical-align: middle;
    border-left: solid 1px #ccdbde;
    border-right: solid 1px #ccdbde;
    border-top: solid 1px #ccdbde;
}

.ITKube_News_BodyFooterRight
{
	width: 112px;
	float: left;
	text-align: right;
    vertical-align: middle;
	color: #3d95ae;
	font-family: Arial;
	font-size: 13px;
    border-top: solid 1px #ccdbde;
}


/* ================================
    CSS STYLES FOR Twitter Widget
   ================================
*/   

.ITKube_Twitter_Container
{
	float: none;
	width: 230px;
	padding-top: 20px;
}

.ITKube_Twitter_Header
{
	float: none;
	background: url(Images/Mod_Twitter/Twitter_Background.gif) no-repeat left bottom;
	color: #72878c;
	height: 25px;
	width: 225px;
	font-family: Arial;
	font-size: 18px;
	text-align: left;
	vertical-align: middle;
	padding-top: 2px;
	padding-left:5px;
	border-bottom: solid 2px #c7d9dd;
	display: block;
}

.ITKube_Twitter_Header a
{
	color: #72878c;
	width: 230px;
	font-family: Arial;
	font-size: 18px;
}

.ITKube_Twitter_Header a:hover
{
	color: #72878c;
	font-family: Arial;
	font-size: 18px;
}

.ITKube_Twitter_BodyContainer
{
	float: none;
	border-right: #ecf3f4 1px solid;
	border-top: 0px;
	border-left: #ecf3f4 1px solid;
	width: 228px;
	border-bottom: #9ae4e8 0px solid;
	text-align: left;
}

.ITKube_Twitter_Body
{
	float: none;
	width: 228px;
	height: 350px;
	overflow: auto;
	text-align: justify;
}

.ITKube_Twitter_MessageList
{
	
	color: #11262e;
	list-style-type: none;
	margin-left: 2px;
	padding-left: 2px;
	margin-right: 2px;
	padding-right: 2px;
	text-indent: 5px;
}

.ITKube_Twitter_MessageList li
{
	background: url(Images/Mod_Twitter/Twitter_Separator.gif) repeat-x left bottom;
	list-style-type: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 0px;
	line-height: 130%;
}

.ITKube_Twitter_MessageList li a
{
	font-size: 10px;
}

.ITKube_Twitter_FollowMeLink
{
	float: none;
	width: 225px;
	color: #11262e;
	background-color: #ecf3f4;
	display: block;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.ITKube_Twitter_FollowMeLink a
{
	color: #11262e;
}

.ITKube_Twitter_FollowMeLink a:hover
{
	color: #11262e;
	background-color: #c7d9dd;
}

.ITKube_Twitter_FollowMeLink a:out
{
	color: #11262e;
	background-color: #ecf3f4;
}

